This repository was archived by the owner on Feb 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLangStrings.json
More file actions
110 lines (110 loc) · 3.49 KB
/
LangStrings.json
File metadata and controls
110 lines (110 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"English":
{
"navButton":
{
"Return": "Return to Main Menu",
"Settings": "Settings",
"NewProj": "New Project",
"ExistProj": "Existing Project"
},
"helpWhat":
{
"Title": "What is ALPACA?",
"Body": "ALPACA is the (A)utomated (L)ogic (P)rocessor (A)nd (C)reation (E)ngine."
},
"helpHow":
{
"Title": "How do you use ALPACA?",
"Body": "You have two options for how to use ALPACA, either the text-based interface or the drag and drop interface.",
"Command Line": "I'm based on text!",
"DragNDrop": "I'm based on the GUI!"
},
"helpWho":
{
"Title": "Who made ALPACA?",
"Body": "ALPACA is a project created and maintained by RPI Students for the RCOS."
}
},
"Pirate":
{
"navButton":
{
"Return": "Back to th' Menu with ye!",
"Settings": "Settin's",
"NewProj": "New Project",
"ExistProj": "Existin' Project"
},
"helpWhat":
{
"Title": "Wha' be ALPACA?",
"Body": "ALPACA be th' (A)utomated (L)ogic (P)rocessor (A)nd (C)reation (E)ngine."
},
"helpHow":
{
"Title": "How do ye use ALPACA?",
"Body": "Yer options for use be two: either the cursed text-based command line, or the infamous drag-n-drop.",
"Command Line": "I be based on text!",
"DragNDrop": "I be based on th' GUI!"
},
"helpWho":
{
"Title": "ALPACA be made by who?",
"Body": "ALPACA be a project created 'n maintained by RPI Students fer th' RCOS."
}
},
"French":
{
"navButton":
{
"Return": "Retour au menu principal",
"Settings": "Paramètres",
"NewProj": "Nouveau projet",
"ExistProj": "Projet existant"
},
"helpWhat":
{
"Title": "Qu'est-ce que ALPACA?",
"Body": "ALPACA est le processeur de logique automatisé et le moteur de création."
},
"helpHow":
{
"Title": "Comment utilisez-vous ALPACA?",
"Body": "Vous avez deux options pour utiliser ALPACA: l’interface textuelle ou l’interface glisser-déposer.",
"Command Line": "Je suis basé sur le texte!",
"DragNDrop": "Je suis basé sur l'interface graphique!"
},
"helpWho":
{
"Title": "Qui a fait ALPACA?",
"Body": "ALPACA est un projet créé et géré par les étudiants RPI pour le RCOS."
}
},
"Spanish":
{
"navButton":
{
"Return": "Volver al menú principal",
"Settings": "Configuraciones",
"NewProj": "Nuevo proyecto",
"ExistProj": "Proyecto existente"
},
"helpWhat":
{
"Title": "¿Qué es ALPACA?",
"Body": "ALPACA es el procesador lógico automatizado y el motor de creación."
},
"helpHow":
{
"Title": "¿Cómo se usa ALPACA?",
"Body": "Tiene dos opciones sobre cómo usar ALPACA, ya sea la interfaz basada en texto o la interfaz de arrastrar y soltar.",
"Command Line": "Estoy basado en el texto!",
"DragNDrop": "¡Estoy basado en la interfaz gráfica de usuario!!"
},
"helpWho":
{
"Title": "¿Quién hizo ALPACA?",
"Body": "ALPACA es un proyecto creado y mantenido por RPI Students para el RCOS."
}
}
}