Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #292

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/i18n/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"action": "Download",
"success_one": "Download hinzugefügt",
"success_other": "{{count}} Downloads hinzugefügt",
"error_one": "Fehler beim hinzufügen des Downloads",
"error_other": "Fehler beim hinzufügen der Downloads"
"error_one": "Fehler beim Hinzufügen des Downloads",
"error_other": "Fehler beim Hinzufügen der Downloads"
},
"button": {
"selected": "Auswahl downloaden"
Expand All @@ -50,8 +50,8 @@
"success_one": "Kapitel gelöscht",
"success_other": "{{count}} Kapitel gelöscht",
"action": "Löschen",
"error_one": "Fehler beim löschen des Kapitels",
"error_other": "Fehler beim löschen der Kapitel"
"error_one": "Fehler beim Löschen des Kapitels",
"error_other": "Fehler beim Löschen der Kapitel"
},
"button": {
"selected": "Auswahl löschen"
Expand All @@ -61,8 +61,8 @@
"bookmark": {
"remove": {
"label": {
"error_one": "Fehler beim entfernen des Lesezeichens",
"error_other": "Fehler beim entfernen der Lesezeichen",
"error_one": "Fehler beim Entfernen des Lesezeichens",
"error_other": "Fehler beim Entfernen der Lesezeichen",
"action": "Lesezeichen entfernen",
"success_one": "Lesezeichen von dem Kapitel entfernt",
"success_other": "Lesezeichen von {{count}} Kapiteln entfernt"
Expand All @@ -76,8 +76,8 @@
"selected": "Lesezeichen ausgewählt"
},
"label": {
"error_one": "Fehler beim erstellen eines Lesezeichens für das Kapitel",
"error_other": "Fehler beim erstellen eines Lesezeichens für die Kapitel",
"error_one": "Fehler beim Erstellen des Lesezeichens für das Kapitel",
"error_other": "Fehler beim Erstellen der Lesezeichen für die Kapitel",
"action": "Lesezeichen hinzufügen",
"success_one": "Für das Kapitel wurde ein Lesezeichen erstellt",
"success_other": "Für {{count}} Kapitel wurden Lesezeichen erstellt"
Expand Down Expand Up @@ -306,8 +306,8 @@
"category": {
"dialog": {
"title": {
"new_category": "Neuen Katalog erstellen",
"edit_category": "Katalog bearbeiten"
"new_category": "Neue Kategorie erstellen",
"edit_category": "Kategorie bearbeiten"
}
},
"error": {
Expand All @@ -317,8 +317,8 @@
},
"no_categories_found": {
"label": {
"info": "Keine Kategorien gefunden!",
"hint": "Man muss zuerst welche in den Einstellungen erstellen."
"info": "Keine Kategorien gefunden.",
"hint": "Kategorien können in den Einstellungn erstellt werden."
}
}
},
Expand Down
56 changes: 56 additions & 0 deletions src/i18n/locale/id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"category": {
"dialog": {
"title": {
"new_category": "Kategori baru",
"edit_category": "Ubah kategori"
}
},
"error": {
"label": {
"empty": "Kategori ini kosong",
"request_failure": "Tidak dapat memuat kategori"
},
"no_categories_found": {
"label": {
"info": "Kategori tak ditemukan.",
"hint": "Buatlah di pengaturan."
}
}
},
"label": {
"category_name": "Nama kategori",
"use_as_default_category": "Kategori saat menambahkan manga ke perpustakaan"
},
"title": {
"set_categories": "Atur kategori",
"categories": "Kategori"
}
},
"chapter": {
"action": {
"bookmark": {
"remove": {
"button": {
"selected": "Hapus yang terpilih dari favorit"
},
"label": {
"action": "Hapus favorit",
"success_other": "Telah menghapus {{count}} dari favorit",
"error_other": "Tidak dapat menghapus favorit"
}
},
"add": {
"label": {
"action": "Tambahkan ke favorit",
"error_other": "Tidak dapat mengatur favorit pada bab",
"success_other": "{{count}} bab telah difavorit"
},
"button": {
"selected": "Telah difavorit"
}
}
}
}
}
}
23 changes: 22 additions & 1 deletion src/i18n/locale/ja.json
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
{}
{
"category": {
"dialog": {
"title": {
"new_category": "新しいカテゴリー",
"edit_category": "カテゴリーを編集します"
}
},
"error": {
"label": {
"empty": "カテゴリーは空です",
"request_failure": "カテゴリーを読み込めませんでした"
},
"no_categories_found": {
"label": {
"hint": "設定から作成してください。",
"info": "カテゴリーが見つかりませんでした。"
}
}
}
}
}
Loading