Skip to content

Commit ed500ef

Browse files
authored
Merge pull request #658 from Donkie/weblate
Translations update
2 parents c3c2b70 + 8e8cf7e commit ed500ef

File tree

3 files changed

+36
-6
lines changed

3 files changed

+36
-6
lines changed

client/public/locales/et/common.json

+29-3
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,39 @@
2828
"filter": "Filtreeri",
2929
"unArchive": "Võta arhiivist tagasi",
3030
"hideArchived": "Peida arhiveeritud",
31-
"showArchived": "Näita arhiveeritud"
31+
"showArchived": "Näita arhiveeritud",
32+
"continue": "Jätka"
3233
},
3334
"notifications": {
3435
"error": "Viga (kood: {{statusCode}})",
3536
"undoable": "Sul on {{seconds}} sekundit, et muudatus tagasi võtta.",
3637
"success": "Õnnestunud",
37-
"createSuccess": "Loodi {{resource}}"
38+
"createSuccess": "Loodi {{resource}}",
39+
"createError": "Tekkis viga {{resource}} loomisel. (staatuse kood: {{statusCode}})",
40+
"deleteSuccess": "Edukalt kustutatud {{resource}}",
41+
"deleteError": "Viga {{resource}} kustutamisel. (staatuse kood: {{statusCode}})",
42+
"editSuccess": "Edukalt muudetud {{resource}}",
43+
"editError": "Viga {{resource}} muutmisel (staatuse kood: {{statusCode}})",
44+
"importProgress": "Importimine: {{processed}}/{{total}}",
45+
"saveSuccessful": "Salvesta edukalt!",
46+
"validationError": "Viga validerimisel: {{error}}"
3847
},
39-
"warnWhenUnsavedChanges": "Oled sa kindel, et soovid lahkuda? Sul on salvestamata muudatusi."
48+
"warnWhenUnsavedChanges": "Oled sa kindel, et soovid lahkuda? Sul on salvestamata muudatusi.",
49+
"kofi": "Anna mulle tippi Ko-fi's",
50+
"loading": "Laadimine",
51+
"version": "Versioon",
52+
"unknown": "Tundmatu",
53+
"yes": "Jah",
54+
"no": "Ei",
55+
"tags": {
56+
"clone": "Klooni"
57+
},
58+
"dashboard": {
59+
"title": "Juhtpaneel"
60+
},
61+
"printing": {
62+
"generic": {
63+
"title": "Trükkib"
64+
}
65+
}
4066
}

client/public/locales/pt-BR/common.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@
342342
},
343343
"locations": {
344344
"no_locations_help": "Esta página permite que você organize seus carretéis em locais, adicione alguns carretéis para começar!",
345-
"locations": "Localidades",
346-
"new_location": "Nova Localidade",
347-
"no_location": "Sem Localidade"
345+
"locations": "Locais",
346+
"new_location": "Novo Local",
347+
"no_location": "Sem Local"
348348
},
349349
"version": "Versão",
350350
"no": "Não",

client/public/locales/ru/common.json

+4
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,10 @@
393393
"base_url": {
394394
"label": "Базовый URL-адрес",
395395
"tooltip": "Базовый URL-адрес, используемый при создании таких функций, как QR-коды."
396+
},
397+
"round_prices": {
398+
"tooltip": "Округлять цены до ближайшего целого числа.",
399+
"label": "Округлять цены"
396400
}
397401
},
398402
"settings": "Настройки"

0 commit comments

Comments
 (0)