Skip to content

Commit

Permalink
Merge pull request #56 from Zauberstuhl/update_i18n_locales
Browse files Browse the repository at this point in the history
Updated i18next translations
  • Loading branch information
jhass committed Dec 5, 2014
2 parents 1cc556c + 1c11cd2 commit d0236b7
Show file tree
Hide file tree
Showing 9 changed files with 1,220 additions and 509 deletions.
24 changes: 15 additions & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,28 @@ module.exports = function(grunt) {
},
replace: {
version: {
src: [ 'build/jsxc.lib.js', 'build/lib/translation.json' ],
src: [ 'build/jsxc.lib.js' ],
overwrite: true,
replacements: [
{
from: '< $ app.version $ >',
to: "<%= app.version %>"
},
{
from: '{"de"',
to: 'var I18next = {"de"'
},
{
from: '}}}',
to: '}}};'
}
]
},
locales: {
src: [ 'build/lib/translation.json' ],
overwrite: true,
replacements: [
{
from: /^{/g,
to: 'var I18next = {'
},
{
from: /}$/g,
to: '};'
}
]
}
},
merge_data: {
Expand Down
343 changes: 172 additions & 171 deletions locales/de.json

Large diffs are not rendered by default.

172 changes: 172 additions & 0 deletions locales/el.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
{
"translation": {
"Logging_in": null,
"your_connection_is_unencrypted": null,
"your_connection_is_encrypted": null,
"your_buddy_closed_the_private_connection": null,
"start_private": null,
"close_private": null,
"your_buddy_is_verificated": null,
"you_have_only_a_subscription_in_one_way": null,
"authentication_query_sent": null,
"your_message_wasnt_send_please_end_your_private_conversation": null,
"unencrypted_message_received": null,
"your_message_wasnt_send_because_you_have_no_valid_subscription": null,
"not_available": null,
"no_connection": null,
"relogin": null,
"trying_to_start_private_conversation": null,
"Verified": null,
"Unverified": null,
"private_conversation_started": null,
"private_conversation_aborted": null,
"your_buddy_closed_the_private_conversation_you_should_do_the_same": null,
"conversation_is_now_verified": null,
"authentication_failed": null,
"your_buddy_is_attempting_to_determine_": null,
"to_authenticate_to_your_buddy": null,
"enter_the_answer_and_click_answer": null,
"enter_the_secret": null,
"Creating_your_private_key_": null,
"Authenticating_a_buddy_helps_": null,
"How_do_you_want_to_authenticate_your_buddy": null,
"Select_method": null,
"Manual": null,
"Question": null,
"Secret": null,
"To_verify_the_fingerprint_": null,
"Your_fingerprint": null,
"Buddy_fingerprint": null,
"Close": null,
"Compared": null,
"To_authenticate_using_a_question_": null,
"Ask": null,
"To_authenticate_pick_a_secret_": null,
"Compare": null,
"Fingerprints": null,
"Authentication": null,
"Message": null,
"Add_buddy": null,
"rename_buddy": null,
"delete_buddy": null,
"Login": null,
"Username": null,
"Password": null,
"Cancel": null,
"Connect": null,
"Type_in_the_full_username_": null,
"Alias": null,
"Add": null,
"Subscription_request": null,
"You_have_a_request_from": null,
"Deny": null,
"Approve": null,
"Remove_buddy": null,
"You_are_about_to_remove_": null,
"Continue_without_chat": null,
"Please_wait": null,
"Login_failed": null,
"Sorry_we_cant_authentikate_": null,
"Retry": null,
"clear_history": null,
"New_message_from": null,
"Should_we_notify_you_": null,
"Please_accept_": null,
"Hide_offline": null,
"Show_offline": null,
"About": null,
"dnd": null,
"Mute": null,
"Unmute": null,
"Subscription": null,
"both": null,
"Status": null,
"online": null,
"chat": null,
"away": null,
"xa": null,
"offline": null,
"none": null,
"Unknown_instance_tag": null,
"Not_one_of_our_latest_keys": null,
"Received_an_unreadable_encrypted_message": null,
"Online": null,
"Chatty": null,
"Away": null,
"Extended_away": null,
"Offline": null,
"Friendship_request": null,
"Confirm": null,
"Dismiss": null,
"Remove": null,
"Online_help": null,
"FN": null,
"N": null,
"FAMILY": null,
"GIVEN": null,
"NICKNAME": null,
"URL": null,
"ADR": null,
"STREET": null,
"EXTADD": null,
"LOCALITY": null,
"REGION": null,
"PCODE": null,
"CTRY": null,
"TEL": null,
"NUMBER": null,
"EMAIL": null,
"USERID": null,
"ORG": null,
"ORGNAME": null,
"ORGUNIT": null,
"TITLE": null,
"ROLE": null,
"BDAY": null,
"DESC": null,
"PHOTO": null,
"send_message": null,
"get_info": null,
"Settings": null,
"Priority": null,
"Save": null,
"User_settings": null,
"A_fingerprint_": null,
"Your_roster_is_empty_add_a": null,
"new_buddy": null,
"is": null,
"Login_options": null,
"BOSH_url": null,
"Domain": null,
"Resource": null,
"On_login": null,
"Received_an_unencrypted_message": null,
"Sorry_your_buddy_doesnt_provide_any_information": null,
"Info_about": null,
"Authentication_aborted": null,
"Authentication_request_received": null,
"Do_you_want_to_display_them": null,
"Log_in_without_chat": null,
"has_come_online": null,
"Unknown_sender": null,
"You_received_a_message_from_an_unknown_sender": null,
"Please_allow_access_to_microphone_and_camera": null,
"Incoming_call": null,
"from": null,
"Do_you_want_to_accept_the_call_from": null,
"Reject": null,
"Accept": null,
"hang_up": null,
"snapshot": null,
"mute_my_audio": null,
"pause_my_video": null,
"fullscreen": null,
"Info": null,
"Local_IP": null,
"Remote_IP": null,
"Local_Fingerprint": null,
"Remote_Fingerprint": null,
"Video_call_not_possible": null,
"Start_video_call": null
}
}
Loading

0 comments on commit d0236b7

Please sign in to comment.