Hotfix for cs.coffee, and did part of el.coffee
This commit is contained in:
parent
831ab1cb7a
commit
9f98fdd98d
2 changed files with 9 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
module.exports = nativeDescription: "čeština", englishDescription: "Czech", translation:
|
module.exports = nativeDescription: "čeština", englishDescription: "Czech", translation:
|
||||||
common:
|
common:
|
||||||
# loading: "Loading..."
|
loading: "Loading..."
|
||||||
# saving: "Saving..."
|
# saving: "Saving..."
|
||||||
# sending: "Sending..."
|
# sending: "Sending..."
|
||||||
# cancel: "Cancel"
|
# cancel: "Cancel"
|
||||||
|
|
|
@ -3,6 +3,8 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
|
||||||
loading: "Φορτώνει..."
|
loading: "Φορτώνει..."
|
||||||
saving: "Γίνεται αποθήκευση"
|
saving: "Γίνεται αποθήκευση"
|
||||||
sending: "Αποστολή ..."
|
sending: "Αποστολή ..."
|
||||||
|
cancel: "Ακύρωση"
|
||||||
|
# save: "Save"
|
||||||
|
|
||||||
modal:
|
modal:
|
||||||
close: "Κλείσε"
|
close: "Κλείσε"
|
||||||
|
@ -12,9 +14,6 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
|
||||||
page_not_found: "Η σελίδα δεν βρέθηκε"
|
page_not_found: "Η σελίδα δεν βρέθηκε"
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
sign_up: "Δημιούργησε Λογαριασμό"
|
|
||||||
log_in: "Σύνδεση"
|
|
||||||
log_out: "Αποσύνδεση"
|
|
||||||
# play: "Levels"
|
# play: "Levels"
|
||||||
# editor: "Editor"
|
# editor: "Editor"
|
||||||
blog: "Μπλόγκ"
|
blog: "Μπλόγκ"
|
||||||
|
@ -28,13 +27,6 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
|
||||||
twitter_follow: "Follow"
|
twitter_follow: "Follow"
|
||||||
# employers: "Employers"
|
# employers: "Employers"
|
||||||
|
|
||||||
forms:
|
|
||||||
name: "Όνομα"
|
|
||||||
email: "Email "
|
|
||||||
message: "Μήνυμα"
|
|
||||||
cancel: "Ακύρωση"
|
|
||||||
# save: "Save"
|
|
||||||
|
|
||||||
# versions:
|
# versions:
|
||||||
# save_version_title: "Save New Version"
|
# save_version_title: "Save New Version"
|
||||||
# commit_message: "Commit Message"
|
# commit_message: "Commit Message"
|
||||||
|
@ -45,10 +37,9 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
|
||||||
# cla_agree: "I AGREE"
|
# cla_agree: "I AGREE"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
login_modal_title: "Σύνδεση"
|
sign_up: "Δημιούργησε Λογαριασμό"
|
||||||
log_in: "Σύνδεση"
|
log_in: "Σύνδεση"
|
||||||
sign_up: "Δημιουργήστε λογαριασμό"
|
log_out: "Αποσύνδεση"
|
||||||
or: "ή"
|
|
||||||
recover: "Κάντε ανάκτηση του λογαριασμού σας"
|
recover: "Κάντε ανάκτηση του λογαριασμού σας"
|
||||||
|
|
||||||
recover:
|
recover:
|
||||||
|
@ -268,13 +259,16 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
|
||||||
|
|
||||||
# general:
|
# general:
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# name: "Name"
|
name: "Όνομα"
|
||||||
# body: "Body"
|
# body: "Body"
|
||||||
# version: "Version"
|
# version: "Version"
|
||||||
# commit_msg: "Commit Message"
|
# commit_msg: "Commit Message"
|
||||||
# version_history_for: "Version History for: "
|
# version_history_for: "Version History for: "
|
||||||
# results: "Results"
|
# results: "Results"
|
||||||
# description: "Description"
|
# description: "Description"
|
||||||
|
or: "ή"
|
||||||
|
email: "Email "
|
||||||
|
message: "Μήνυμα"
|
||||||
|
|
||||||
# about:
|
# about:
|
||||||
# who_is_codecombat: "Who is CodeCombat?"
|
# who_is_codecombat: "Who is CodeCombat?"
|
||||||
|
|
Reference in a new issue