Skip to content

Commit

Permalink
misc: update localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti committed Jan 12, 2025
1 parent ebffc78 commit 18ca6c2
Show file tree
Hide file tree
Showing 15 changed files with 1,485 additions and 223 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ All the supported languages are listed here alphabetically. You can see more det
- French
- German
- Hindi
- Italian
- Polish
- Portuguese
- Russian
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/full_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p><b>Material Notes</b> 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。 它在本地存储笔记,并且没有任何互联网权限,因此您是唯一可以访问笔记的人。</p><p><b>做笔记</b></p><ul><li>撰写文本笔记(标题和内容)</li><li>利用高级格式选项,包括清单</li><li>编辑时撤销和恢复更改</li><li>使用主屏幕上的快建操作快速添加笔记</li></ul><p><b>整理</b></p><ul><li>搜索您的笔记</li><li>按日期或标题、升序或降序对笔记进行排序</li><li>以列表或网格视图显示笔记</li><li>置顶您的笔记</li><li>从回收站中还原已删除的笔记</li></ul><p><b>分享和备份</b></p><ul><li>分享其他应用程序中的文本,将其直接添加到笔记中</li><li>以文本形式分享笔记</li><li>手动或自动将笔记导出为 JSON,然后再重新导入</li><li>将笔记导出为 Markdown</li></ul><p><b>保护</b></p><ul><li>不必担心您的数据如何处理:它无法离开您的设备 因为应用程序没有任何互联网权限</li><li>加密您的 JSON 导出</li></ul><p><b>定制</b></p><ul><li>选择您的语言</li><li>选择您的主题(浅色、深色或黑色)</li><li>选择是否希望主题是动态的(使用背景颜色)</li><li>选择是要启用高级格式、仅启用清单还是保持基本笔记</li></ul>
<p><b>Material Notes</b> 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。 它在本地存储笔记,并且没有任何互联网权限,因此只有您可以访问笔记。</p><p><b>做笔记</b></p><ul><li>撰写文本笔记(标题和内容)</li><li>利用高级格式选项,包括清单</li><li>编辑时撤销和恢复更改</li><li>使用主屏幕上的快捷操作快速添加笔记</li></ul><p><b>整理</b></p><ul><li>搜索您的笔记</li><li>按日期或标题、升序或降序对笔记进行排序</li><li>以列表或网格视图显示笔记</li><li>置顶您的笔记</li><li>从回收站中还原已删除的笔记</li></ul><p><b>分享和备份</b></p><ul><li>分享其他应用程序中的文本,将其直接添加到笔记中</li><li>以文本形式分享笔记</li><li>手动或自动将笔记导出为 JSON,然后再重新导入</li><li>将笔记导出为 Markdown</li></ul><p><b>保护</b></p><ul><li>不必担心您的数据如何处理:它无法离开您的设备 因为应用程序没有任何互联网权限</li><li>加密您的 JSON 导出</li></ul><p><b>定制</b></p><ul><li>选择您的语言</li><li>选择您的主题(浅色、深色或黑色)</li><li>选择是否希望主题是动态的(使用背景颜色)</li><li>选择是要启用高级格式、仅启用清单还是保持基本笔记</li></ul>
21 changes: 12 additions & 9 deletions lib/common/enums/localization_completion.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,40 @@ import 'package:flutter/material.dart';
/// Lists the localization completion for every supported language.
enum LocalizationCompletion {
/// Czech.
cs(Locale('cs'), .99),
cs(Locale('cs'), 1),

/// English.
en(Locale('en'), 1),

/// Spanish.
es(Locale('es'), .99),
es(Locale('es'), .97),

/// French.
fr(Locale('fr'), 1),

/// German.
de(Locale('de'), .79),
de(Locale('de'), .97),

/// Hindi.
hi(Locale('hi'), .82),
hi(Locale('hi'), .80),

/// Italian.
it(Locale('it'), .99),

/// Polish.
pl(Locale('pl'), .62),
pl(Locale('pl'), .61),

/// Portuguese.
pt(Locale('pt'), .63),
pt(Locale('pt'), .62),

/// Russian.
ru(Locale('ru'), .90),
ru(Locale('ru'), .88),

/// Turkish.
tr(Locale('tr'), .82),
tr(Locale('tr'), .80),

/// Chinese Simplified.
zh(Locale('zh'), .99),
zh(Locale('zh'), 1),
;

/// The locale of this localization.
Expand Down
78 changes: 57 additions & 21 deletions lib/l10n/translations/app_cs.arb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"@navigation_settings_appearance": {
"description": "Title of the settings page regarding the application's appearance."
},
"navigation_settings_notes_tiles": "Dlaždice poznámek",
"@navigation_settings_notes_tiles": {
"description": "Title of the settings page regarding the notes tiles appearance."
},
"navigation_settings_behavior": "Chování",
"@navigation_settings_behavior": {
"description": "Title of the settings page regarding the application's behavior."
Expand Down Expand Up @@ -113,7 +117,7 @@
"@settings_page_appearance": {
"description": "Title of the settings page regarding the application's appearance."
},
"settings_page_appearance_description": "Jazyk, motiv, písmo, dlaždice poznámek",
"settings_page_appearance_description": "Jazyk, motiv, písma",
"@settings_page_appearance_description": {
"description": "Description of the appearance settings page."
},
Expand Down Expand Up @@ -181,25 +185,21 @@
"@settings_editor_font_description": {
"description": "Description of the setting tile to choose the font of the app."
},
"settings_appearance_section_notes_tiles": "Dlaždice poznámek",
"@settings_appearance_section_notes_tiles": {
"description": "Title of the section regarding the notes tiles under the appearance settings."
"settings_page_notes_tiles": "Dlaždice poznámek",
"@settings_page_notes_tiles": {
"description": "Title of the settings page regarding the notes tiles."
},
"settings_show_titles_only": "Pouze názvy",
"@settings_show_titles_only": {
"description": "Title of the setting tile to only show the titles of the notes in the notes tiles."
"settings_page_notes_tiles_description": "Vzhled, obsah",
"@settings_page_notes_tiles_description": {
"description": "Description of the notes tiles settings page."
},
"settings_show_titles_only_description": "Zobrazit pouze názvy poznámek",
"@settings_show_titles_only_description": {
"description": "Description of the setting tile to only show the titles of the notes in the notes tiles."
"settings_page_notes_tiles_appearance_section": "Vzhled",
"@settings_page_notes_tiles_appearance_section": {
"description": "Title of the section regarding the appearance under the notes tiles settings."
},
"settings_show_titles_only_disable_in_search_view": "Zakázat zobrazování pouze názvů při hledání",
"@settings_show_titles_only_disable_in_search_view": {
"description": "Title of the setting tile to disable only showing the titles of the notes in the search view."
},
"settings_show_titles_only_disable_in_search_view_description": "Zakázat možnost zobrazující pouze názvy při vyhledávání",
"@settings_show_titles_only_disable_in_search_view_description": {
"description": "Description of the setting tile to disable only showing the titles of the notes in the search view."
"settings_page_notes_tiles_content_section": "Obsah",
"@settings_page_notes_tiles_content_section": {
"description": "Title of the section regarding the content under the notes tiles settings."
},
"settings_show_tiles_background": "Pozadí",
"@settings_show_tiles_background": {
Expand All @@ -217,6 +217,30 @@
"@settings_show_separators_description": {
"description": "Description of the setting tile to show the separators between the notes tiles."
},
"settings_show_titles_only": "Pouze názvy",
"@settings_show_titles_only": {
"description": "Title of the setting tile to only show the titles of the notes in the notes tiles."
},
"settings_show_titles_only_description": "Zobrazit pouze názvy poznámek",
"@settings_show_titles_only_description": {
"description": "Description of the setting tile to only show the titles of the notes in the notes tiles."
},
"settings_show_titles_only_disable_in_search_view": "Zakázat zobrazování pouze názvů při hledání",
"@settings_show_titles_only_disable_in_search_view": {
"description": "Title of the setting tile to disable only showing the titles of the notes in the search view."
},
"settings_show_titles_only_disable_in_search_view_description": "Zakázat možnost zobrazující pouze názvy při vyhledávání",
"@settings_show_titles_only_disable_in_search_view_description": {
"description": "Description of the setting tile to disable only showing the titles of the notes in the search view."
},
"settings_content_preview_max_lines": "Maximální počet řádků náhledu",
"@settings_content_preview_max_lines": {
"description": "Title of the setting tile to choose the maximum number of content preview lines to show."
},
"settings_content_preview_max_lines_description": "Maximální počet zobrazených řádků při zobrazování náhledu obsahu",
"@settings_content_preview_max_lines_description": {
"description": "Description of the setting tile to choose the maximum number of content preview lines to show."
},
"settings_behavior": "Chování",
"@settings_behavior": {
"description": "Title of the settings page regarding the application's behavior."
Expand Down Expand Up @@ -635,10 +659,6 @@
"@hint_title": {
"description": "Hint for the text field of the title of the notes."
},
"hint_note": "Poznámka",
"@hint_note": {
"description": "Hint for the text field of the content of the notes."
},
"hint_link": "Odkaz",
"@hint_link": {
"description": "Hint for the link text field in the dialog to add a link in the editor."
Expand Down Expand Up @@ -917,6 +937,10 @@
"@about_last_edited": {
"description": "Date when the note was edited for the last time."
},
"about_type": "Typ",
"@about_type": {
"description": "Type of the note."
},
"about_created": "Vytvořeno",
"@about_created": {
"description": "Date when the note was created."
Expand Down Expand Up @@ -1000,5 +1024,17 @@
"welcome_note_content": "Jednoduché, lokální poznámky s material designem",
"@welcome_note_content": {
"description": "Content of the welcome note automatically created on the first run of the application."
},
"font_system_default": "Výchozí systémový",
"@font_system_default": {
"description": "Name of the font settings that uses the default font of the system."
},
"note_type_plain_text": "Prostý text",
"@note_type_plain_text": {
"description": "Note with plain text."
},
"note_type_rich_text": "Formátovaný text",
"@note_type_rich_text": {
"description": "Note with rich text."
}
}
Loading

0 comments on commit 18ca6c2

Please sign in to comment.