Skip to content

Commit 0fc30b1

Browse files
committed
add in translation key for slim banner text for all lang
1 parent 9a3c1bd commit 0fc30b1

File tree

14 files changed

+42
-0
lines changed

14 files changed

+42
-0
lines changed

translations/locales/en-US/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"LogOut": "Log Out"
5050
}
5151
},
52+
"Banner": {
53+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
54+
},
5255
"CodemirrorFindAndReplace": {
5356
"ToggleReplace": "Toggle Replace",
5457
"Find": "Find",

translations/locales/es-419/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"LogOut": "Cerrar sesión"
4848
}
4949
},
50+
"Banner": {
51+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
52+
},
5053
"CodemirrorFindAndReplace": {
5154
"ToggleReplace": "Alternar reemplazar",
5255
"Find": "Buscar",

translations/locales/fr-CA/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"LogOut": "Se déconnecter"
4949
}
5050
},
51+
"Banner": {
52+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
53+
},
5154
"CodemirrorFindAndReplace": {
5255
"ToggleReplace": "Activer/désactiver le remplacement",
5356
"Find": "Rechercher",

translations/locales/hi/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"LogOut": "लॉग आउट"
4848
}
4949
},
50+
"Banner": {
51+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
52+
},
5053
"CodemirrorFindAndReplace": {
5154
"ToggleReplace": "टॉगल बदली करें",
5255
"Find": "खोज",

translations/locales/it/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"LogOut": "Esci"
4848
}
4949
},
50+
"Banner": {
51+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
52+
},
5053
"CodemirrorFindAndReplace": {
5154
"ToggleReplace": "Attiva/disattiva Sostituzione",
5255
"Find": "Cerca",

translations/locales/ja/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"LogOut": "ログアウト"
4848
}
4949
},
50+
"Banner": {
51+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
52+
},
5053
"CodemirrorFindAndReplace": {
5154
"ToggleReplace": "置換の切り替え",
5255
"Find": "検索",

translations/locales/ko/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"LogOut": "로그아웃"
4949
}
5050
},
51+
"Banner": {
52+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
53+
},
5154
"LoginForm": {
5255
"UsernameOrEmail": "이메일 또는 아이디",
5356
"UsernameOrEmailARIA": "이메일 또는 아이디",

translations/locales/pt-BR/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"LogOut": "Sair"
4646
}
4747
},
48+
"Banner": {
49+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
50+
},
4851
"CodemirrorFindAndReplace": {
4952
"ToggleReplace": "Alternar entre localizar/substituir",
5053
"FindPlaceholder": "Localizar em arquivos",

translations/locales/sv/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"LogOut": "Logga ut"
4848
}
4949
},
50+
"Banner": {
51+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
52+
},
5053
"CodemirrorFindAndReplace": {
5154
"ToggleReplace": "Växla ersätt",
5255
"Find": "Sök",

translations/locales/tr/translations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"LogOut": "Çıkış Yap"
4848
}
4949
},
50+
"Banner": {
51+
"Copy": "<bold>Donate Today!</bold> Support p5.js and the Processing Foundation."
52+
},
5053
"CodemirrorFindAndReplace": {
5154
"ToggleReplace": "Değiştirme Aç/Kapa",
5255
"Find": "Bul",

0 commit comments

Comments
 (0)