mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:54:43 -04:00
Partial localization support - Greek Language
Also added a Preferences window, where the user can change Pixelorama's language. Note that the .csv's delimiter is Tab and not comma.
This commit is contained in:
parent
2369243cfc
commit
ade2d05a1b
7 changed files with 143 additions and 26 deletions
41
Translations/#Translations.csv
Normal file
41
Translations/#Translations.csv
Normal file
|
@ -0,0 +1,41 @@
|
|||
id en el
|
||||
OK OK Εντάξει
|
||||
Cancel Cancel Άκυρο
|
||||
Open Open Άνοιγμα
|
||||
Please Confirm... Please Confirm... Παρακαλώ επιβεβαιώστε...
|
||||
Width: Width: Πλάτος:
|
||||
Height: Height: Ύψος:
|
||||
File File Αρχείο
|
||||
Edit Edit Επεξεργασία
|
||||
View View Προβολή
|
||||
Help Help Βοήθεια
|
||||
New... New... Νέο...
|
||||
Open... Open... Άνοιγμα...
|
||||
Save... Save... Αποθήκευση...
|
||||
Save as... Save as... Αποθήκευση ως...
|
||||
Import PNG... Import PNG... Εισαγωγή PNG...
|
||||
Export PNG... Export PNG... Εξαγωγή PNG...
|
||||
Export PNG as... Export PNG as... Εξαγωγή PNG ως...
|
||||
Quit Quit Έξοδος
|
||||
Undo Undo Αναίρεση
|
||||
Redo Redo Ακύρωση αναίρεσης
|
||||
Scale Image Scale Image Κλιμάκωση εικόνας
|
||||
Crop Image Crop Image Περικοπή
|
||||
Clear Selection Clear Selection Καθαρισμός επιλογής
|
||||
Flip Horizontal Flip Horizontal Οριζόντια αναστροφή
|
||||
Flip Vertical Flip Vertical Κάθετη αναστροφή
|
||||
Preferences Preferences Προτιμήσεις
|
||||
Language: Language: Γλώσσα:
|
||||
System Language System Language Γλώσσα Συστήματος
|
||||
English English Αγγλικά
|
||||
Greek Greek Ελληνικά
|
||||
Tile Mode Tile Mode Λειτουργία μοτίβου
|
||||
Show Grid Show Grid Εμφάνιση πλέγματος
|
||||
Show Rulers Show Rulers Εμφάνιση χαράκων
|
||||
Show Guides Show Guides Εμφάνιση οδηγών
|
||||
About Pixelorama About Pixelorama Σχετικά με το Pixelorama
|
||||
Utility Tools Utility Tools Βοηθητικά Εργαλεία
|
||||
Draw Tools Draw Tools Εργαλεία Ζωγραφικής
|
||||
Left tool options Left tool options Επιλογές αριστερού εργαλείου
|
||||
Right tool options Right tool options Επιλογές δεξιού εργαλείου
|
||||
Layers Layers Στρώσεις
|
|
16
Translations/#Translations.csv.import
Normal file
16
Translations/#Translations.csv.import
Normal file
|
@ -0,0 +1,16 @@
|
|||
[remap]
|
||||
|
||||
importer="csv_translation"
|
||||
type="Translation"
|
||||
|
||||
[deps]
|
||||
|
||||
files=[ "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation" ]
|
||||
|
||||
source_file="res://Translations/#Translations.csv"
|
||||
dest_files=[ "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress=true
|
||||
delimiter=2
|
BIN
Translations/#Translations.el.translation
Normal file
BIN
Translations/#Translations.el.translation
Normal file
Binary file not shown.
BIN
Translations/#Translations.en.translation
Normal file
BIN
Translations/#Translations.en.translation
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue