Skip to content

Commit be373c4

Browse files
authored
Merge pull request #803 from rgantzos/fix-image-uploads
Update localization
2 parents fcf0a9a + f3effb9 commit be373c4

File tree

17 files changed

+837
-4
lines changed

17 files changed

+837
-4
lines changed

_locales/es/messages.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"extName": {
3+
"message": "ScratchTools para Scratch"
4+
},
5+
"extDescription": {
6+
"message": "ScratchTools es completamente personalizable con muchas funciones, ¡todo para hacer el sitio web de Scratch mejor y más fácil de utilizar!"
7+
},
8+
"supportButton": {
9+
"message": "Soporte"
10+
},
11+
"feedbackButton": {
12+
"message": "Danos tu opinión"
13+
},
14+
"settingsButton": {
15+
"message": "Ajustes adicionales"
16+
},
17+
"featuresFilterAll": {
18+
"message": "Todos"
19+
},
20+
"featuresFilterWebsite": {
21+
"message": "Sitio Web"
22+
},
23+
"featuresFilterEditor": {
24+
"message": "Editor"
25+
},
26+
"featuresFilterForums": {
27+
"message": "Foros"
28+
},
29+
"allFeaturesHeader": {
30+
"message": "Todas las funciones"
31+
},
32+
"forYouHeader": {
33+
"message": "Para tí"
34+
},
35+
"searchPlaceholder": {
36+
"message": "Buscar"
37+
},
38+
"creditsText": {
39+
"message": "Créditos"
40+
},
41+
"viewFeature": {
42+
"message": "Haga click para ver la función."
43+
},
44+
"themeStore": {
45+
"message": "Tienda de temas"
46+
}
47+
}

extras/feature-locales/es.json

Lines changed: 676 additions & 0 deletions
Large diffs are not rendered by default.

extras/feature-locales/ja.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
11
{
2-
"profile-flag/title": { "message": "プロフィールに旗を置く" },
2+
"download-project/title": { "message": "プロジェクトをダウンロード" },
3+
"download-project/description": {
4+
"message": "プロジェクトページに、プロジェクトを.sb3ファイルとしてダウンロードできるボタンを追加します。"
5+
},
6+
"blur-modal/title": { "message": "モーダル背景をぼかす" },
7+
"blur-modal/description": {
8+
"message": "カラーオーバーレイを持たせる代わりに、モーダルの背景をぼかします。"
9+
},
10+
"quick-search/title": { "message": "クイック検索" },
11+
"quick-search/description": {
12+
"message": "Ctrl + Kで、Scratch上のページ間を簡単に切り替えられます。"
13+
},
14+
"favicon-messages/title": { "message": "ブラウザのタブにメッセージ数を表示" },
15+
"favicon-messages/description": {
16+
"message": "ファビコン(ブラウザのタブにあるScratchアイコン)にメッセージ数を表示します。"
17+
},
18+
"show-emoji-names/title": { "message": "絵文字の名前を表示" },
19+
"show-emoji-names/description": {
20+
"message": "コメント内のScratch絵文字にカーソルを合わせると、その絵文字の名前が表示されます。"
21+
},
22+
"more-block-themes/title": { "message": "ブロックのテーマの追加" },
23+
"more-block-themes/description": {
24+
"message": "コードエディターのブロックのテーマを追加します。"
25+
},
26+
"more-key-inputs/title": { "message": "より多くのキー入力の追加" },
27+
"more-key-inputs/description": {
28+
"message": "「○○キーが押された」ブロックに、より多くのキーを追加します。"
29+
},
30+
"comment-tags/title": { "message": "エディターのコメントにタグを追加" },
31+
"comment-tags/description": {
32+
"message": "エディターのコメントにタグを追加して、簡単に整理することができます。"
33+
},
34+
"profile-flag/title": { "message": "プロフィールに国旗を表示" },
335
"profile-flag/description": {
4-
"message": "プロフィールページで、選択した場所に旗の絵文字を追加します"
36+
"message": "プロフィールに設定されている国名の横に、その国の国旗の絵文字を追加します"
537
},
638
"follow-on-projects/title": { "message": "プロジェクトページでフォローする" },
739
"follow-on-projects/description": {
@@ -115,7 +147,7 @@
115147
},
116148
"preview-textboxes/title": { "message": "テキストボックスのプレビュー表示" },
117149
"preview-textboxes/description": {
118-
"message": "プロフィールの「私について」と「私が取り組んでいること」、そしてプロジェクトの「使い方」と「メモとクレジット」をプレビュー表示して、他のユーザーにどのように見えるかを確認できます。\n "
150+
"message": "プロフィールの「私について」と「私が取り組んでいること」、そしてプロジェクトの「使い方」と「メモとクレジット」をプレビュー表示して、他のユーザーにどのように見えるかを確認できます。\n "
119151
},
120152
"more-tutorials/title": { "message": "チュートリアルの追加" },
121153
"more-tutorials/description": {

extras/feature-locales/tr.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
{
2+
"download-project/title": { "message": "Projeleri İndir" },
3+
"download-project/description": {
4+
"message": "Proje sayfalarına, projeyi .sb3 dosyası olarak indirmenize olanak tanıyan bir buton ekler."
5+
},
6+
"blur-modal/title": { "message": "Modal Arka Planları Bulanıklaştır" },
7+
"blur-modal/description": {
8+
"message": "Modalların renkli bir örtü yerine arka planlarını bulanıklaştırır."
9+
},
10+
"quick-search/title": { "message": "Hızlı Arama" },
11+
"quick-search/description": {
12+
"message": "Scratch web sitesinde Control + K tuşlarına basarak sayfalar arasında kolayca geçiş yapın."
13+
},
14+
"favicon-messages/title": { "message": "Sekme Mesaj Sayısı" },
15+
"favicon-messages/description": {
16+
"message": "Tab favicon'da mesaj sayınızı, sekmenizin üstündeki Scratch simgesini görüntüler."
17+
},
18+
"show-emoji-names/title": { "message": "Emoji İsmini Göster" },
19+
"show-emoji-names/description": {
20+
"message": "Yorumlardaki Scratch emojilerinin üzerine gelerek isimlerini görmenizi sağlar."
21+
},
22+
"more-block-themes/title": { "message": "Daha Fazla Blok Teması" },
23+
"more-block-themes/description": {
24+
"message": "Kod düzenleyicisindeki bloklar için ek temalar ekler."
25+
},
26+
"more-key-inputs/title": { "message": "Daha Fazla Anahtar Girişi" },
27+
"more-key-inputs/description": {
28+
"message": "\"Tuşa basıldı\" bloklarında daha fazla tuş desteği ekler."
29+
},
30+
"comment-tags/title": { "message": "Editör Yorum Etiketleri" },
31+
"comment-tags/description": {
32+
"message": "Editör yorumlarına etiket ekleyerek onları kolayca düzenleyin."
33+
},
234
"profile-flag/title": { "message": "Profilde Bayrak" },
335
"profile-flag/description": {
436
"message": "Profil sayfalarında seçilen konumların yakınına bayrak emojileri ekler."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"clear-search": "Limpiar búsqueda"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"clear-search": "検索をクリア"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"clear-search": "Arama Temizle"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"echo": "Eco"
3+
}

feature-locales/isonline/es.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"online": "Conectado",
3+
"offline": "Desconectado",
4+
"unavailable": "(No mostrará si estás en línea en ScratchTools)"
5+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"messagesCount": "mensajes"
3+
}

0 commit comments

Comments
 (0)