Skip to content

Commit abe3cc1

Browse files
committed
Fix translations
1 parent 8c8198d commit abe3cc1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/res/values-de/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<!-- action -->
77
<string name="action_search">Suchen</string>
8-
<string name="action_donate">Spenden</string>
98
<string name="action_clone">Klonen</string>
109
<string name="action_import_repo">Repository importieren</string>
1110
<string name="action_git_profile">Git-Profil</string>
@@ -109,4 +108,5 @@
109108
<string name="progress_left_init">0%</string>
110109
<string name="progress_right_init">0/0</string>
111110

111+
<string name="preference_donate">Spenden</string>
112112
</resources>

src/main/res/values-fr/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<!-- action -->
88
<string name="action_search">Rechercher</string>
9-
<string name="action_donate">Donner</string>
109
<string name="action_clone">Cloner</string>
1110
<string name="action_import_repo">Importer le dépôt</string>
1211
<string name="action_git_profile">Profil Git</string>
@@ -128,5 +127,6 @@
128127
<string name="dialog_file_remove_cached_msg">Êtes-vous sûr de vouloir supprimer ce fichier ou le répertoire de l\'index?</string>
129128
<string name="dialog_file_remove_force">Supprimer le fichier de travail</string>
130129
<string name="dialog_file_remove_force_msg">Êtes-vous sûr de vouloir supprimer ce fichier ou le répertoire à partir du répertoire et de l\'indice de travail?</string>
130+
<string name="preference_donate">Donner</string>
131131

132132
</resources>

src/main/res/values-iw/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<string name="default_text">טקסט ברירת מחדל</string>
44
<string name="title_clone_repo">העתק מאגר</string>
55
<string name="action_search">חיפוש</string>
6-
<string name="action_donate">תרומה</string>
76
<string name="action_clone">העתקה</string>
87
<string name="action_import_repo">יבא מאגר</string>
98
<string name="action_git_profile">פרופיל git</string>
@@ -97,4 +96,5 @@
9796
<string name="hello_world">שלום עולם!</string>
9897
<string name="progress_left_init">0%</string>
9998
<string name="progress_right_init">0/0</string>
99+
<string name="preference_donate">תרומה</string>
100100
</resources>

src/main/res/values-ja/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<!-- action -->
88
<string name="action_search">検索</string>
9-
<string name="action_donate">寄付</string>
109
<string name="action_clone">クローン</string>
1110
<string name="action_import_repo">リポジトリをインポート</string>
1211
<string name="action_git_profile">Git プロフィール</string>
@@ -108,5 +107,6 @@
108107
<string name="dialog_file_remove_cached_msg">あなたは、インデックスからこのファイルまたはディレクトリを削除してもよろしいですか?</string>
109108
<string name="dialog_file_remove_force">強制ファイルの削除</string>
110109
<string name="dialog_file_remove_force_msg">あなたはディレクトリとインデックス作業からこのファイルまたはディレクトリを削除してもよろしいですか?</string>
110+
<string name="preference_donate">寄付</string>
111111

112112
</resources>

src/main/res/values-zh-rCN/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<!-- action -->
88
<string name="action_search">查找</string>
9-
<string name="action_donate">捐赠</string>
109
<string name="action_clone">克隆</string>
1110
<string name="action_import_repo">导入仓库</string>
1211
<string name="action_git_profile">Git配置</string>
@@ -108,5 +107,6 @@
108107
<string name="dialog_file_remove_cached_msg">你确定要删除这个索引文件或目录?</string>
109108
<string name="dialog_file_remove_force">删除文件力</string>
110109
<string name="dialog_file_remove_force_msg">你确定要删除工作目录和索引文件或目录?</string>
110+
<string name="preference_donate">捐赠</string>
111111

112112
</resources>

0 commit comments

Comments
 (0)