Experimental scratch-gui translations

Initial version with experimental translations
This commit is contained in:
chrisgarrity 2017-07-20 15:59:38 -04:00
parent 31a9f7cbfb
commit 89ae32c626
5 changed files with 81 additions and 0 deletions

8
.tx/config Normal file
View file

@ -0,0 +1,8 @@
[main]
host = https://www.transifex.com
[experimental-scratch.scratch-gui]
file_filter = gui/<lang>.json
source_file = gui/en.json
source_lang = en
type = CHROME

18
gui/en.json Normal file
View file

@ -0,0 +1,18 @@
{
"action.addSound": {
"message": "Add Sound",
"description": "Button to add a sound in the editor tab"
},
"action.addCostume": {
"message": "Add Costume",
"description": "Button to add a costume in the editor tab"
},
"action.addBackdrop": {
"message": "Add Backdrop",
"description": "Button to add a backdrop in the editor tab"
},
"action.recordSound": {
"message": "Record Sound",
"description": "Button to record a sound in the editor tab"
}
}

18
gui/es.json Normal file
View file

@ -0,0 +1,18 @@
{
"action.addSound": {
"message": "Add Sound",
"description": "Button to add a sound in the editor tab"
},
"action.addCostume": {
"message": "Add Costume",
"description": "Button to add a costume in the editor tab"
},
"action.addBackdrop": {
"message": "Add Backdrop",
"description": "Button to add a backdrop in the editor tab"
},
"action.recordSound": {
"message": "Record Sound",
"description": "Button to record a sound in the editor tab"
}
}

18
gui/fr.json Normal file
View file

@ -0,0 +1,18 @@
{
"action.addSound": {
"message": "Ajouter Son",
"description": "Button to add a sound in the editor tab"
},
"action.addCostume": {
"message": "Ajouter Costume",
"description": "Button to add a costume in the editor tab"
},
"action.addBackdrop": {
"message": "Ajouter Arrière-plan",
"description": "Button to add a backdrop in the editor tab"
},
"action.recordSound": {
"message": "Enregistrement du Son",
"description": "Button to record a sound in the editor tab"
}
}

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "scratch-editor-translations",
"version": "0.5.0",
"description": "Translation file for the Scratch 3.0 Editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LLK/scratch-editor-translations.git"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/LLK/scratch-editor-translations/issues"
},
"homepage": "https://github.com/LLK/scratch-editor-translations#readme"
}