mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 06:44:09 +02:00
Estonian translation
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Upcoming...
|
||||
|
||||
* Estonian translations added, thanks @ihvz
|
||||
|
||||
## 7.8.4 - 2022-10-12
|
||||
* CI pipelines added
|
||||
|
||||
|
@@ -35,6 +35,8 @@ Available languages:
|
||||
- ```romanian```
|
||||
- ```arabic``` (see https://docs.filegator.io/translations/default.html#rtl-support)
|
||||
- ```portuguese_br``` (brazilian portuguese pt-BR)
|
||||
- ```persian```
|
||||
- ```estonian```
|
||||
|
||||
Please help us translating FileGator to your language by submitting a Pull Request on GitHub.
|
||||
|
||||
|
@@ -33,6 +33,7 @@ import romanian from '../translations/romanian'
|
||||
import arabic from '../translations/arabic'
|
||||
import portuguese_br from '../translations/portuguese_br'
|
||||
import persian from '../translations/persian'
|
||||
import estonian from '../translations/estonian'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -74,6 +75,7 @@ const funcs = {
|
||||
'arabic': arabic,
|
||||
'portuguese_br': portuguese_br,
|
||||
'persian': persian,
|
||||
'estonian': estonian,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
80
frontend/translations/estonian.js
Normal file
80
frontend/translations/estonian.js
Normal file
@@ -0,0 +1,80 @@
|
||||
const data = {
|
||||
'Selected': 'Valitud: {0} of {1}',
|
||||
'Uploading files': 'Üleslaadimine {0}% of {1}',
|
||||
'File size error': '{0} on liiga suur, palun laadige faile üles vähem kui {1}',
|
||||
'Upload failed': '{0} üleslaadimine nurjus',
|
||||
'Per page': '{0} Lehekülje kohta',
|
||||
'Folder': 'Kausta',
|
||||
'Login failed, please try again': 'Sisselogimine ebaõnnestus, proovige uuesti',
|
||||
'Already logged in': 'Juba sisse logitud.',
|
||||
'Please enter username and password': 'Palun sisestage kasutajanimi ja parool.',
|
||||
'Not Found': 'Ei leitud',
|
||||
'Not Allowed': 'Pole lubatud',
|
||||
'Please log in': 'Palun logi sisse',
|
||||
'Unknown error': 'Tundmatu viga',
|
||||
'Add files': 'Failide lisamine',
|
||||
'New': 'Uus',
|
||||
'New name': 'Uus nimi',
|
||||
'Username': 'Kasutajanimi',
|
||||
'Password': 'Salasõna',
|
||||
'Login': 'Logi sisse',
|
||||
'Logout': 'Logi välja',
|
||||
'Profile': 'Profiil',
|
||||
'No pagination': 'Ei mingit lehitsemist',
|
||||
'Time': 'Aeg',
|
||||
'Name': 'Nimi',
|
||||
'Size': 'Suurus',
|
||||
'Home': 'Avaleht',
|
||||
'Copy': 'Kopeeri',
|
||||
'Move': 'Lõika',
|
||||
'Rename': 'Muuda',
|
||||
'Required': 'Palun täida see väli',
|
||||
'Zip': 'Zip',
|
||||
'Batch Download': 'Paki allalaadimine',
|
||||
'Unzip': 'Unzip',
|
||||
'Delete': 'Kustuta',
|
||||
'Download': 'Allalaadimine',
|
||||
'Copy link': 'Kopeeri link',
|
||||
'Done': 'Valmis',
|
||||
'File': 'Fail',
|
||||
'Drop files to upload': 'Failide üleslaadimine',
|
||||
'Close': 'Sulge',
|
||||
'Select Folder': 'Vali kaust',
|
||||
'Users': 'Kasutajad',
|
||||
'Files': 'Failid',
|
||||
'Role': 'Roll',
|
||||
'Cancel': 'Tühista',
|
||||
'Paused': 'Peatatud',
|
||||
'Confirm': 'Kinnita',
|
||||
'Create': 'Loo uus',
|
||||
'User': 'Kasutaja',
|
||||
'Admin': 'Admin',
|
||||
'Save': 'Salvesta',
|
||||
'Read': 'Lugema',
|
||||
'Write': 'Kirjutama',
|
||||
'Upload': 'Laae üles',
|
||||
'Permissions': 'Õigused',
|
||||
'Homedir': 'Avalehe kaust',
|
||||
'Leave blank for no change': 'Jäta tühjaks, et seda ei muudetaks',
|
||||
'Are you sure you want to do this?': 'Kas oled kindel, et soovid seda teha?',
|
||||
'Are you sure you want to allow access to everyone?': 'Kas oled kindel, et soovid lubada juurdepääsu kõigile?',
|
||||
'Are you sure you want to stop all uploads?': 'Kas oled kindel, et soovid kõik üleslaadimised peatada?',
|
||||
'Something went wrong': 'Midagi läks valesti',
|
||||
'Invalid directory': 'Sobimatu kataloog',
|
||||
'This field is required': 'See väli on kohustuslik',
|
||||
'Username already taken': 'Kasutajanimi on juba võetud',
|
||||
'User not found': 'Kasutajat ei leitud',
|
||||
'Old password': 'Vana parool',
|
||||
'New password': 'Uus parool',
|
||||
'Wrong password': 'Vale parool',
|
||||
'Updated': 'Uuendatud',
|
||||
'Deleted': 'Kustutatud',
|
||||
'Your file is ready': 'Teie fail on valmis',
|
||||
'View': 'Vaade',
|
||||
'Search': 'Otsing',
|
||||
'Download permission': 'Lae alla',
|
||||
'Guest': 'Külaline',
|
||||
'Show hidden': 'Kuva peidetud',
|
||||
}
|
||||
|
||||
export default data
|
Reference in New Issue
Block a user