Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
bed78f5
New translations strings.xml (French)
axiel7 Jun 13, 2025
5d362d1
New translations strings.xml (Spanish)
axiel7 Jun 13, 2025
c40cb25
New translations strings.xml (Arabic)
axiel7 Jun 13, 2025
72b2f46
New translations strings.xml (Bulgarian)
axiel7 Jun 13, 2025
74152e5
New translations strings.xml (Czech)
axiel7 Jun 13, 2025
ec7d76e
New translations strings.xml (German)
axiel7 Jun 13, 2025
766614d
New translations strings.xml (Italian)
axiel7 Jun 13, 2025
1651d56
New translations strings.xml (Japanese)
axiel7 Jun 13, 2025
7f2ec69
New translations strings.xml (Polish)
axiel7 Jun 13, 2025
c887036
New translations strings.xml (Portuguese)
axiel7 Jun 13, 2025
0f4baa0
New translations strings.xml (Russian)
axiel7 Jun 13, 2025
ec223eb
New translations strings.xml (Slovak)
axiel7 Jun 13, 2025
cc0da10
New translations strings.xml (Turkish)
axiel7 Jun 13, 2025
127cca4
New translations strings.xml (Ukrainian)
axiel7 Jun 13, 2025
f85b1e2
New translations strings.xml (Chinese Simplified)
axiel7 Jun 13, 2025
22ff787
New translations strings.xml (Chinese Traditional)
axiel7 Jun 13, 2025
3a09792
New translations strings.xml (Portuguese, Brazilian)
axiel7 Jun 13, 2025
906e76d
New translations strings.xml (Indonesian)
axiel7 Jun 13, 2025
cc64c35
New translations strings.xml (French)
axiel7 Jun 21, 2025
dd41360
New translations strings.xml (Spanish)
axiel7 Jun 21, 2025
6171a9f
New translations strings.xml (Arabic)
axiel7 Jun 21, 2025
50651ff
New translations strings.xml (Bulgarian)
axiel7 Jun 21, 2025
c993aa8
New translations strings.xml (Czech)
axiel7 Jun 21, 2025
8b0428c
New translations strings.xml (German)
axiel7 Jun 21, 2025
9a90d6d
New translations strings.xml (Italian)
axiel7 Jun 21, 2025
d062b07
New translations strings.xml (Japanese)
axiel7 Jun 21, 2025
e00f07a
New translations strings.xml (Polish)
axiel7 Jun 21, 2025
e5b538f
New translations strings.xml (Portuguese)
axiel7 Jun 21, 2025
607b763
New translations strings.xml (Russian)
axiel7 Jun 21, 2025
d4e323e
New translations strings.xml (Slovak)
axiel7 Jun 21, 2025
e087e42
New translations strings.xml (Turkish)
axiel7 Jun 21, 2025
3a6203b
New translations strings.xml (Ukrainian)
axiel7 Jun 21, 2025
460bdc3
New translations strings.xml (Chinese Simplified)
axiel7 Jun 21, 2025
0fb2959
New translations strings.xml (Chinese Traditional)
axiel7 Jun 21, 2025
3fc1202
New translations strings.xml (Portuguese, Brazilian)
axiel7 Jun 21, 2025
0aa651b
New translations strings.xml (Indonesian)
axiel7 Jun 21, 2025
87f2c47
New translations strings.xml (Russian)
axiel7 Jul 12, 2025
f6e4c76
New translations strings.xml (German)
axiel7 Aug 2, 2025
1299cc7
New translations strings.xml (German)
axiel7 Aug 17, 2025
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
1 change: 0 additions & 1 deletion app/src/main/res/values-ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,4 @@
<string name="ago">%s منذ</string>
<string name="set_as_completed">تعيين كمكتمل؟</string>
<string name="relation_character">شخصية</string>
<string name="refresh">تحديث</string>
</resources>
26 changes: 26 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<string name="title_anime_list">Anime</string>
<string name="title_manga_list">Manga</string>
<string name="stats">Statistiken</string>
<string name="more_info">Weitere Informationen</string>
<string name="synonyms">Synonyme</string>
<string name="jp_title">Japanisch</string>
<string name="start_date">Startdatum</string>
Expand All @@ -23,7 +24,15 @@
<string name="cancel">Abbrechen</string>
<string name="apply">Übernehmen</string>
<string name="episodes">Folgen</string>
<plurals name="num_episodes">
<item quantity="one">%d Folge</item>
<item quantity="other">%d Folgen</item>
</plurals>
<string name="chapters">Kapitel</string>
<plurals name="num_chapters">
<item quantity="one">%d Kapitel</item>
<item quantity="other">%d Kapitel</item>
</plurals>
<string name="delete">Löschen</string>
<string name="watching">Am Schauen</string>
<string name="reading">Am Lesen</string>
Expand Down Expand Up @@ -328,5 +337,22 @@
<string name="enable_list_tabs_subtitle">Tabs in der Anime/Manga-Liste anstelle der schwebenden Aktionsschaltfläche verwenden</string>
<string name="always_load_characters">Zeichen immer laden</string>
<string name="random_button_on_list">Zufällige Schaltfläche auf der Anime/Manga-Liste</string>
<string name="new_anime">Neu</string>
<string name="continuing_anime">Weiterlaufend</string>
<string name="previous_season">Vorherige</string>
<string name="current_season">Aktuelle</string>
<string name="next_season">Nächste</string>
<string name="status_distribution">Statusverteilung</string>
<string name="tv_special">TV Special</string>
<string name="cm">CM</string>
<string name="pv">PV</string>
<string name="black_theme_variant">Tiefschwarzes Design</string>
<string name="pinned_navigation_bar">Navigationsleiste immer sichtbar</string>
<string name="hide_scores">Bewertungen verstecken</string>
<string name="mode_auto">Auto</string>
<string name="mode_always">Immer</string>
<string name="mode_landscape">Querformat</string>
<string name="mode_never">Nie</string>
<string name="tablet_mode">Tablet-Modus</string>
<string name="refresh">Aktualisieren</string>
</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@
<string name="black_theme_variant">Variante del tema negro</string>
<string name="pinned_navigation_bar">Barra de navegación anclada</string>
<string name="hide_scores">Ocultar notas</string>
<string name="mode_auto" comment="tablet mode">Automático</string>
<string name="mode_always" comment="tablet mode">Siempre</string>
<string name="mode_landscape" comment="tablet mode">Horizontal</string>
<string name="mode_never" comment="tablet mode">Nunca</string>
<string name="mode_auto">Automático</string>
<string name="mode_always">Siempre</string>
<string name="mode_landscape">Horizontal</string>
<string name="mode_never">Nunca</string>
<string name="tablet_mode">Modo tablet</string>
<string name="refresh">Actualizar</string>
</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-in-rID/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@
<string name="black_theme_variant">Variasi tema hitam</string>
<string name="pinned_navigation_bar">Pin navigasi bar</string>
<string name="hide_scores">Sembunyikan skor</string>
<string name="mode_auto" comment="tablet mode">Otomatis</string>
<string name="mode_always" comment="tablet mode">Selalu</string>
<string name="mode_landscape" comment="tablet mode">Lanskap</string>
<string name="mode_never" comment="tablet mode">Jangan pernah</string>
<string name="mode_auto">Otomatis</string>
<string name="mode_always">Selalu</string>
<string name="mode_landscape">Lanskap</string>
<string name="mode_never">Jangan pernah</string>
<string name="tablet_mode">Mode tablet</string>
<string name="refresh">Memperbarui</string>
</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@
<string name="black_theme_variant">Variante tema nero</string>
<string name="pinned_navigation_bar">Blocca barra di navigazione</string>
<string name="hide_scores">Nascondi punteggi</string>
<string name="mode_auto" comment="tablet mode">Auto</string>
<string name="mode_always" comment="tablet mode">Sempre</string>
<string name="mode_landscape" comment="tablet mode">Orizzontale</string>
<string name="mode_never" comment="tablet mode">Mai</string>
<string name="mode_auto">Auto</string>
<string name="mode_always">Sempre</string>
<string name="mode_landscape">Orizzontale</string>
<string name="mode_never">Mai</string>
<string name="tablet_mode">Modalità tablet</string>
<string name="refresh">Aggiorna</string>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,4 @@
<string name="tv_special">TV スペシャル</string>
<string name="cm">CM</string>
<string name="pv">PV</string>
<string name="refresh">更新する</string>
</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-pl-rPL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@
<string name="black_theme_variant">Czarny motyw</string>
<string name="pinned_navigation_bar">Przypięty pasek nawigacji</string>
<string name="hide_scores">Ukryj oceny</string>
<string name="mode_auto" comment="tablet mode">Automatyczny</string>
<string name="mode_always" comment="tablet mode">Zawsze</string>
<string name="mode_landscape" comment="tablet mode">Tryb poziomy</string>
<string name="mode_never" comment="tablet mode">Nigdy</string>
<string name="mode_auto">Automatyczny</string>
<string name="mode_always">Zawsze</string>
<string name="mode_landscape">Tryb poziomy</string>
<string name="mode_never">Nigdy</string>
<string name="tablet_mode">Tryb tabletu</string>
<string name="refresh">Odśwież</string>
</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@
<string name="black_theme_variant">Variação do tema preto</string>
<string name="pinned_navigation_bar">Barra de navegação fixa</string>
<string name="hide_scores">Ocultar notas</string>
<string name="mode_auto" comment="tablet mode">Automático</string>
<string name="mode_always" comment="tablet mode">Sempre</string>
<string name="mode_landscape" comment="tablet mode">Paisagem</string>
<string name="mode_never" comment="tablet mode">Nunca</string>
<string name="mode_auto">Automático</string>
<string name="mode_always">Sempre</string>
<string name="mode_landscape">Paisagem</string>
<string name="mode_never">Nunca</string>
<string name="tablet_mode">Modo tablet</string>
<string name="refresh">Atualizar</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-ru-rRU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,12 @@
<string name="cm">КС</string>
<string name="pv">РВ</string>
<string name="black_theme_variant">Черный вариант темы</string>
<string name="pinned_navigation_bar">Прикреплённая панель навигации</string>
<string name="hide_scores">Скрыть оценки</string>
<string name="mode_auto">Авто</string>
<string name="mode_always">Всегда</string>
<string name="mode_landscape">Альбомный</string>
<string name="mode_never">Никогда</string>
<string name="tablet_mode">Альбомный режим</string>
<string name="refresh">Обновить</string>
</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@
<string name="black_theme_variant">Siyah tema varyantı</string>
<string name="pinned_navigation_bar">Sabitlenmiş gezinme çubuğu</string>
<string name="hide_scores">Puanları gizle</string>
<string name="mode_auto" comment="tablet mode">Otomatik</string>
<string name="mode_always" comment="tablet mode">Her zaman</string>
<string name="mode_landscape" comment="tablet mode">Yatay</string>
<string name="mode_never" comment="tablet mode">Hiçbir zaman</string>
<string name="mode_auto">Otomatik</string>
<string name="mode_always">Her zaman</string>
<string name="mode_landscape">Yatay</string>
<string name="mode_never">Hiçbir zaman</string>
<string name="tablet_mode">Tablet modu</string>
<string name="refresh">Yenile</string>
</resources>
14 changes: 7 additions & 7 deletions app/src/main/res/values-uk-rUA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<string name="visual_novel">Візуальна новела</string>
<string name="game">Гра</string>
<string name="web_manga">Веб-манґа</string>
<string name="score_apalling">Страхіття</string>
<string name="score_horrible">Жах</string>
<string name="score_apalling">Гидота</string>
<string name="score_horrible">Жахливо</string>
<string name="score_very_bad">Дуже погано</string>
<string name="score_bad">Погано</string>
<string name="score_average">Посередньо</string>
Expand Down Expand Up @@ -348,7 +348,7 @@
<string name="enable_list_tabs">Увімкнути вкладки списку</string>
<string name="enable_list_tabs_subtitle">Використовуйте вкладки у списку аніме/манга замість плаваючої кнопки дії</string>
<string name="always_load_characters">Завжди завантажувати персонажів</string>
<string name="random_button_on_list">Випадкова кнопка у списку аніме/манги</string>
<string name="random_button_on_list">Кнопка «Випадкове» у списку аніме/манги</string>
<string name="new_anime">Нове</string>
<string name="continuing_anime">Продовжується</string>
<string name="previous_season">Попередній</string>
Expand All @@ -361,10 +361,10 @@
<string name="black_theme_variant">Чорний варіант теми</string>
<string name="pinned_navigation_bar">Закріплена панель навігації</string>
<string name="hide_scores">Приховати оцінки</string>
<string name="mode_auto" comment="tablet mode">Авто</string>
<string name="mode_always" comment="tablet mode">Завжди</string>
<string name="mode_landscape" comment="tablet mode">Горизонтальний</string>
<string name="mode_never" comment="tablet mode">Ніколи</string>
<string name="mode_auto">Авто</string>
<string name="mode_always">Завжди</string>
<string name="mode_landscape">Горизонтальний</string>
<string name="mode_never">Ніколи</string>
<string name="tablet_mode">Режим планшета</string>
<string name="refresh">Оновити</string>
</resources>
8 changes: 4 additions & 4 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@
<string name="black_theme_variant">黑色主題變體</string>
<string name="pinned_navigation_bar">釘選導覽列</string>
<string name="hide_scores">隱藏分數</string>
<string name="mode_auto" comment="tablet mode">自動</string>
<string name="mode_always" comment="tablet mode">永遠</string>
<string name="mode_landscape" comment="tablet mode">橫向</string>
<string name="mode_never" comment="tablet mode">永不</string>
<string name="mode_auto">自動</string>
<string name="mode_always">永遠</string>
<string name="mode_landscape">橫向</string>
<string name="mode_never">永不</string>
<string name="tablet_mode">平板模式</string>
<string name="refresh">重新整理</string>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,4 @@
<string name="ago">%s前</string>
<string name="set_as_completed">设为已完成?</string>
<string name="relation_character">人物</string>
<string name="refresh">更新</string>
</resources>