Skip to content

Commit

Permalink
Updates translations (PR gsantner#1659)
Browse files Browse the repository at this point in the history
* [ci skip] Update translations (Chinese Traditional)

* [ci skip] Update translations (Thai)

* [ci skip] Update translations (Thai)

* [ci skip] Update translations (Hebrew)

* [ci skip] Update translations (Chinese Simplified)
  • Loading branch information
gsantner authored May 14, 2022
1 parent 9782f6c commit 8b73925
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values-iw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="description">תיאור</string>
<string name="edit_picture">ערוך תמונה</string>
<string name="math">מתמטיקה</string>
<string name="enter_yaml_front_matter_attributes_to_show">הצג מאפייני מידע מקדים (YAML Front Matter) בראש מסמכים מוצגים. הזן מפתחות מופרדים בפסיקים. השאר ריק עבור כלום או הזן \'*\' עבור הכל. \n\nאם מאפיין כלשהו מוגדר במסמך (כגון title: \'Hello\') ובמסמך עצמו יש {{ post.title }} אז הוא יוצב. כך ניתן ליצור כותרות מותאמות באמצעות מידע מקדים.</string>
<string name="table_of_contents">תוכן עניינים</string>
<string name="miscellaneous">שונות</string>
<string name="textaction">פעולת טקסט</string>
Expand Down
17 changes: 17 additions & 0 deletions app/src/main/res/values-th-rTH/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
A project by Gregor Santner (https://gsantner.net)
To the extent possible under law, the person who associated CC0 with
this file has waived all copyright and related or neighboring rights
to the public domain.
You should have received a copy of the CC0 legalcode along with this
work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="settings">การตั้งค่าโปรไฟล์</string>
<string name="light">สว่าง</string>
<string name="rename">เปลี่ยนชื่อ</string>
<string name="name">ชื่อเรื่อง</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="open_the_document_from_main_view">您可以从底部主视图、文件浏览器或启动器打开文档。还有一个选项可以附加分享到 Markor 的文本。</string>
<string name="notebook_is_the_home_of_your_files">笔记本是程序启动时 Markor 在文件浏览器中加载的文件夹。它是你的文件的主文件夹。</string>
<string name="quicknote_is_the_fastest_option_to_write_down_notes">QuickNote 是写下笔记最快选择。它是一个默认位置为 &gt;Notebook/QuickNote.md&lt; 的 Markdown 格式的文件,您可以在设置中设置一个自定义文件路径。</string>
<string name="todo_is_the_easiest_way_">使用 ToDo 来管理您的任务。它是一个 todo.txt 格式的文件,默认位置为 &gt;Notebook/todo.txt&lt;您可以在设置中自定义文件路径。</string>
<string name="todo_is_the_easiest_way_">使用 ToDo管理您的任务。它是 todo.txt 格式的文件,默认位置 &gt;Notebook/todo。 xt&lt;您可以在设置中设置自定义文件路径。</string>
<string name="navigationbar_color">导航栏颜色</string>
<string name="black">黑色</string>
<string name="white">白色</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="recursive_search_in_current_directory">在目前目錄中遞迴搜尋</string>
<string name="always_open_with_this_app">總是使用此應用程式開啟</string>
<string name="always_open_files_with_this_app_when_list_contains_file_extension">當列表的項目裡包含副檔名時,總是以這個程式開啟檔案。如果您要編輯網頁檔案或其他不含附檔名的檔案時,可以使用 \'None, .html, .css , .js\' 等。</string>
<string name="template">模板</string>
<string name="template">範本</string>
<string name="send_debug_log">傳送偵錯日誌</string>
<string name="print_pdf">列印 / PDF</string>
<string name="bigger_headings">大標題</string>
Expand All @@ -329,7 +329,7 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="reading">讀取中</string>
<string name="read">讀取</string>
<string name="table">表格</string>
<string name="how_much_columns_press_table_button_long_to_start_table">多少列呢?長按表格按鈕以開始一個表單,(插入抬頭),短按會增加一行。</string>
<string name="how_much_columns_press_table_button_long_to_start_table">需要多少欄 (columns)?長按表格按鈕建立表格(插入 header),輕觸則新增一列 (row)。</string>
<string name="example_of_a_markdown_table">Markdown 表格示例</string>
<string name="delete_lines">刪除線</string>
<string name="unordered_list">無序清單</string>
Expand Down

0 comments on commit 8b73925

Please sign in to comment.