A few more translations
This commit is contained in:
parent
8d546ee164
commit
a90c465160
@ -32,15 +32,15 @@ en:
|
|||||||
- Friday
|
- Friday
|
||||||
- Saturday
|
- Saturday
|
||||||
formats:
|
formats:
|
||||||
default: "%Y-%m-%d"
|
default: '%Y-%m-%d'
|
||||||
long: "%B %d, %Y"
|
long: '%B %d, %Y'
|
||||||
short: "%b %d"
|
short: '%b %d'
|
||||||
span_same_month_date_1: "%B %e"
|
span_same_month_date_1: '%B %e'
|
||||||
span_same_month_date_2: "%e, %Y"
|
span_same_month_date_2: '%e, %Y'
|
||||||
span_same_year_date_1: "%B %e"
|
span_same_year_date_1: '%B %e'
|
||||||
span_same_year_date_2: "%B %e, %Y"
|
span_same_year_date_2: '%B %e, %Y'
|
||||||
span_different_year_date_1: "%B %e, %Y"
|
span_different_year_date_1: '%B %e, %Y'
|
||||||
span_different_year_date_2: "%B %e, %Y"
|
span_different_year_date_2: '%B %e, %Y'
|
||||||
month_names:
|
month_names:
|
||||||
-
|
-
|
||||||
- January
|
- January
|
||||||
@ -59,7 +59,7 @@ en:
|
|||||||
- year
|
- year
|
||||||
- month
|
- month
|
||||||
- day
|
- day
|
||||||
date_span: "%{date_1} – %{date_2}"
|
date_span: '%{date_1} – %{date_2}'
|
||||||
datetime:
|
datetime:
|
||||||
distance_in_words:
|
distance_in_words:
|
||||||
about_x_hours:
|
about_x_hours:
|
||||||
@ -86,16 +86,16 @@ en:
|
|||||||
other: over %{count} years
|
other: over %{count} years
|
||||||
x_days:
|
x_days:
|
||||||
one: 1 day
|
one: 1 day
|
||||||
other: "%{count} days"
|
other: '%{count} days'
|
||||||
x_minutes:
|
x_minutes:
|
||||||
one: 1 minute
|
one: 1 minute
|
||||||
other: "%{count} minutes"
|
other: '%{count} minutes'
|
||||||
x_months:
|
x_months:
|
||||||
one: 1 month
|
one: 1 month
|
||||||
other: "%{count} months"
|
other: '%{count} months'
|
||||||
x_seconds:
|
x_seconds:
|
||||||
one: 1 second
|
one: 1 second
|
||||||
other: "%{count} seconds"
|
other: '%{count} seconds'
|
||||||
prompts:
|
prompts:
|
||||||
day: Day
|
day: Day
|
||||||
hour: Hour
|
hour: Hour
|
||||||
@ -104,7 +104,7 @@ en:
|
|||||||
second: Seconds
|
second: Seconds
|
||||||
year: Year
|
year: Year
|
||||||
errors:
|
errors:
|
||||||
format: "%{attribute} %{message}"
|
format: '%{attribute} %{message}'
|
||||||
messages:
|
messages:
|
||||||
accepted: must be accepted
|
accepted: must be accepted
|
||||||
blank: can't be blank
|
blank: can't be blank
|
||||||
@ -155,7 +155,7 @@ en:
|
|||||||
body: 'There were problems with the following fields:'
|
body: 'There were problems with the following fields:'
|
||||||
header:
|
header:
|
||||||
one: 1 error prohibited this %{model} from being saved
|
one: 1 error prohibited this %{model} from being saved
|
||||||
other: "%{count} errors prohibited this %{model} from being saved"
|
other: '%{count} errors prohibited this %{model} from being saved'
|
||||||
helpers:
|
helpers:
|
||||||
select:
|
select:
|
||||||
prompt: Please select
|
prompt: Please select
|
||||||
@ -166,22 +166,22 @@ en:
|
|||||||
number:
|
number:
|
||||||
currency:
|
currency:
|
||||||
format:
|
format:
|
||||||
delimiter: ","
|
delimiter: ','
|
||||||
format: "%u%n"
|
format: '%u%n'
|
||||||
precision: 2
|
precision: 2
|
||||||
separator: "."
|
separator: .
|
||||||
significant: false
|
significant: false
|
||||||
strip_insignificant_zeros: false
|
strip_insignificant_zeros: false
|
||||||
unit: "$"
|
unit: $
|
||||||
format:
|
format:
|
||||||
delimiter: ","
|
delimiter: ','
|
||||||
precision: 3
|
precision: 3
|
||||||
separator: "."
|
separator: .
|
||||||
significant: false
|
significant: false
|
||||||
strip_insignificant_zeros: false
|
strip_insignificant_zeros: false
|
||||||
human:
|
human:
|
||||||
decimal_units:
|
decimal_units:
|
||||||
format: "%n %u"
|
format: '%n %u'
|
||||||
units:
|
units:
|
||||||
billion: Billion
|
billion: Billion
|
||||||
million: Million
|
million: Million
|
||||||
@ -195,7 +195,7 @@ en:
|
|||||||
significant: true
|
significant: true
|
||||||
strip_insignificant_zeros: true
|
strip_insignificant_zeros: true
|
||||||
storage_units:
|
storage_units:
|
||||||
format: "%n %u"
|
format: '%n %u'
|
||||||
units:
|
units:
|
||||||
byte:
|
byte:
|
||||||
one: Byte
|
one: Byte
|
||||||
@ -207,21 +207,21 @@ en:
|
|||||||
percentage:
|
percentage:
|
||||||
format:
|
format:
|
||||||
delimiter: ''
|
delimiter: ''
|
||||||
format: "%n%"
|
format: '%n%'
|
||||||
precision:
|
precision:
|
||||||
format:
|
format:
|
||||||
delimiter: ''
|
delimiter: ''
|
||||||
support:
|
support:
|
||||||
array:
|
array:
|
||||||
last_word_connector: ", and "
|
last_word_connector: ', and '
|
||||||
two_words_connector: " and "
|
two_words_connector: ' and '
|
||||||
words_connector: ", "
|
words_connector: ', '
|
||||||
time:
|
time:
|
||||||
am: am
|
am: am
|
||||||
formats:
|
formats:
|
||||||
default: "%a, %d %b %Y %H:%M:%S %z"
|
default: '%a, %d %b %Y %H:%M:%S %z'
|
||||||
long: "%l%P, %B %e, %Y"
|
long: '%l%P, %B %e, %Y'
|
||||||
short: "%d %b %H:%M"
|
short: '%d %b %H:%M'
|
||||||
pm: pm
|
pm: pm
|
||||||
languages:
|
languages:
|
||||||
af: Afrikaans
|
af: Afrikaans
|
||||||
@ -304,7 +304,7 @@ en:
|
|||||||
AT: Austria
|
AT: Austria
|
||||||
AU: Australia
|
AU: Australia
|
||||||
AW: Aruba
|
AW: Aruba
|
||||||
AX: "Åland"
|
AX: Åland
|
||||||
AZ: Azerbaijan
|
AZ: Azerbaijan
|
||||||
BA: Bosnia and Herzegovina
|
BA: Bosnia and Herzegovina
|
||||||
BB: Barbados
|
BB: Barbados
|
||||||
@ -996,9 +996,9 @@ en:
|
|||||||
- Zambia
|
- Zambia
|
||||||
- Zimbabwe
|
- Zimbabwe
|
||||||
street_address:
|
street_address:
|
||||||
- "#####"
|
- '#####'
|
||||||
- "####"
|
- '####'
|
||||||
- "###"
|
- '###'
|
||||||
street_suffix:
|
street_suffix:
|
||||||
- Alley
|
- Alley
|
||||||
- Avenue
|
- Avenue
|
||||||
@ -1229,8 +1229,8 @@ en:
|
|||||||
- 'Apt. ###'
|
- 'Apt. ###'
|
||||||
- 'Suite ###'
|
- 'Suite ###'
|
||||||
postcode:
|
postcode:
|
||||||
- "#####"
|
- '#####'
|
||||||
- "#####-####"
|
- '#####-####'
|
||||||
state:
|
state:
|
||||||
- Alabama
|
- Alabama
|
||||||
- Alaska
|
- Alaska
|
||||||
@ -5133,37 +5133,37 @@ en:
|
|||||||
- :last_name
|
- :last_name
|
||||||
phone_number:
|
phone_number:
|
||||||
formats:
|
formats:
|
||||||
- "###-###-####"
|
- '###-###-####'
|
||||||
- "(###)###-####"
|
- (###)###-####
|
||||||
- 1-###-###-####
|
- 1-###-###-####
|
||||||
- "###.###.####"
|
- '###.###.####'
|
||||||
- "###-###-####"
|
- '###-###-####'
|
||||||
- "(###)###-####"
|
- (###)###-####
|
||||||
- 1-###-###-####
|
- 1-###-###-####
|
||||||
- "###.###.####"
|
- '###.###.####'
|
||||||
- "###-###-#### x###"
|
- '###-###-#### x###'
|
||||||
- "(###)###-#### x###"
|
- (###)###-#### x###
|
||||||
- 1-###-###-#### x###
|
- 1-###-###-#### x###
|
||||||
- "###.###.#### x###"
|
- '###.###.#### x###'
|
||||||
- "###-###-#### x####"
|
- '###-###-#### x####'
|
||||||
- "(###)###-#### x####"
|
- (###)###-#### x####
|
||||||
- 1-###-###-#### x####
|
- 1-###-###-#### x####
|
||||||
- "###.###.#### x####"
|
- '###.###.#### x####'
|
||||||
- "###-###-#### x#####"
|
- '###-###-#### x#####'
|
||||||
- "(###)###-#### x#####"
|
- (###)###-#### x#####
|
||||||
- 1-###-###-#### x#####
|
- 1-###-###-#### x#####
|
||||||
- "###.###.#### x#####"
|
- '###.###.#### x#####'
|
||||||
translate:
|
translate:
|
||||||
pages:
|
pages:
|
||||||
Locale_Translations: "%{language} Translations"
|
Locale_Translations: '%{language} Translations'
|
||||||
Enabled_Locales: Enabled Locales
|
Enabled_Locales: Enabled Locales
|
||||||
Incomplete_Locales: Incomplete Locales
|
Incomplete_Locales: Incomplete Locales
|
||||||
Other_Locales: Other Locales
|
Other_Locales: Other Locales
|
||||||
pages: 'Pages:'
|
pages: 'Pages:'
|
||||||
context_title: 'Context:'
|
context_title: 'Context:'
|
||||||
context:
|
context:
|
||||||
one: "%{context}"
|
one: '%{context}'
|
||||||
other: "%{context} (× %{count})"
|
other: '%{context} (× %{count})'
|
||||||
contexts:
|
contexts:
|
||||||
character: character
|
character: character
|
||||||
sentence: sentence
|
sentence: sentence
|
||||||
@ -5192,7 +5192,7 @@ en:
|
|||||||
explain_zero_fallback: This translation will use the plural version for the
|
explain_zero_fallback: This translation will use the plural version for the
|
||||||
number 0
|
number 0
|
||||||
History: History
|
History: History
|
||||||
Locale_Translation: "%%{language} Translation"
|
Locale_Translation: '%%{language} Translation'
|
||||||
Save: Save
|
Save: Save
|
||||||
content:
|
content:
|
||||||
needs_translations: This page contains untranslated content
|
needs_translations: This page contains untranslated content
|
||||||
@ -5209,20 +5209,20 @@ en:
|
|||||||
become_a_volunteer: Become a volunteer translator
|
become_a_volunteer: Become a volunteer translator
|
||||||
volunteer: Can you help us translate it?
|
volunteer: Can you help us translate it?
|
||||||
site:
|
site:
|
||||||
locale_is_available: "%{site_name} is available in %{language}."
|
locale_is_available: '%{site_name} is available in %{language}.'
|
||||||
go_to_locale: See the %{language} site now
|
go_to_locale: See the %{language} site now
|
||||||
locale_not_available: Sorry, %{site_name} is not currently available in %{language}.
|
locale_not_available: Sorry, %{site_name} is not currently available in %{language}.
|
||||||
locale_needs_help: Can you help us translate the site into %{language}?
|
locale_needs_help: Can you help us translate the site into %{language}?
|
||||||
translation_pages:
|
translation_pages:
|
||||||
Locale_Translations: "%{language} Translations"
|
Locale_Translations: '%{language} Translations'
|
||||||
Enabled_Locales: Enabled Locales
|
Enabled_Locales: Enabled Locales
|
||||||
Incomplete_Locales: Incomplete Locales
|
Incomplete_Locales: Incomplete Locales
|
||||||
Other_Locales: Other Locales
|
Other_Locales: Other Locales
|
||||||
pages: 'Pages:'
|
pages: 'Pages:'
|
||||||
context_title: 'Context:'
|
context_title: 'Context:'
|
||||||
context:
|
context:
|
||||||
one: "%{context}"
|
one: '%{context}'
|
||||||
other: "%{context} (× %{count})"
|
other: '%{context} (× %{count})'
|
||||||
contexts:
|
contexts:
|
||||||
character: character
|
character: character
|
||||||
sentence: sentence
|
sentence: sentence
|
||||||
@ -5324,7 +5324,7 @@ en:
|
|||||||
Payment is by donation and can be done now or upon arrival but to help us
|
Payment is by donation and can be done now or upon arrival but to help us
|
||||||
fund the conference, we ask that you pay the registration donation as soon
|
fund the conference, we ask that you pay the registration donation as soon
|
||||||
as you can.
|
as you can.
|
||||||
currency: "(amounts are in $USD)"
|
currency: (amounts are in $USD)
|
||||||
email_confirm: Go to your inbox! You should see an email from Bike!Bike! in
|
email_confirm: Go to your inbox! You should see an email from Bike!Bike! in
|
||||||
just a few moments. There will be a link in the email for you to click on.
|
just a few moments. There will be a link in the email for you to click on.
|
||||||
Check your spam box if you do not see it. If you encounter any problems,
|
Check your spam box if you do not see it. If you encounter any problems,
|
||||||
@ -5366,7 +5366,7 @@ en:
|
|||||||
tent: Tent Space
|
tent: Tent Space
|
||||||
bikes:
|
bikes:
|
||||||
medium: Medium
|
medium: Medium
|
||||||
none: "(none)"
|
none: (none)
|
||||||
actions:
|
actions:
|
||||||
View_Workshops: View Workshops
|
View_Workshops: View Workshops
|
||||||
notes:
|
notes:
|
||||||
@ -5594,3 +5594,7 @@ en:
|
|||||||
please_confirm: Confirm now
|
please_confirm: Confirm now
|
||||||
subject:
|
subject:
|
||||||
confirm_email: Confirmation Email
|
confirm_email: Confirmation Email
|
||||||
|
acticles:
|
||||||
|
conferences:
|
||||||
|
headings:
|
||||||
|
Proposed_Workshops: Proposed Workshops
|
||||||
|
@ -708,7 +708,7 @@ es:
|
|||||||
Workshops: Actividades
|
Workshops: Actividades
|
||||||
Your_Workshops: Actividades
|
Your_Workshops: Actividades
|
||||||
Policy_Agreement: Acuerdo del Espacio Mas Seguro
|
Policy_Agreement: Acuerdo del Espacio Mas Seguro
|
||||||
Preview: Preestreno
|
Preview: Vista previa
|
||||||
Stats: Estadísticas
|
Stats: Estadísticas
|
||||||
Payment: Pago
|
Payment: Pago
|
||||||
Your_Registration: Tu registro
|
Your_Registration: Tu registro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user