Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"project_rename": "Rename Project",
"project_copy": "Copy Project",
"fail_list_projects": "Failed to load the list of projects.",
"mechanism": "Mechanism",
"opmode": "OpMode",
"MECHANISM": "Mechanism",
"OPMODE": "OpMode",
"class_rule_description": "No spaces are allowed in the name. Each word in the name should start with a capital letter.",
"example_mechanism": "For example: GamePieceShooter",
"example_opmode": "For example: AutoParkAndShoot",
Expand All @@ -34,6 +34,11 @@
"HEBREW": "Hebrew",
"HELP": "Help",
"ABOUT": "About",
"SELECT_HIDDEN": "Select Hidden",
"NO_HIDDEN_MECHANISMS": "No Hidden Mechanisms",
"NO_HIDDEN_OPMODES": "No Hidden Opmodes",
"CREATE_NEW": "Create New",
"CREATE": "Create",
"BLOCKS": "Blocks",
"CODE": "Code",
"COPY": "Copy",
Expand Down
9 changes: 7 additions & 2 deletions src/i18n/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"project_rename": "Renombrar Proyecto",
"project_copy": "Copiar Proyecto",
"fail_list_projects": "Error al cargar la lista de proyectos.",
"mechanism": "Mecanismo",
"opmode": "OpMode",
"MECHANISM": "Mecanismo",
"OPMODE": "OpMode",
"class_rule_description": "No se permiten espacios en el nombre. Cada palabra en el nombre debe comenzar con una letra mayúscula.",
"example_mechanism": "Por ejemplo: DisparadorDePiezas",
"example_opmode": "Por ejemplo: AutoEstacionarYDisparar",
Expand All @@ -31,6 +31,11 @@
"HEBREW": "Hebreo",
"HELP": "Ayuda",
"ABOUT": "Acerca de",
"SELECT_HIDDEN": "Seleccionar Oculto",
"NO_HIDDEN_MECHANISMS": "No Hay Mecanismos Ocultos",
"NO_HIDDEN_OPMODES": "No Hay Opmodes Ocultos",
"CREATE_NEW": "Crear Nuevo",
"CREATE": "Crear",
"BLOCKS": "Bloques",
"CODE": "Código",
"COPY": "Copiar",
Expand Down
9 changes: 7 additions & 2 deletions src/i18n/locales/he/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"project_rename": "שנה שם פרויקט",
"project_copy": "העתק פרויקט",
"fail_list_projects": "נכשל בטעינת רשימת הפרויקטים.",
"mechanism": "מנגנון",
"opmode": "אופמוד",
"MECHANISM": "מנגנון",
"OPMODE": "אופמוד",
"class_rule_description": "אסור שיהיו רווחים בשם. כל מילה בשם צריכה להתחיל באות גדולה.",
"example_mechanism": "לדוגמה: GamePieceShooter",
"example_opmode": "לדוגמה: AutoParkAndShoot",
Expand All @@ -34,6 +34,11 @@
"HEBREW": "עברית",
"HELP": "עזרה",
"ABOUT": "אודות",
"SELECT_HIDDEN": "בחר נסתר",
"NO_HIDDEN_MECHANISMS": "אין מנגנונים נסתרים",
"NO_HIDDEN_OPMODES": "אין אופמודים נסתרים",
"CREATE_NEW": "צור חדש",
"CREATE": "צור",
"BLOCKS": "בלוקים",
"CODE": "קוד",
"COPY": "העתק",
Expand Down
Loading