Skip to content
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
3 changes: 3 additions & 0 deletions i18n/src/commonMain/resources/locale/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,7 @@
<string name="reader_mode_reset_to_default">Възстановяване на фабричните настройки</string>
<string name="increase_line_height_button_content_description">Увеличаване на височината на реда</string>
<string name="decrease_line_height_button_content_description">Намаляване на височината на реда</string>
<string name="settings_feed_layout_big_image">Карта с голямо изображение</string>
<string name="settings_feed_layout_grid">Решетка</string>
<string name="settings_feed_layout_grid_toggle">Използване на решетка на широки екрани</string>
</resources>
3 changes: 3 additions & 0 deletions i18n/src/commonMain/resources/locale/values-et/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,7 @@
<string name="reader_mode_reset_to_default">Lähtesta vaikimisi väärtusteks</string>
<string name="increase_line_height_button_content_description">Suurenda reakõrgust</string>
<string name="decrease_line_height_button_content_description">Vähenda reakõrgust</string>
<string name="settings_feed_layout_big_image">Suure pildiga kaart</string>
<string name="settings_feed_layout_grid">Ruudustik</string>
<string name="settings_feed_layout_grid_toggle">Näita laiadel ekraanidel ruudustikuvaadet</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@
<string name="reader_mode_line_height">行高</string>
<string name="reader_mode_text_settings">文本设置</string>
<string name="reader_mode_reset_to_default">重置为默认</string>
<string name="increase_line_height_button_content_description">增加行高</string>
<string name="decrease_line_height_button_content_description">降低行高</string>
<string name="increase_line_height_button_content_description">增大行高</string>
<string name="decrease_line_height_button_content_description">减小行高</string>
<string name="settings_feed_layout_big_image">大图卡片</string>
<string name="settings_feed_layout_grid">网格</string>
<string name="settings_feed_layout_grid_toggle">在宽屏上使用网格</string>
</resources>
Loading