diff --git a/frontend/locales/de.json b/frontend/locales/de.json
index 6fc9f26b..6f125fc8 100644
--- a/frontend/locales/de.json
+++ b/frontend/locales/de.json
@@ -113,8 +113,8 @@
"rotate_process_failed": "Das gedrehte Bild konnte nicht verarbeitet werden",
"some_photos_failed": "{Anzahl, Plural, =0 {Keine Fotos zum Hochladen.} =1 {1 Foto konnte nicht hochgeladen werden.} andere {Einige Fotos konnten nicht hochgeladen werden.}}",
"upload_failed": "Hochladen des Bildes Fehlgeschlagen: { photoName }",
- "upload_success": "{Anzahl, Plural, =0 {Keine Fotos hochgeladen.} =1 {Foto erfolgreich hochgeladen.} andere {Alle Fotos erfolgreich hochgeladen.}}",
- "uploading_photos": "{Anzahl, Plural, =0 {Keine Fotos zum Hochladen} =1 {1 Foto wird hochgeladen...} andere {{Anzahl} Fotos werden hochgeladen...}}"
+ "upload_success": "{Anzahl, plural, =0 {Keine Fotos hochgeladen.} =1 {Foto erfolgreich hochgeladen.} other {Alle Fotos erfolgreich hochgeladen.}}",
+ "uploading_photos": "{Anzahl, plural, =0 {Keine Fotos zum Hochladen} =1 {1 Foto wird hochgeladen...} other {{Anzahl} Fotos werden hochgeladen...}}"
},
"upload_photos": "Upload Bilder",
"uploaded": "Bild hochgeladen"
diff --git a/frontend/locales/en.json b/frontend/locales/en.json
index 39648f36..87f448c8 100644
--- a/frontend/locales/en.json
+++ b/frontend/locales/en.json
@@ -115,15 +115,15 @@
"some_photos_failed": "{count, plural, =0 {No photos to upload.} =1 {1 photo failed to upload.} other {Some photos failed to upload.}}",
"upload_failed": "Failed to upload photo: { photoName }",
"upload_success": "{count, plural, =0 {No photos uploaded.} =1 {Photo uploaded successfully.} other {All photos uploaded successfully.}}",
- "uploading_photos": "{count, plural, =0 {No photos to upload} =1 {Uploading 1 photo...} other {Uploading {count} photos...}}"
+ "uploading_photos": "{count, plural, =0 {No photos to upload} =1 {Uploading 1 photo…} other {Uploading {count} photos…}}"
},
"upload_photos": "Upload Photos",
"uploaded": "Uploaded Photo"
},
"selector": {
"no_results": "No Results Found",
- "placeholder": "Select...",
- "search_placeholder": "Type to search..."
+ "placeholder": "Select…",
+ "search_placeholder": "Type to search…"
},
"view": {
"selectable": {
@@ -176,7 +176,7 @@
"select_location": "Select a Location"
},
"tree": {
- "no_locations": "No locations available. Add new locations through the\n `<`span class=\"link-primary\"`>`Create`<`/span`>` button on the navigation bar."
+ "no_locations": "No locations available. Add new locations through the\n ''Create'' button on the navigation bar."
}
},
"quick_menu": {
@@ -204,14 +204,14 @@
"follow_dev": "Follow the Developer",
"footer": {
"api_link": "''API''",
- "version_link": "' Version: { version } Build: { build } ''"
+ "version_link": "'' Version: { version } Build: { build } ''"
},
"github": "GitHub Project",
"insured": "Insured",
"items": "Items",
"join_discord": "Join the Discord",
"labels": "Labels",
- "loading": "Loading...",
+ "loading": "Loading…",
"locations": "Locations",
"maintenance": "Maintenance",
"name": "Name",
diff --git a/frontend/locales/ja-JP.json b/frontend/locales/ja-JP.json
index 444e74ba..1a3e1cca 100644
--- a/frontend/locales/ja-JP.json
+++ b/frontend/locales/ja-JP.json
@@ -587,7 +587,7 @@
"import": "インポート (CSVの取り込み)",
"import_button": "CSVファイルを選択",
"import_ref_confirm": "",
- "import_sub": "Homeboxで利用可能なCSVファイルをインポートします。'
'''HB.import_ref''が存在しないアイテムに重複がある場合は上書きされません。'
'''HB.import_ref''が存在するアイテムに重複がある場合は、同じ''HB.import_ref''を持つアイテムのデータが上書きされます。'
'どちらも、重複していない場合は関係なく追加されます。"
+ "import_sub": "Homeboxで利用可能なCSVファイルをインポートします。\n''HB.import_ref''が存在しないアイテムに重複がある場合は上書きされません。\n''HB.import_ref''が存在するアイテムに重複がある場合は、同じ''HB.import_ref''を持つアイテムのデータが上書きされます。\nどちらも、重複していない場合は関係なく追加されます。"
},
"import_export_sub": "登録されたアイテムをCSVファイルにインポートおよびエクスポートします。Homeboxのソフトウェアを切り替える場合などに便利です。",
"reports": "レポート",
diff --git a/frontend/locales/pt-BR.json b/frontend/locales/pt-BR.json
index 3202a1f1..7f77a0b6 100644
--- a/frontend/locales/pt-BR.json
+++ b/frontend/locales/pt-BR.json
@@ -168,7 +168,7 @@
"select_location": "Selecionar um Local"
},
"tree": {
- "no_locations": "Não há locais disponíveis. Adicione novos locais\n através do botão \"Criar\" na barra de navegação."
+ "no_locations": "Não há locais disponíveis. Adicione novos locais\n através do botão ''Criar'' na barra de navegação."
}
},
"quick_menu": {
diff --git a/frontend/locales/pt-PT.json b/frontend/locales/pt-PT.json
index 0c763ff2..3bb98f68 100644
--- a/frontend/locales/pt-PT.json
+++ b/frontend/locales/pt-PT.json
@@ -196,7 +196,7 @@
"follow_dev": "Siga o Desenvolvedor",
"footer": {
"api_link": "''API''",
- "version_link": " Versão: { version } Compilação: { build } ''"
+ "version_link": "'' Versão: { version } Compilação: { build } ''"
},
"github": "Projeto GitHub",
"insured": "Com seguro",
diff --git a/frontend/locales/zh-CN.json b/frontend/locales/zh-CN.json
index a3be91dd..76c36f40 100644
--- a/frontend/locales/zh-CN.json
+++ b/frontend/locales/zh-CN.json
@@ -114,7 +114,7 @@
"rotate_process_failed": "处理已旋转图片失败",
"some_photos_failed": "{count, plural, =0 {无照片上传.} =1 {一张照片上传失败.} other {多张照片上传失败.}}",
"upload_failed": "上传照片失败:{ photoName }",
- "upload_success": "{count, plural, = 0 {未上传照片} = 1 {照片上传成功} other {所有照片上传成功}}",
+ "upload_success": "{count, plural, =0 {未上传照片} =1 {照片上传成功} other {所有照片上传成功}}",
"uploading_photos": ""
},
"upload_photos": "上传照片",