From eac9da3bb79210cd6611cfeb8f6f4a888b891880 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:49 +1000 Subject: [PATCH 01/31] New translations app_en.arb (French) --- lib/l10n/fr_FR/app_fr_FR.arb | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/lib/l10n/fr_FR/app_fr_FR.arb b/lib/l10n/fr_FR/app_fr_FR.arb index b4ded9e1..81610dae 100644 --- a/lib/l10n/fr_FR/app_fr_FR.arb +++ b/lib/l10n/fr_FR/app_fr_FR.arb @@ -1,21 +1,9 @@ { - "@@locale": "fr", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, - "ok": "OK", - "@ok": { - "description": "OK" - }, + "@@locale": "en", "about": "À propos", "@about": {}, "accountDetails": "Détails du compte", "@accountDetails": {}, - "actions": "Actions", - "@actions": { - "description": "" - }, "actionsNone": "Aucune action disponible", "@actionsNone": {}, "add": "Ajouter", @@ -52,8 +40,6 @@ "@attachmentNonePartDetail": {}, "attachmentSelect": "Sélectionner une pièce jointe", "@attachmentSelect": {}, - "attention": "Attention", - "@attention": {}, "availableStock": "Stock disponible", "@availableStock": {}, "barcodeAssign": "Affecter un code-barres", @@ -94,8 +80,6 @@ "@batchCode": {}, "billOfMaterials": "Liste des matériaux", "@billOfMaterials": {}, - "bom": "BOM", - "@bom": {}, "build": "Assemblage", "@build": {}, "building": "Assemblage en cours", @@ -146,16 +130,12 @@ "@deletePart": {}, "deletePartDetail": "Supprimer cette pièce de la base de données", "@deletePartDetail": {}, - "description": "Description", - "@description": {}, "destroyed": "Détruit", "@destroyed": {}, "details": "Détails", "@details": { "description": "details" }, - "documentation": "Documentation", - "@documentation": {}, "downloading": "Téléchargement du fichier", "@downloading": {}, "downloadError": "Erreur lors du téléchargement", @@ -312,10 +292,6 @@ "@name": {}, "notConnected": "Non connecté", "@notConnected": {}, - "notes": "Notes", - "@notes": { - "description": "Notes" - }, "noResponse": "Aucune réponse du serveur", "@noResponse": {}, "noResults": "Aucun résultat", @@ -334,8 +310,6 @@ "@packaging": {}, "packageName": "Nom du package", "@packageName": {}, - "parent": "Parent", - "@parent": {}, "parentCategory": "Catégorie parent", "@parentCategory": {}, "parentLocation": "Emplacement parent", @@ -588,10 +562,6 @@ "@status": {}, "statusCode": "Code d'état", "@statusCode": {}, - "stock": "Stock", - "@stock": { - "description": "stock" - }, "stockDetails": "Quantité actuelle de stock disponible", "@stockDetails": {}, "stockItem": "Article en stock", @@ -734,8 +704,6 @@ "@valueCannotBeEmpty": {}, "valueRequired": "La valeur est requise", "@valueRequired": {}, - "version": "Version", - "@version": {}, "viewSupplierPart": "Voir la pièce du fournisseur", "@viewSupplierPart": {}, "website": "Site web", From e13e2de7dd80eaa71356165df1c1100a788b1901 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:50 +1000 Subject: [PATCH 02/31] New translations app_en.arb (Portuguese) --- lib/l10n/pt_PT/app_pt_PT.arb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/l10n/pt_PT/app_pt_PT.arb b/lib/l10n/pt_PT/app_pt_PT.arb index 65bbe173..18484740 100644 --- a/lib/l10n/pt_PT/app_pt_PT.arb +++ b/lib/l10n/pt_PT/app_pt_PT.arb @@ -1,13 +1,5 @@ { - "@@locale": "pt", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, - "ok": "OK", - "@ok": { - "description": "OK" - }, + "@@locale": "en", "about": "Sobre", "@about": {}, "accountDetails": "Detalhes da Conta", From 7ca05112dd4fc5260a0818012c2ec15955aced65 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:51 +1000 Subject: [PATCH 03/31] New translations app_en.arb (Persian) --- lib/l10n/fa_IR/app_fa_IR.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/fa_IR/app_fa_IR.arb b/lib/l10n/fa_IR/app_fa_IR.arb index f17cd619..36d80aae 100644 --- a/lib/l10n/fa_IR/app_fa_IR.arb +++ b/lib/l10n/fa_IR/app_fa_IR.arb @@ -1,5 +1,5 @@ { - "@@locale": "fa", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From 26dd45eca3d374ac3b2a20434420eec4c095783a Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:52 +1000 Subject: [PATCH 04/31] New translations app_en.arb (Indonesian) --- lib/l10n/id_ID/app_id_ID.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/id_ID/app_id_ID.arb b/lib/l10n/id_ID/app_id_ID.arb index c917076b..36d80aae 100644 --- a/lib/l10n/id_ID/app_id_ID.arb +++ b/lib/l10n/id_ID/app_id_ID.arb @@ -1,5 +1,5 @@ { - "@@locale": "id", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From 12b2c7f445f8bf9958c6c91d04efbf162390681d Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:53 +1000 Subject: [PATCH 05/31] New translations app_en.arb (Vietnamese) --- lib/l10n/vi_VN/app_vi_VN.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/vi_VN/app_vi_VN.arb b/lib/l10n/vi_VN/app_vi_VN.arb index 08adba6e..36d80aae 100644 --- a/lib/l10n/vi_VN/app_vi_VN.arb +++ b/lib/l10n/vi_VN/app_vi_VN.arb @@ -1,5 +1,5 @@ { - "@@locale": "vi", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From b9ced1b03bf6a60b6861ecab4e917ea1f5c6bee6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:54 +1000 Subject: [PATCH 06/31] New translations app_en.arb (Chinese Simplified) --- lib/l10n/zh_CN/app_zh_CN.arb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/l10n/zh_CN/app_zh_CN.arb b/lib/l10n/zh_CN/app_zh_CN.arb index a94ee5b4..b41d65d2 100644 --- a/lib/l10n/zh_CN/app_zh_CN.arb +++ b/lib/l10n/zh_CN/app_zh_CN.arb @@ -1,9 +1,5 @@ { - "@@locale": "zh", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, + "@@locale": "en", "ok": "好", "@ok": { "description": "OK" From 587ea41930c7f6157882625e364bb17a767c0c57 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:55 +1000 Subject: [PATCH 07/31] New translations app_en.arb (Turkish) --- lib/l10n/tr_TR/app_tr_TR.arb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/l10n/tr_TR/app_tr_TR.arb b/lib/l10n/tr_TR/app_tr_TR.arb index 447ecee3..d9aaa292 100644 --- a/lib/l10n/tr_TR/app_tr_TR.arb +++ b/lib/l10n/tr_TR/app_tr_TR.arb @@ -1,9 +1,5 @@ { - "@@locale": "tr", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, + "@@locale": "en", "ok": "TAMAM", "@ok": { "description": "OK" @@ -92,8 +88,6 @@ "@batchCode": {}, "billOfMaterials": "Fatura materyalleri", "@billOfMaterials": {}, - "bom": "BOM", - "@bom": {}, "build": "Oluştur", "@build": {}, "building": "Oluşturma", From 546af967927130665dfaf7fdaa59843f928b9c34 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:56 +1000 Subject: [PATCH 08/31] New translations app_en.arb (Swedish) --- lib/l10n/sv_SE/app_sv_SE.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/sv_SE/app_sv_SE.arb b/lib/l10n/sv_SE/app_sv_SE.arb index e37c200f..36d80aae 100644 --- a/lib/l10n/sv_SE/app_sv_SE.arb +++ b/lib/l10n/sv_SE/app_sv_SE.arb @@ -1,5 +1,5 @@ { - "@@locale": "sv", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From 09565bd462bd9645af81c3d156ca376edb0da654 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:56 +1000 Subject: [PATCH 09/31] New translations app_en.arb (Russian) --- lib/l10n/ru_RU/app_ru_RU.arb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/l10n/ru_RU/app_ru_RU.arb b/lib/l10n/ru_RU/app_ru_RU.arb index d89f472c..c71ac253 100644 --- a/lib/l10n/ru_RU/app_ru_RU.arb +++ b/lib/l10n/ru_RU/app_ru_RU.arb @@ -1,9 +1,5 @@ { - "@@locale": "ru", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, + "@@locale": "en", "ok": "ОК", "@ok": { "description": "OK" From 831fe8d61d1423a4f0ae72dfcb65ca692bc37ab2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:58 +1000 Subject: [PATCH 10/31] New translations app_en.arb (Polish) --- lib/l10n/pl_PL/app_pl_PL.arb | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/lib/l10n/pl_PL/app_pl_PL.arb b/lib/l10n/pl_PL/app_pl_PL.arb index 42744868..7a403f33 100644 --- a/lib/l10n/pl_PL/app_pl_PL.arb +++ b/lib/l10n/pl_PL/app_pl_PL.arb @@ -1,13 +1,5 @@ { - "@@locale": "pl", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, - "ok": "OK", - "@ok": { - "description": "OK" - }, + "@@locale": "en", "about": "O nas", "@about": {}, "accountDetails": "Szczegóły konta", @@ -92,8 +84,6 @@ "@batchCode": {}, "billOfMaterials": "Zestawienie materiałów", "@billOfMaterials": {}, - "bom": "BOM", - "@bom": {}, "build": "Budowa", "@build": {}, "building": "Budowanie", @@ -256,8 +246,6 @@ "@incompleteDetails": {}, "internalPartNumber": "Wewnętrzny numer części", "@internalPartNumber": {}, - "info": "Info", - "@info": {}, "inProduction": "W produkcji", "@inProduction": {}, "inProductionDetail": "Ten przedmiot magazynowy jest w produkcji", @@ -298,8 +286,6 @@ "@locationNotSet": {}, "locationUpdated": "Lokalizacja stanu magazynowego została zaktualizowana", "@locationUpdated": {}, - "link": "Link", - "@link": {}, "lost": "Zagubiono", "@lost": {}, "manufacturers": "Producenci", @@ -582,8 +568,6 @@ "@soundOnBarcodeAction": {}, "soundOnServerError": "Odtwarzaj dźwięk podczas błędu serwera", "@soundOnServerError": {}, - "status": "Status", - "@status": {}, "statusCode": "Kod statusu", "@statusCode": {}, "stock": "Stan", From e661f6d6072287f4730b0caca9a95733f9c47cd2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:58 +1000 Subject: [PATCH 11/31] New translations app_en.arb (Spanish) --- lib/l10n/es_ES/app_es_ES.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/es_ES/app_es_ES.arb b/lib/l10n/es_ES/app_es_ES.arb index 17a7a621..91793f13 100644 --- a/lib/l10n/es_ES/app_es_ES.arb +++ b/lib/l10n/es_ES/app_es_ES.arb @@ -1,5 +1,5 @@ { - "@@locale": "es", + "@@locale": "en", "barcodeScanInItems": "Escanear artículos de stock en su ubicación", "@barcodeScanInItems": {}, "@homeShowSubscsribedDescription": {}, From 1585da0b6ffca31a6e908a8b9cd4cfbdc1a9c421 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:21:59 +1000 Subject: [PATCH 12/31] New translations app_en.arb (Norwegian) --- lib/l10n/no_NO/app_no_NO.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/no_NO/app_no_NO.arb b/lib/l10n/no_NO/app_no_NO.arb index 34df5435..36d80aae 100644 --- a/lib/l10n/no_NO/app_no_NO.arb +++ b/lib/l10n/no_NO/app_no_NO.arb @@ -1,5 +1,5 @@ { - "@@locale": "no", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From d571e25bc3721ad4b161465dfc5077328032a05f Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:00 +1000 Subject: [PATCH 13/31] New translations app_en.arb (Dutch) --- lib/l10n/nl_NL/app_nl_NL.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/nl_NL/app_nl_NL.arb b/lib/l10n/nl_NL/app_nl_NL.arb index 40c32de1..36d80aae 100644 --- a/lib/l10n/nl_NL/app_nl_NL.arb +++ b/lib/l10n/nl_NL/app_nl_NL.arb @@ -1,5 +1,5 @@ { - "@@locale": "nl", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From c4e90252e0d767469b2a35e41d7401e8beebf89a Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:01 +1000 Subject: [PATCH 14/31] New translations app_en.arb (Korean) --- lib/l10n/ko_KR/app_ko_KR.arb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/l10n/ko_KR/app_ko_KR.arb b/lib/l10n/ko_KR/app_ko_KR.arb index 0bc359b8..2f428978 100644 --- a/lib/l10n/ko_KR/app_ko_KR.arb +++ b/lib/l10n/ko_KR/app_ko_KR.arb @@ -1,9 +1,5 @@ { - "@@locale": "ko", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, + "@@locale": "en", "add": "추가", "@add": { "description": "add" From 95a9c21014f6267ab328dd1e282367624b6ff15d Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:01 +1000 Subject: [PATCH 15/31] New translations app_en.arb (Japanese) --- lib/l10n/ja_JP/app_ja_JP.arb | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/lib/l10n/ja_JP/app_ja_JP.arb b/lib/l10n/ja_JP/app_ja_JP.arb index c55ad78c..6c5a25e0 100644 --- a/lib/l10n/ja_JP/app_ja_JP.arb +++ b/lib/l10n/ja_JP/app_ja_JP.arb @@ -1,13 +1,5 @@ { - "@@locale": "ja", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, - "ok": "OK", - "@ok": { - "description": "OK" - }, + "@@locale": "en", "about": "概要", "@about": {}, "accountDetails": "アカウントの詳細", @@ -84,16 +76,10 @@ "@barcodeScanIntoLocationFailure": {}, "barcodeScanItem": "在庫アイテムをスキャン", "@barcodeScanItem": {}, - "barcodeTones": "Barcode Tones", - "@barcodeTones": {}, "barcodeUnassign": "バーコードの割り当てを解除", "@barcodeUnassign": {}, "barcodeUnknown": "バーコードが認識されません", "@barcodeUnknown": {}, - "billOfMaterials": "Bill of Materials", - "@billOfMaterials": {}, - "bom": "BOM", - "@bom": {}, "build": "ビルド", "@build": {}, "building": "ビルド", From e61949d1296f9d0ac02be79ba658b30217b2b5f8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:03 +1000 Subject: [PATCH 16/31] New translations app_en.arb (Italian) --- lib/l10n/it_IT/app_it_IT.arb | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/lib/l10n/it_IT/app_it_IT.arb b/lib/l10n/it_IT/app_it_IT.arb index 4df3b7dd..b9a1b840 100644 --- a/lib/l10n/it_IT/app_it_IT.arb +++ b/lib/l10n/it_IT/app_it_IT.arb @@ -1,13 +1,5 @@ { - "@@locale": "it", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, - "ok": "OK", - "@ok": { - "description": "OK" - }, + "@@locale": "en", "about": "Info", "@about": {}, "accountDetails": "Dettagli account", @@ -176,8 +168,6 @@ "@includeSubcategories": {}, "incompleteDetails": "Ti preghiamo di completare i dati del tuo account", "@incompleteDetails": {}, - "info": "Info", - "@info": {}, "invalidHost": "Nome host non valido", "@invalidHost": {}, "invalidHostDetails": "Il nome host fornito non è valido", @@ -232,8 +222,6 @@ }, "partSuppliers": "Fornitori articoli", "@partSuppliers": {}, - "password": "Password", - "@password": {}, "passwordEmpty": "La password non può essere vuota", "@passwordEmpty": {}, "permissionAccountDenied": "Non disponi dei permessi per eseguire l'azione", @@ -366,8 +354,6 @@ "@send": {}, "serialNumber": "Numero seriale", "@serialNumber": {}, - "server": "Server", - "@server": {}, "serverAddress": "Indirizzo del server", "@serverAddress": {}, "serverApiRequired": "Versione API Richiesta", From 4f4c8ad556f00cc0fc30349a29daa7caa2e901ec Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:04 +1000 Subject: [PATCH 17/31] New translations app_en.arb (Hungarian) --- lib/l10n/hu_HU/app_hu_HU.arb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/l10n/hu_HU/app_hu_HU.arb b/lib/l10n/hu_HU/app_hu_HU.arb index 98a69b41..b378a02e 100644 --- a/lib/l10n/hu_HU/app_hu_HU.arb +++ b/lib/l10n/hu_HU/app_hu_HU.arb @@ -1,13 +1,5 @@ { - "@@locale": "hu", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, - "ok": "OK", - "@ok": { - "description": "OK" - }, + "@@locale": "en", "about": "Névjegy", "@about": {}, "accountDetails": "Felhasználó adatok", @@ -300,8 +292,6 @@ "@locationNotSet": {}, "locationUpdated": "Készlet hely adatai frissítve", "@locationUpdated": {}, - "link": "Link", - "@link": {}, "lost": "Elveszett", "@lost": {}, "manufacturers": "Gyártók", From 892ad353f468814673a181102c52f8b641843aec Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:04 +1000 Subject: [PATCH 18/31] New translations app_en.arb (Hebrew) --- lib/l10n/he_IL/app_he_IL.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/he_IL/app_he_IL.arb b/lib/l10n/he_IL/app_he_IL.arb index 2d1bbf19..36d80aae 100644 --- a/lib/l10n/he_IL/app_he_IL.arb +++ b/lib/l10n/he_IL/app_he_IL.arb @@ -1,5 +1,5 @@ { - "@@locale": "he", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From 570daff7ff5bb22a1b231ef5df1686c420636d42 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:05 +1000 Subject: [PATCH 19/31] New translations app_en.arb (Greek) --- lib/l10n/el_GR/app_el_GR.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/el_GR/app_el_GR.arb b/lib/l10n/el_GR/app_el_GR.arb index 2ae9e432..36d80aae 100644 --- a/lib/l10n/el_GR/app_el_GR.arb +++ b/lib/l10n/el_GR/app_el_GR.arb @@ -1,5 +1,5 @@ { - "@@locale": "el", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From 62be205ab093b45f72b2d1c991b807d92784bfd2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:06 +1000 Subject: [PATCH 20/31] New translations app_en.arb (German) --- lib/l10n/de_DE/app_de_DE.arb | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/lib/l10n/de_DE/app_de_DE.arb b/lib/l10n/de_DE/app_de_DE.arb index ec3b2b6a..a4e0e6fd 100644 --- a/lib/l10n/de_DE/app_de_DE.arb +++ b/lib/l10n/de_DE/app_de_DE.arb @@ -1,13 +1,5 @@ { - "@@locale": "de", - "appTitle": "InvenTree", - "@appTitle": { - "description": "InvenTree application title string" - }, - "ok": "OK", - "@ok": { - "description": "OK" - }, + "@@locale": "en", "about": "Über", "@about": {}, "accountDetails": "Konto Details", @@ -150,10 +142,6 @@ "@description": {}, "destroyed": "Vernichtet", "@destroyed": {}, - "details": "Details", - "@details": { - "description": "details" - }, "documentation": "Dokumentation", "@documentation": {}, "downloading": "Datei wird heruntergeladen", @@ -198,8 +186,6 @@ "@errorReportUpload": {}, "errorReportUploadDetails": "Anonyme Fehlerberichte und Absturzprotokolle hochladen", "@errorReportUploadDetails": {}, - "feedback": "Feedback", - "@feedback": {}, "feedbackError": "Fehler beim Senden des Feedbacks", "@feedbackError": {}, "feedbackSuccess": "Feedback gesendet", @@ -258,8 +244,6 @@ "@incompleteDetails": {}, "internalPartNumber": "Interne Teilenummer", "@internalPartNumber": {}, - "info": "Info", - "@info": {}, "inProduction": "In Produktion", "@inProduction": {}, "inProductionDetail": "Dieser Lagerbestand ist in der Produktion", @@ -300,16 +284,12 @@ "@locationNotSet": {}, "locationUpdated": "Lagerort aktualisiert", "@locationUpdated": {}, - "link": "Link", - "@link": {}, "lost": "Verloren", "@lost": {}, "manufacturers": "Hersteller", "@manufacturers": {}, "missingData": "Fehlende Daten", "@missingData": {}, - "name": "Name", - "@name": {}, "notConnected": "Nicht verbunden", "@notConnected": {}, "notes": "Notizen", @@ -538,8 +518,6 @@ "@send": {}, "serialNumber": "Seriennummer", "@serialNumber": {}, - "server": "Server", - "@server": {}, "serverAddress": "Serveradresse", "@serverAddress": {}, "serverApiRequired": "Erforderliche API-Version", @@ -584,8 +562,6 @@ "@soundOnBarcodeAction": {}, "soundOnServerError": "Ton bei Serverfehler abspielen", "@soundOnServerError": {}, - "status": "Status", - "@status": {}, "statusCode": "Statuscode", "@statusCode": {}, "stock": "Bestand", @@ -736,10 +712,6 @@ "@valueCannotBeEmpty": {}, "valueRequired": "Wert erforderlich", "@valueRequired": {}, - "version": "Version", - "@version": {}, "viewSupplierPart": "Zulieferer-Teil anzeigen", - "@viewSupplierPart": {}, - "website": "Website", - "@website": {} + "@viewSupplierPart": {} } \ No newline at end of file From 9ed7a9a224957b690ef1c04bb854258c1b8729d3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:06 +1000 Subject: [PATCH 21/31] New translations app_en.arb (Czech) --- lib/l10n/cs_CZ/app_cs_CZ.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/cs_CZ/app_cs_CZ.arb b/lib/l10n/cs_CZ/app_cs_CZ.arb index 1aeae1db..36d80aae 100644 --- a/lib/l10n/cs_CZ/app_cs_CZ.arb +++ b/lib/l10n/cs_CZ/app_cs_CZ.arb @@ -1,5 +1,5 @@ { - "@@locale": "cs", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From 9043ae3bf2cc7021081dc68d08c602550d473fe0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 May 2022 12:22:07 +1000 Subject: [PATCH 22/31] New translations app_en.arb (Thai) --- lib/l10n/th_TH/app_th_TH.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/th_TH/app_th_TH.arb b/lib/l10n/th_TH/app_th_TH.arb index 5fdf2115..36d80aae 100644 --- a/lib/l10n/th_TH/app_th_TH.arb +++ b/lib/l10n/th_TH/app_th_TH.arb @@ -1,5 +1,5 @@ { - "@@locale": "th", + "@@locale": "en", "@homeShowSubscsribedDescription": {}, "@homeShowSupplierDescription": {} } \ No newline at end of file From 15dba61300d307ae132ac2d58dbc808f5c924e64 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 3 May 2022 00:18:02 +1000 Subject: [PATCH 23/31] New translations app_en.arb (Hungarian) --- lib/l10n/hu_HU/app_hu_HU.arb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/l10n/hu_HU/app_hu_HU.arb b/lib/l10n/hu_HU/app_hu_HU.arb index b378a02e..b4624dc4 100644 --- a/lib/l10n/hu_HU/app_hu_HU.arb +++ b/lib/l10n/hu_HU/app_hu_HU.arb @@ -1,5 +1,13 @@ { "@@locale": "en", + "appTitle": "InvenTree", + "@appTitle": { + "description": "InvenTree application title string" + }, + "ok": "OK", + "@ok": { + "description": "OK" + }, "about": "Névjegy", "@about": {}, "accountDetails": "Felhasználó adatok", @@ -292,6 +300,8 @@ "@locationNotSet": {}, "locationUpdated": "Készlet hely adatai frissítve", "@locationUpdated": {}, + "link": "Link", + "@link": {}, "lost": "Elveszett", "@lost": {}, "manufacturers": "Gyártók", From 7ff61add76f35f6f860adada167da9d22615da1e Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 May 2022 15:28:04 +1000 Subject: [PATCH 24/31] New translations app_en.arb (French) --- lib/l10n/fr_FR/app_fr_FR.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/fr_FR/app_fr_FR.arb b/lib/l10n/fr_FR/app_fr_FR.arb index 81610dae..82ccc615 100644 --- a/lib/l10n/fr_FR/app_fr_FR.arb +++ b/lib/l10n/fr_FR/app_fr_FR.arb @@ -194,8 +194,8 @@ "@history": { "description": "history" }, - "homeScreen": "Ecran d'accueil", "@homeScreen": {}, + "homeScreen": "Ecran d'accueil", "homeScreenSettings": "Configurer les paramètres de l'écran d'accueil", "@homeScreenSettings": {}, "homeShowPo": "Afficher les commandes d'achat", From 943669e67fd04dcfeedf479bb975b48cbbbfa9a8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 May 2022 15:28:10 +1000 Subject: [PATCH 25/31] New translations app_en.arb (Turkish) --- lib/l10n/tr_TR/app_tr_TR.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/tr_TR/app_tr_TR.arb b/lib/l10n/tr_TR/app_tr_TR.arb index d9aaa292..8008b527 100644 --- a/lib/l10n/tr_TR/app_tr_TR.arb +++ b/lib/l10n/tr_TR/app_tr_TR.arb @@ -206,8 +206,8 @@ "@history": { "description": "history" }, - "homeScreen": "Ana Ekran", "@homeScreen": {}, + "homeScreen": "Ana Ekran", "homeScreenSettings": "Ana ekran ayarlarınızı yapılandırın", "@homeScreenSettings": {}, "homeShowPo": "Satın Alma Siparişlerini Göster", From 4e7930f8df28c6216b2c4f27f0761ebf6fce08f5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 May 2022 15:28:12 +1000 Subject: [PATCH 26/31] New translations app_en.arb (Polish) --- lib/l10n/pl_PL/app_pl_PL.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/pl_PL/app_pl_PL.arb b/lib/l10n/pl_PL/app_pl_PL.arb index 7a403f33..d499412f 100644 --- a/lib/l10n/pl_PL/app_pl_PL.arb +++ b/lib/l10n/pl_PL/app_pl_PL.arb @@ -202,8 +202,8 @@ "@history": { "description": "history" }, - "homeScreen": "Ekran główny", "@homeScreen": {}, + "homeScreen": "Ekran główny", "homeScreenSettings": "Konfiguruj ustawienia ekranu głównego", "@homeScreenSettings": {}, "homeShowPo": "Pokaż zamówienia zakupu", From 27167f93b38a3f24566c2357ad29fc95afd33e5f Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 May 2022 15:28:14 +1000 Subject: [PATCH 27/31] New translations app_en.arb (Dutch) --- lib/l10n/nl_NL/app_nl_NL.arb | 306 ++++++++++++++++++++++++++++++++++- 1 file changed, 305 insertions(+), 1 deletion(-) diff --git a/lib/l10n/nl_NL/app_nl_NL.arb b/lib/l10n/nl_NL/app_nl_NL.arb index 36d80aae..b0262185 100644 --- a/lib/l10n/nl_NL/app_nl_NL.arb +++ b/lib/l10n/nl_NL/app_nl_NL.arb @@ -1,5 +1,309 @@ { "@@locale": "en", + "appTitle": "InvenTree", + "@appTitle": { + "description": "InvenTree application title string" + }, + "ok": "OK", + "@ok": { + "description": "OK" + }, + "about": "Over", + "@about": {}, + "accountDetails": "Accountgegevens", + "@accountDetails": {}, + "actions": "Acties", + "@actions": { + "description": "" + }, + "actionsNone": "Geen acties beschikbaar", + "@actionsNone": {}, + "add": "Toevoegen", + "@add": { + "description": "add" + }, + "addStock": "Voorraad toevoegen", + "@addStock": { + "description": "add stock" + }, + "address": "Adres", + "@address": {}, + "appAbout": "Over InvenTree", + "@appAbout": {}, + "appCredits": "Extra app credits", + "@appCredits": {}, + "appDetails": "App details", + "@appDetails": {}, + "appReleaseNotes": "App release notities weergeven", + "@appReleaseNotes": {}, + "appSettings": "App Instellingen", + "@appSettings": {}, + "appSettingsDetails": "Configureer InvenTree app instellingen", + "@appSettingsDetails": {}, + "attachments": "Bijlagen", + "@attachments": {}, + "attachImage": "Voeg afbeelding toe", + "@attachImage": { + "description": "Attach an image" + }, + "attachmentNone": "Geen bijlagen gevonden", + "@attachmentNone": {}, + "attachmentNonePartDetail": "Geen bijlagen voor dit onderdeel gevonden", + "@attachmentNonePartDetail": {}, + "attachmentSelect": "Bijlage selecteren", + "@attachmentSelect": {}, + "attention": "Let op", + "@attention": {}, + "availableStock": "Beschikbare Voorraad", + "@availableStock": {}, + "barcodeAssign": "Streepjescode toewijzen", + "@barcodeAssign": {}, + "barcodeAssigned": "Streepjescode toegewezen", + "@barcodeAssigned": {}, + "barcodeError": "Streepjescode scanfout", + "@barcodeError": {}, + "barcodeInUse": "Streepjescode al toegewezen", + "@barcodeInUse": {}, + "barcodeMissingHash": "Streepjescode hash gegevens ontbreken in reactie", + "@barcodeMissingHash": {}, + "barcodeNoMatch": "Geen overeenkomst voor streepjescode", + "@barcodeNoMatch": {}, + "barcodeNotAssigned": "Streepjescode niet toegewezen", + "@barcodeNotAssigned": {}, + "barcodeScanAssign": "Scan om streepjescode toe te wijzen", + "@barcodeScanAssign": {}, + "barcodeScanGeneral": "Scan een InvenTree streepjescode", + "@barcodeScanGeneral": {}, + "barcodeScanInItems": "Scan voorraadartikelen naar locatie", + "@barcodeScanInItems": {}, + "barcodeScanLocation": "Scan voorraadlocatie", + "@barcodeScanLocation": {}, + "barcodeScanIntoLocationSuccess": "Gescand naar locatie", + "@barcodeScanIntoLocationSuccess": {}, + "barcodeScanIntoLocationFailure": "Artikel niet gescand in", + "@barcodeScanIntoLocationFailure": {}, + "barcodeScanItem": "Scan voorraadartikel", + "@barcodeScanItem": {}, + "barcodeTones": "Streepjescodetonen", + "@barcodeTones": {}, + "barcodeUnassign": "Streepjescodetoewijzing ongedaan maken", + "@barcodeUnassign": {}, + "barcodeUnknown": "Streepjescode wordt niet herkend", + "@barcodeUnknown": {}, + "batchCode": "Batchcode", + "@batchCode": {}, + "billOfMaterials": "Stuklijst", + "@billOfMaterials": {}, + "bom": "Stuklijst", + "@bom": {}, + "build": "Productie", + "@build": {}, + "building": "Produceren", + "@building": {}, + "cancel": "Annuleer", + "@cancel": { + "description": "Cancel" + }, + "category": "Categorie", + "@category": {}, + "categoryCreate": "Nieuwe Categorie", + "@categoryCreate": {}, + "categoryCreateDetail": "Creëer nieuw onderdeelcategorie", + "@categoryCreateDetail": {}, + "categoryUpdated": "Onderdeelcategorie bijgewerkt", + "@categoryUpdated": {}, + "company": "Bedrijf", + "@company": {}, + "companyEdit": "Bedrijf bewerken", + "@companyEdit": {}, + "companyNoResults": "Geen enkel bedrijf voldoet aan de zoekopdracht", + "@companyNoResults": {}, + "companyUpdated": "Bedrijfsinstellingen bijgewerkt", + "@companyUpdated": {}, + "companies": "Bedrijven", + "@companies": {}, + "configureServer": "Configureer server instellingen", + "@configureServer": {}, + "connectionRefused": "Verbinding geweigerd", + "@connectionRefused": {}, + "count": "Tellen", + "@count": { + "description": "Count" + }, + "countStock": "Voorraad tellen", + "@countStock": { + "description": "Count Stock" + }, + "customers": "Klanten", + "@customers": {}, + "damaged": "Beschadigd", + "@damaged": {}, + "delete": "Verwijderen", + "@delete": {}, + "deletePart": "Onderdeel Verwijderen", + "@deletePart": {}, + "deletePartDetail": "Verwijder dit onderdeel uit de database", + "@deletePartDetail": {}, + "description": "Omschrijving", + "@description": {}, + "destroyed": "Vernietigd", + "@destroyed": {}, + "details": "Details", + "@details": { + "description": "details" + }, + "documentation": "Documentatie", + "@documentation": {}, + "downloading": "Bestand wordt gedownload", + "@downloading": {}, + "downloadError": "Fout bij downloaden", + "@downloadError": {}, + "edit": "Bewerken", + "@edit": { + "description": "edit" + }, + "editCategory": "Bewerk Categorie", + "@editCategory": {}, + "editLocation": "Bewerk Locatie", + "@editLocation": {}, + "editNotes": "Bewerk Notities", + "@editNotes": {}, + "editPart": "Bewerk onderdeel", + "@editPart": { + "description": "edit part" + }, + "editItem": "Bewerk Voorraadartikel", + "@editItem": {}, + "enterPassword": "Wachtwoord invoeren", + "@enterPassword": {}, + "enterUsername": "Gebruikersnaam invoeren", + "@enterUsername": {}, + "error": "Fout", + "@error": { + "description": "Error" + }, + "errorCreate": "Fout bij aanmaken database invoer", + "@errorCreate": {}, + "errorDelete": "Fout bij verwijderen database invoer", + "@errorDelete": {}, + "errorDetails": "Foutdetails", + "@errorDetails": {}, + "errorFetch": "Fout bij het ophalen van gegevens van server", + "@errorFetch": {}, + "errorReporting": "Fout bij Rapportage", + "@errorReporting": {}, + "errorReportUpload": "Foutrapporten Uploaden", + "@errorReportUpload": {}, + "errorReportUploadDetails": "Upload anonieme foutrapporten en crashlogs", + "@errorReportUploadDetails": {}, + "feedback": "Feedback", + "@feedback": {}, + "feedbackError": "Fout bij indienen feedback", + "@feedbackError": {}, + "feedbackSuccess": "Feedback verzonden", + "@feedbackSuccess": {}, + "formatExceptionJson": "JSON gegevensformaat exceptie", + "@formatExceptionJson": {}, + "history": "Geschiedenis", + "@history": { + "description": "history" + }, + "@homeScreen": {}, + "homeScreen": "Startscherm", + "homeScreenSettings": "Configureer Startscherminstellingen", + "@homeScreenSettings": {}, + "homeShowPo": "Inkooporders tonen", + "@homeShowPo": {}, + "homeShowSubscribed": "Geabonneerde Onderdelen", + "@homeShowSubscribed": {}, + "homeShowSubscribedDescription": "Geabonneerde Onderdelen weergeven op startscherm", "@homeShowSubscsribedDescription": {}, - "@homeShowSupplierDescription": {} + "homeShowPoDescription": "Inkooporder knop op startscherm weergeven", + "@homeShowPoDescription": {}, + "homeShowSuppliers": "Leveranciers weergeven", + "@homeShowSuppliers": {}, + "homeShowSuppliersDescription": "Leveranciersknop weergeven op startscherm", + "@homeShowSupplierDescription": {}, + "homeShowManufacturers": "Fabrikant weergeven", + "@homeShowManufacturers": {}, + "homeShowManufacturersDescription": "Fabrikantenknop op startscherm weergeven", + "@homeShowManufacturersDescription": {}, + "homeShowCustomers": "Klanten weergeven", + "@homeShowCustomers": {}, + "homeShowCustomersDescription": "Klantenknop weergeven op startscherm", + "@homeShowCustomersDescription": {}, + "imageUploadFailure": "Uploaden van afbeelding is mislukt", + "@imageUploadFailure": {}, + "imageUploadSuccess": "Afbeelding geüpload", + "@imageUploadSuccess": {}, + "inactive": "Inactief", + "@inactive": {}, + "inactiveDetail": "Dit onderdeel is gemarkeerd als inactief", + "@inactiveDetail": {}, + "includeSubcategories": "Inclusief subcategorieën", + "@includeSubcategories": {}, + "includeSubcategoriesDetail": "Toon subcategorieonderdelen in lijstweergave", + "@includeSubcategoriesDetail": {}, + "includeSublocations": "Inclusief Sublocaties", + "@includeSublocations": {}, + "includeSublocationsDetail": "Toon sublocatieonderdelen in lijstweergave", + "@includeSublocationsDetail": {}, + "incompleteDetails": "Onvolledige profieldetails", + "@incompleteDetails": {}, + "internalPartNumber": "Intern Onderdeelnummer", + "@internalPartNumber": {}, + "info": "Info", + "@info": {}, + "inProduction": "In Productie", + "@inProduction": {}, + "inProductionDetail": "Dit voorraadartikel is in productie", + "@inProductionDetail": {}, + "invalidHost": "Ongeldige hostnaam", + "@invalidHost": {}, + "invalidHostDetails": "Opgegeven hostnaam is ongeldig", + "@invalidHostDetails": {}, + "invalidPart": "Ongeldig Onderdeel", + "@invalidPart": {}, + "invalidPartCategory": "Ongeldig Onderdeelcategorie", + "@invalidPartCategory": {}, + "invalidStockLocation": "Ongeldige Voorraadlocatie", + "@invalidStockLocation": {}, + "invalidStockItem": "Ongeldig Voorraadartikel", + "@invalidStockItem": {}, + "invalidUsernamePassword": "Ongeldige gebruikersnaam / wachtwoord combinatie", + "@invalidUsernamePassword": {}, + "issueDate": "Uitgiftedatum", + "@issueDate": {}, + "itemInLocation": "Artikel al op locatie", + "@itemInLocation": {}, + "keywords": "Trefwoorden", + "@keywords": {}, + "lastStocktake": "Laatste Voorraadcontrole", + "@lastStocktake": {}, + "lastUpdated": "Laatst Bijgewerkt", + "@lastUpdated": {}, + "lineItem": "Regelartikel", + "@lineItem": {}, + "lineItems": "Regelartikelen", + "@lineItems": {}, + "locationCreate": "Nieuwe Locatie", + "@locationCreate": {}, + "locationCreateDetail": "Creëer nieuwe voorraadlocatie", + "@locationCreateDetail": {}, + "locationNotSet": "Geen locatie opgegeven", + "@locationNotSet": {}, + "locationUpdated": "Voorraadlocatie bijgewerkt", + "@locationUpdated": {}, + "link": "Link", + "@link": {}, + "lost": "Verloren", + "@lost": {}, + "profileNotSelected": "Geen Profiel Geselecteerd", + "@profileNotSelected": {}, + "profileSelect": "Selecteer InvenTree Server", + "@profileSelect": {}, + "scanBarcode": "Streepjescode Scannen", + "@scanBarcode": {}, + "soundOnBarcodeAction": "Speel hoorbare toon bij streepjescode actie", + "@soundOnBarcodeAction": {} } \ No newline at end of file From 40730af102daac6abcc1ef4003494ee8e714716f Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 May 2022 15:28:16 +1000 Subject: [PATCH 28/31] New translations app_en.arb (Japanese) --- lib/l10n/ja_JP/app_ja_JP.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/ja_JP/app_ja_JP.arb b/lib/l10n/ja_JP/app_ja_JP.arb index 6c5a25e0..2eb648eb 100644 --- a/lib/l10n/ja_JP/app_ja_JP.arb +++ b/lib/l10n/ja_JP/app_ja_JP.arb @@ -198,8 +198,8 @@ "@history": { "description": "history" }, - "homeScreen": "ホーム画面", "@homeScreen": {}, + "homeScreen": "ホーム画面", "homeScreenSettings": "ホーム画面の設定", "@homeScreenSettings": {}, "homeShowPo": "注文書を表示", From 0c025289add543e29e193a8f3fe42f808107b8ca Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 May 2022 15:28:18 +1000 Subject: [PATCH 29/31] New translations app_en.arb (Hungarian) --- lib/l10n/hu_HU/app_hu_HU.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/hu_HU/app_hu_HU.arb b/lib/l10n/hu_HU/app_hu_HU.arb index b4624dc4..c53da9cd 100644 --- a/lib/l10n/hu_HU/app_hu_HU.arb +++ b/lib/l10n/hu_HU/app_hu_HU.arb @@ -214,8 +214,8 @@ "@history": { "description": "history" }, - "homeScreen": "Főképernyő", "@homeScreen": {}, + "homeScreen": "Főképernyő", "homeScreenSettings": "Főképernyő beállítások konfigurálása", "@homeScreenSettings": {}, "homeShowPo": "Beszerzési rendelések megjelenítése", From 04ca7cc783d524914f27a8db505365f1b1b2693b Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 May 2022 15:28:20 +1000 Subject: [PATCH 30/31] New translations app_en.arb (German) --- lib/l10n/de_DE/app_de_DE.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/de_DE/app_de_DE.arb b/lib/l10n/de_DE/app_de_DE.arb index a4e0e6fd..30cfeff7 100644 --- a/lib/l10n/de_DE/app_de_DE.arb +++ b/lib/l10n/de_DE/app_de_DE.arb @@ -200,8 +200,8 @@ "@history": { "description": "history" }, - "homeScreen": "Startseite", "@homeScreen": {}, + "homeScreen": "Startseite", "homeScreenSettings": "Einstellungen für Startseite konfigurieren", "@homeScreenSettings": {}, "homeShowPo": "Bestellungen anzeigen", From 52b3873cd75752d6fcdcbda21e7ec4b2d048954e Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 May 2022 03:26:48 +1000 Subject: [PATCH 31/31] New translations app_en.arb (Hungarian) --- lib/l10n/hu_HU/app_hu_HU.arb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/l10n/hu_HU/app_hu_HU.arb b/lib/l10n/hu_HU/app_hu_HU.arb index c53da9cd..bc918910 100644 --- a/lib/l10n/hu_HU/app_hu_HU.arb +++ b/lib/l10n/hu_HU/app_hu_HU.arb @@ -214,6 +214,7 @@ "@history": { "description": "history" }, + "home": "Főoldal", "@homeScreen": {}, "homeScreen": "Főképernyő", "homeScreenSettings": "Főképernyő beállítások konfigurálása", @@ -316,6 +317,10 @@ "@notes": { "description": "Notes" }, + "notifications": "Értesítések", + "@notifications": {}, + "notificationsEmpty": "Nincsenek olvasatlan értesítések", + "@notificationsEmpty": {}, "noResponse": "Nincs válasz a kiszolgálótól", "@noResponse": {}, "noResults": "Nincs találat", @@ -432,6 +437,8 @@ "@quantityInvalid": {}, "quantityPositive": "Mennyiség pozitív kell legyen", "@quantityPositive": {}, + "queryEmpty": "Add meg a keresési lekérdezést", + "@queryEmpty": {}, "queryNoResults": "Nincs találat", "@queryNoResults": {}, "received": "Beérkezett",