Skip to content

Commit 25f82db

Browse files
committed
minor #719 minor: Update translations (flibustier)
This PR was merged into the master branch. Discussion ---------- minor: Update translations Add some missing translations in French 🥖 , Italian 🇮🇹 and Japanese 🇯🇵 Commits ------- a66861e minor: Update translations
2 parents 6740c8f + a66861e commit 25f82db

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

translations/messages.fr.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
<source>action.show</source>
9898
<target>Voir</target>
9999
</trans-unit>
100+
<trans-unit id="action.show_post">
101+
<source>action.show_post</source>
102+
<target>Voir l'article</target>
103+
</trans-unit>
100104
<trans-unit id="action.show_code">
101105
<source>action.show_code</source>
102106
<target>Voir le code</target>

translations/messages.it.xlf

+16
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
<source>action.show</source>
9898
<target>Mostra</target>
9999
</trans-unit>
100+
<trans-unit id="action.show_post">
101+
<source>action.show_post</source>
102+
<target>Mostra post</target>
103+
</trans-unit>
100104
<trans-unit id="action.show_code">
101105
<source>action.show_code</source>
102106
<target>Mostra codice</target>
@@ -251,6 +255,10 @@
251255
<source>menu.rss</source>
252256
<target>RSS del blog</target>
253257
</trans-unit>
258+
<trans-unit id="menu.search">
259+
<source>menu.search</source>
260+
<target>Ricercare</target>
261+
</trans-unit>
254262

255263
<trans-unit id="post.to_publish_a_comment">
256264
<source>post.to_publish_a_comment</source>
@@ -284,6 +292,14 @@
284292
<source>post.deleted_successfully</source>
285293
<target>Post eliminato!</target>
286294
</trans-unit>
295+
<trans-unit id="post.search_for">
296+
<source>post.search_for</source>
297+
<target>Ricercare...</target>
298+
</trans-unit>
299+
<trans-unit id="post.search_no_results">
300+
<source>post.search_no_results</source>
301+
<target>Nessun risultato trovato</target>
302+
</trans-unit>
287303

288304
<trans-unit id="notification.comment_created">
289305
<source>notification.comment_created</source>

translations/messages.ja.xlf

+41
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@
178178
<source>menu.logout</source>
179179
<target>ログアウト</target>
180180
</trans-unit>
181+
<trans-unit id="menu.rss">
182+
<source>menu.rss</source>
183+
<target>ブログ投稿RSS</target>
184+
</trans-unit>
185+
<trans-unit id="menu.search">
186+
<source>menu.search</source>
187+
<target>サーチ</target>
188+
</trans-unit>
181189

182190
<trans-unit id="post.to_publish_a_comment">
183191
<source>post.to_publish_a_comment</source>
@@ -195,6 +203,39 @@
195203
<source>post.no_comments</source>
196204
<target>この記事へのコメントはまだ投稿されていません。</target>
197205
</trans-unit>
206+
<trans-unit id="post.no_posts_found">
207+
<source>post.no_posts_found</source>
208+
<target>投稿は見つかりませんでした。</target>
209+
</trans-unit>
210+
<trans-unit id="post.created_successfully">
211+
<source>post.created_successfully</source>
212+
<target>投稿は正常に作成されました!</target>
213+
</trans-unit>
214+
<trans-unit id="post.updated_successfully">
215+
<source>post.updated_successfully</source>
216+
<target>投稿は正常に更新されました!</target>
217+
</trans-unit>
218+
<trans-unit id="post.deleted_successfully">
219+
<source>post.deleted_successfully</source>
220+
<target>投稿は正常に削除されました!</target>
221+
</trans-unit>
222+
<trans-unit id="post.search_for">
223+
<source>post.search_for</source>
224+
<target>検索する...</target>
225+
</trans-unit>
226+
<trans-unit id="post.search_no_results">
227+
<source>post.search_no_results</source>
228+
<target>結果が見つかりません</target>
229+
</trans-unit>
230+
231+
<trans-unit id="notification.comment_created">
232+
<source>notification.comment_created</source>
233+
<target>あなたの投稿はコメントを受け取った!</target>
234+
</trans-unit>
235+
<trans-unit id="notification.comment_created.description">
236+
<source>notification.comment_created.description</source>
237+
<target><![CDATA[あなたの投稿「%title%」に新しいコメントが届きました。<a href="%link%">このリンク</a>に沿ってコメントを読むことができます]]></target>
238+
</trans-unit>
198239

199240
<trans-unit id="help.app_description">
200241
<source>help.app_description</source>

0 commit comments

Comments
 (0)