mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
This commit can be regenerated with the following shell snippet:
```
for i in UndefinedValue ForbiddenValue Goto ValueNotReachedByFunction Initialization Trigonometric RoundAbscissa Orthonormal DefaultSetting Axis Zoom GraphTab IntervalSet XStart XEnd Step Plot DisplayValues ActivateDesactivate NoFunctionToDelete Language FunctionOptions ClearColumn ColumnOptions DataTab CopyColumnInList FunctionColumn Move Or ValuesTab Goto ToZoom HardwareTestLaunch1 HardwareTestLaunch2 HardwareTestLaunch3 HardwareTestLaunch4 ActiveExamModeMessage1 ActiveExamModeMessage2 ActiveExamModeMessage3 ExitExamMode1 ExitExamMode2 Sci Rad Deg
do
move=$(grep "^$i = " -r *)
if [ -n "$move" ]
then
echo "$move" | while read -r item
do
file=$(echo "$item" | cut -f1 -d:)
lang=$(echo "$file" | cut -f2 -d.)
translation=$(echo "$item" | sed -e 's/^[^:]*://')
label=$(echo "$translation" | sed -e 's/=.*//')
sed -i "/^$label/d" "$file"
echo "$translation" >> "apps/shared.$lang.i18n"
done
fi
done
for i in apps/shared.*.i18n
do
sort $i -o $i
done
```
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
ActivateDesactivate = "Turn on/off"
|
|
ActiveExamModeMessage1 = "All your data will be "
|
|
ActiveExamModeMessage2 = "deleted when you activate "
|
|
ActiveExamModeMessage3 = "the exam mode."
|
|
Axis = "Axes"
|
|
Cancel = "Cancel"
|
|
ClearColumn = "Clear column"
|
|
ColumnOptions = "Column options"
|
|
CopyColumnInList = "Export the column to a list"
|
|
DataTab = "Data"
|
|
DefaultSetting = "Basic settings"
|
|
Deg = "deg"
|
|
DisplayValues = "Display values"
|
|
ExitExamMode1 = "Exit the exam "
|
|
ExitExamMode2 = "mode?"
|
|
ForbiddenValue = "Forbidden value"
|
|
FunctionColumn = "0(0) column"
|
|
FunctionOptions = "Function options"
|
|
Goto = "Go to"
|
|
GraphTab = "Graph"
|
|
HardwareTestLaunch1 = "You are starting the hardware"
|
|
HardwareTestLaunch2 = " test. At the end of the test, you"
|
|
HardwareTestLaunch3 = "will have to reset the device and"
|
|
HardwareTestLaunch4 = "all your data will be deleted."
|
|
Initialization = "Preadjustment"
|
|
IntervalSet = "Set the interval"
|
|
Language = "Language"
|
|
LowBattery = "Low battery"
|
|
MathError = "Math error"
|
|
Move = " Move: "
|
|
Next = "Next"
|
|
NoFunctionToDelete = "No function to delete"
|
|
Ok = "Confirm"
|
|
Or = " or "
|
|
Orthonormal = "Orthonormal"
|
|
Plot = "Plot graph"
|
|
Rad = "rad"
|
|
RoundAbscissa = "Integer"
|
|
Sci = "sci/"
|
|
Step = "Step"
|
|
SyntaxError = "Syntax error"
|
|
ToZoom = "Zoom: "
|
|
Trigonometric = "Trigonometrical"
|
|
UndefinedValue = "Undefined value"
|
|
ValueNotReachedByFunction = "Value not reached by function"
|
|
ValuesTab = "Table"
|
|
Warning = "Warning"
|
|
XEnd = "X end"
|
|
XStart = "X start"
|
|
Zoom = "Zoom"
|