[Logilogi-svn] SF.net SVN: logilogi:[1772] trunk
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2010-09-08 20:50:36
|
Revision: 1772
http://logilogi.svn.sourceforge.net/logilogi/?rev=1772&view=rev
Author: wybow
Date: 2010-09-08 20:50:25 +0000 (Wed, 08 Sep 2010)
Log Message:
-----------
Updated translations
Modified Paths:
--------------
trunk/app/controllers/users_controller.rb
trunk/app/views/logis/_snippets_list.html.erb
trunk/app/views/users/_activity.html.erb
trunk/app/views/users/edit.html.erb
trunk/config/locales/de.yml
trunk/config/locales/en.yml
trunk/config/locales/es.yml
trunk/config/locales/nl.yml
Modified: trunk/app/controllers/users_controller.rb
===================================================================
--- trunk/app/controllers/users_controller.rb 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/app/controllers/users_controller.rb 2010-09-08 20:50:25 UTC (rev 1772)
@@ -243,7 +243,7 @@
def build_save_and_send_badge(user_name, normalized_name, pg_name, pg_normalized_name,
percentile)
img = LaurelBuilder.build_badge(user_name, pg_name, percentile,
- "at", self.helpers)
+ t('c.users.at'), self.helpers)
dir = "#{RAILS_ROOT}/public/do/users/#{normalized_name}/badge"
file = "#{dir}/#{pg_normalized_name}.png"
self.save_and_send_image(img, dir, file)
Modified: trunk/app/views/logis/_snippets_list.html.erb
===================================================================
--- trunk/app/views/logis/_snippets_list.html.erb 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/app/views/logis/_snippets_list.html.erb 2010-09-08 20:50:25 UTC (rev 1772)
@@ -1,10 +1,4 @@
-<% if logis.empty? %>
- <center>
- <p class="one_line">
- <i><%= t 'defaults.none' %></i>
- </p>
- </center>
-<% else %>
+<% if !logis.empty? %>
<% logis.each do |logi| %>
<%= render :partial => 'logis/snippet', :locals => {:logi => logi,
:action => local_assigns[:action]} %>
Modified: trunk/app/views/users/_activity.html.erb
===================================================================
--- trunk/app/views/users/_activity.html.erb 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/app/views/users/_activity.html.erb 2010-09-08 20:50:25 UTC (rev 1772)
@@ -10,7 +10,7 @@
<% if user == current_user %>
<% url_and_title = [edit_user_url(current_user) + '#badge',
- {:title => _("Put your badge on your blog")}] %>
+ {:title => y('v.users.get_badge')}] %>
<% else %>
<% url_and_title = [user_url(user),
{:title => user.name}] %>
@@ -22,7 +22,7 @@
*url_and_title)%>
<% if user == current_user %>
<div class="smallprint">
- <%= link_to("Get your badge for your blog", *url_and_title) %>
+ <%= link_to(t('v.users.get_badge'), *url_and_title) %>
</div>
<% end %>
Modified: trunk/app/views/users/edit.html.erb
===================================================================
--- trunk/app/views/users/edit.html.erb 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/app/views/users/edit.html.erb 2010-09-08 20:50:25 UTC (rev 1772)
@@ -89,12 +89,12 @@
<a name="badge"></a>
<% render :layout => 'application/panel_with_header', :locals => {
:title => t('v.users.badge'), :id => "user_badge"} do %>
- <p><%= _("You can add this badge with your ranking to the side-bar of your blog:") %></p>
+ <p><%= t 'v.users.can_add_badge' %></p>
<%= image_tag(
badge_url(:id => @user.home_page_tag_string,
:peer_group_name => current_prefs.peer_group.home_page_tag_string,
:format => 'png'), :size => '120x60') %>
- <p><%= _("You can do this by inserting the following html where you please:") %></p>
+ <p><%= t 'v.users.can_insert_html' %></p>
<%= text_area_tag 'badge_field', '<a href="' + user_url(@user) + '">' +
image_tag(badge_url(:id => @user.home_page_tag_string,
:peer_group_name => current_prefs.peer_group.home_page_tag_string,
Modified: trunk/config/locales/de.yml
===================================================================
--- trunk/config/locales/de.yml 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/config/locales/de.yml 2010-09-08 20:50:25 UTC (rev 1772)
@@ -2,15 +2,15 @@
de:
activerecord:
attributes:
- annotation:
+ annotation:
message: Mitteilung
logi:
body: Text
+ selection: Markierung
title: Titel
- selection: Markierung
- peer_group:
+ peer_group:
name: Name
- remark:
+ remark:
message: Mitteilung
user:
email: Mail
Modified: trunk/config/locales/en.yml
===================================================================
--- trunk/config/locales/en.yml 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/config/locales/en.yml 2010-09-08 20:50:25 UTC (rev 1772)
@@ -177,6 +177,7 @@
logged_in_accept_invitation: "Logged you in. Now you can accept your invitation."
logged_out: "Logged you out."
users:
+ at: "at"
confirm_delete: "Are you sure you want to delete your account?"
created: "Your account has been created."
created_accept_invitation: "Your account has been created. Now you can accept your invitation."
@@ -449,7 +450,7 @@
invitation_join: "{{name}} invites you to join the {{group}} peergroup on {{domain}}."
notifier: "LogiLogi Notifier <{{email}}>."
password_reset: "Password reset instructions."
- update_for: "Update for {{name}} on {{domain}}."
+ update_personalized: "Update for {{name}} on {{domain}}."
update_logis: "{{period}} new logis on {{domain}}."
welcome: "Welcome to {{domain}} {{name}}."
peer_group:
@@ -922,6 +923,8 @@
api_key: "API key"
api_key_is_label: "Your API-key is:"
badge: "Badge"
+ can_add_badge: "You can add this badge with your ranking to the side-bar of your blog:"
+ can_insert_html: "You can do this by inserting the following html where you please:"
change_account_settings: "You can change your account settings."
create_edit_invite_peer_groups: "Create, edit and invite people to peergroups."
created_logis_label: "Created logis:"
@@ -937,6 +940,7 @@
email_label: "Email:"
enter_new: "Enter your full name, your email and a password."
full_name_label: "Full name:"
+ get_badge: "Get your badge for your blog"
subscribe: "Subscribe"
feed_label: "RSS feed:"
index: "Users index"
Modified: trunk/config/locales/es.yml
===================================================================
--- trunk/config/locales/es.yml 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/config/locales/es.yml 2010-09-08 20:50:25 UTC (rev 1772)
@@ -1,186 +1,212 @@
-# Spanish translations for Rails
-# by Francisco Fernando García Nieto (ffg...@gm...)
-
-es:
- number:
- # Used in number_with_delimiter()
- # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
- format:
- # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
- separator: ","
- # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
- delimiter: "."
- # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
- precision: 3
-
- # Used in number_to_currency()
- currency:
- format:
- # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
- format: "%n %u"
- unit: "€"
- # These three are to override number.format and are optional
- separator: ","
- delimiter: "."
- precision: 2
-
- # Used in number_to_percentage()
- percentage:
- format:
- # These three are to override number.format and are optional
- # separator:
- delimiter: ""
- # precision:
-
- # Used in number_to_precision()
- precision:
- format:
- # These three are to override number.format and are optional
- # separator:
- delimiter: ""
- # precision:
-
- # Used in number_to_human_size()
- human:
- format:
- # These three are to override number.format and are optional
- # separator:
- delimiter: ""
- precision: 1
- # Rails <= v2.2.2
- # storage_units: [Bytes, KB, MB, GB, TB]
- # Rails >= v2.3
- storage_units:
- format: "%n %u"
- units:
- byte:
- one: "Byte"
- other: "Bytes"
- kb: "KB"
- mb: "MB"
- gb: "GB"
- tb: "TB"
-
- # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
- datetime:
- distance_in_words:
- half_a_minute: "medio minuto"
- less_than_x_seconds:
- one: "menos de 1 segundo"
- other: "menos de {{count}} segundos"
- x_seconds:
- one: "1 segundo"
- other: "{{count}} segundos"
- less_than_x_minutes:
- one: "menos de 1 minuto"
- other: "menos de {{count}} minutos"
- x_minutes:
- one: "1 minuto"
- other: "{{count}} minutos"
- about_x_hours:
- one: "alrededor de 1 hora"
- other: "alrededor de {{count}} horas"
- x_days:
- one: "1 día"
- other: "{{count}} días"
- about_x_months:
- one: "alrededor de 1 mes"
- other: "alrededor de {{count}} meses"
- x_months:
- one: "1 mes"
- other: "{{count}} meses"
- about_x_years:
- one: "alrededor de 1 año"
- other: "alrededor de {{count}} años"
- over_x_years:
- one: "más de 1 año"
- other: "más de {{count}} años"
- almost_x_years:
- one: "casi 1 año"
- other: "casi {{count}} años"
- prompts:
- year: "Año"
- month: "Mes"
- day: "Día"
- hour: "Hora"
- minute: "Minutos"
- second: "Segundos"
-
- activerecord:
- errors:
- template:
- header:
- one: "no se pudo guardar este {{model}} porque se encontró 1 error"
- other: "no se pudo guardar este {{model}} porque se encontraron {{count}} errores"
- # The variable :count is also available
- body: "Se encontraron problemas con los siguientes campos:"
-
- # The values :model, :attribute and :value are always available for interpolation
- # The value :count is available when applicable. Can be used for pluralization.
- messages:
- inclusion: "no está incluido en la lista"
- exclusion: "está reservado"
- invalid: "no es válido"
+---
+es:
+ activerecord:
+ attributes:
+ annotation:
+ message: ""
+ logi:
+ body: ""
+ selection: ""
+ title: ""
+ peer_group:
+ name: ""
+ remark:
+ message: ""
+ user:
+ email: ""
+ name: ""
+ password: ""
+ password_confirmation: ""
+ user_session:
+ email: ""
+ name: ""
+ password: ""
+ password_confirmation: ""
+ errors:
+ attributes: ~
+ full_messages:
+ format: ""
+ messages:
+ accepted: "debe ser aceptado"
+ blank: "no puede estar en blanco"
confirmation: "no coincide con la confirmación"
- accepted: "debe ser aceptado"
empty: "no puede estar vacío"
- blank: "no puede estar en blanco"
- too_long: "es demasiado largo ({{count}} caracteres máximo)"
- too_short: "es demasiado corto ({{count}} caracteres mínimo)"
- wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)"
- taken: "ya está en uso"
- not_a_number: "no es un número"
+ equal_to: "debe ser igual a {{count}}"
+ even: "debe ser par"
+ exclusion: "está reservado"
greater_than: "debe ser mayor que {{count}}"
greater_than_or_equal_to: "debe ser mayor que o igual a {{count}}"
- equal_to: "debe ser igual a {{count}}"
+ inclusion: "no está incluido en la lista"
+ invalid: "no es válido"
less_than: "debe ser menor que {{count}}"
less_than_or_equal_to: "debe ser menor que o igual a {{count}}"
+ not_a_number: "no es un número"
odd: "debe ser impar"
- even: "debe ser par"
record_invalid: "La validación falló: {{errors}}"
- # Append your own errors here or at the model/attributes scope.
-
- models:
- # Overrides default messages
-
- attributes:
- # Overrides model and default messages.
-
- date:
- formats:
- # Use the strftime parameters for formats.
- # When no format has been given, it uses default.
- # You can provide other formats here if you like!
+ taken: "ya está en uso"
+ too_long: "es demasiado largo ({{count}} caracteres máximo)"
+ too_short: "es demasiado corto ({{count}} caracteres mínimo)"
+ wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)"
+ models: ~
+ template:
+ body: "Se encontraron problemas con los siguientes campos:"
+ header:
+ one: "no se pudo guardar este {{model}} porque se encontró 1 error"
+ other: "no se pudo guardar este {{model}} porque se encontraron {{count}} errores"
+ models:
+ annotation: ""
+ logi: ""
+ logi_version: ""
+ remark: ""
+ user: ""
+ user_session: ""
+ authlogic:
+ error_messages:
+ consecutive_failed_logins_limit_exceeded: ""
+ email_invalid: ""
+ login_blank: ""
+ login_invalid: ""
+ login_not_found: ""
+ no_authentication_details: ""
+ date:
+ abbr_day_names:
+ - Dom
+ - Lun
+ - Mar
+ - Mie
+ - Jue
+ - Vie
+ - Sab
+ abbr_month_names:
+ - ~
+ - Ene
+ - Feb
+ - Mar
+ - Abr
+ - May
+ - Jun
+ - Jul
+ - Ago
+ - Sep
+ - Oct
+ - Nov
+ - Dic
+ day_names:
+ - Domingo
+ - Lunes
+ - Martes
+ - Miércoles
+ - Jueves
+ - Viernes
+ - Sábado
+ formats:
default: "%e/%m/%Y"
- short: "%e de %b"
- long: "%e de %B de %Y"
-
- day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
- abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
-
- # Don't forget the nil at the beginning; there's no such thing as a 0th month
- month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre]
- abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic]
- # Used in date_select and datime_select.
- order: [ :day, :month, :year ]
-
- time:
- formats:
+ long: "%e de %B de %Y"
+ short: "%e de %b"
+ month_names:
+ - ~
+ - Enero
+ - Febrero
+ - Marzo
+ - Abril
+ - Mayo
+ - Junio
+ - Julio
+ - Agosto
+ - Septiembre
+ - Octubre
+ - Noviembre
+ - Diciembre
+ order:
+ - !ruby/symbol day
+ - !ruby/symbol month
+ - !ruby/symbol year
+ datetime:
+ distance_in_words:
+ about_x_hours:
+ one: "alrededor de 1 hora"
+ other: "alrededor de {{count}} horas"
+ about_x_months:
+ one: "alrededor de 1 mes"
+ other: "alrededor de {{count}} meses"
+ about_x_years:
+ one: "alrededor de 1 año"
+ other: "alrededor de {{count}} años"
+ almost_x_years:
+ one: "casi 1 año"
+ other: "casi {{count}} años"
+ half_a_minute: "medio minuto"
+ less_than_x_minutes:
+ one: "menos de 1 minuto"
+ other: "menos de {{count}} minutos"
+ less_than_x_seconds:
+ one: "menos de 1 segundo"
+ other: "menos de {{count}} segundos"
+ over_x_years:
+ one: "más de 1 año"
+ other: "más de {{count}} años"
+ x_days:
+ one: "1 día"
+ other: "{{count}} días"
+ x_minutes:
+ one: "1 minuto"
+ other: "{{count}} minutos"
+ x_months:
+ one: "1 mes"
+ other: "{{count}} meses"
+ x_seconds:
+ one: "1 segundo"
+ other: "{{count}} segundos"
+ prompts:
+ day: Día
+ hour: Hora
+ minute: Minutos
+ month: Mes
+ second: Segundos
+ year: Año
+ number:
+ currency:
+ format:
+ delimiter: "."
+ format: "%n %u"
+ precision: 2
+ separator: ","
+ unit: €
+ format:
+ delimiter: "."
+ precision: 3
+ separator: ","
+ human:
+ format:
+ delimiter: ""
+ precision: 1
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: Byte
+ other: Bytes
+ gb: GB
+ kb: KB
+ mb: MB
+ tb: TB
+ percentage:
+ format:
+ delimiter: ""
+ precision:
+ format:
+ delimiter: ""
+ support:
+ array:
+ last_word_connector: " y "
+ two_words_connector: " y "
+ words_connector: ", "
+ select:
+ prompt: "Por favor seleccione"
+ time:
+ am: am
+ formats:
default: "%A, %e de %B de %Y %H:%M:%S %z"
- short: "%e de %b %H:%M"
- long: "%e de %B de %Y %H:%M"
- am: "am"
- pm: "pm"
-
-# Used in array.to_sentence.
- support:
- select:
- # default value for :prompt => true in FormOptionsHelper
- prompt: "Por favor seleccione"
- array:
- # Rails <= v.2.2.2
- # sentence_connector: "y"
- # Rails >= v.2.3
- words_connector: ", "
- two_words_connector: " y "
- last_word_connector: " y "
+ long: "%e de %B de %Y %H:%M"
+ short: "%e de %b %H:%M"
+ pm: pm
Modified: trunk/config/locales/nl.yml
===================================================================
--- trunk/config/locales/nl.yml 2010-09-08 18:31:56 UTC (rev 1771)
+++ trunk/config/locales/nl.yml 2010-09-08 20:50:25 UTC (rev 1772)
@@ -1,173 +1,204 @@
-# Dutch translation in YML by Ariejan de Vroom <ar...@ar...>
-# - Sponsored by Kabisa ICT - http://kabisa.nl
-#
-# Fully compatible with Translate (the Rails translation plugin)
-# - http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/
---
nl:
- number:
- format:
- separator: ","
- precision: 2
- delimiter: .
- human:
- storage_units:
- format: "%n %u"
- units:
- kb: KB
- tb: TB
- gb: GB
- byte:
- one: Byte
- other: Bytes
- mb: MB
- currency:
- format:
- format: "%u %n"
- unit: !binary |
- 4oKs
-
- separator: ","
- precision: 2
- delimiter: .
activerecord:
+ attributes:
+ annotation:
+ message: ""
+ logi:
+ body: ""
+ selection: ""
+ title: ""
+ peer_group:
+ name: ""
+ remark:
+ message: ""
+ user:
+ email: ""
+ name: ""
+ password: ""
+ password_confirmation: ""
+ user_session:
+ email: ""
+ name: ""
+ password: ""
+ password_confirmation: ""
errors:
+ full_messages:
+ format: ""
messages:
- greater_than_or_equal_to: moet groter of gelijk zijn aan {{count}}
- less_than_or_equal_to: moet minder of gelijk zijn aan {{count}}
- confirmation: komt niet met de bevestiging overeen
- blank: moet opgegeven zijn
- exclusion: is niet beschikbaar
- invalid: is ongeldig
- record_invalid: is ongeldig
- odd: moet oneven zijn
- too_short: is te kort (niet minder dan {{count}} tekens)
- wrong_length: heeft niet de juiste lengte (moet {{count}} tekens lang zijn)
- empty: moet opgegeven zijn
- even: moet even zijn
- less_than: moet minder zijn dan {{count}}
- equal_to: moet gelijk zijn aan {{count}}
- greater_than: moet groter zijn dan {{count}}
- accepted: moet worden geaccepteerd
- too_long: is te lang (niet meer dan {{count}} tekens)
- taken: is niet beschikbaar
- inclusion: is niet in de lijst opgenomen
- not_a_number: is geen getal
+ accepted: "moet worden geaccepteerd"
+ blank: "moet opgegeven zijn"
+ confirmation: "komt niet met de bevestiging overeen"
+ empty: "moet opgegeven zijn"
+ equal_to: "moet gelijk zijn aan {{count}}"
+ even: "moet even zijn"
+ exclusion: "is niet beschikbaar"
+ greater_than: "moet groter zijn dan {{count}}"
+ greater_than_or_equal_to: "moet groter of gelijk zijn aan {{count}}"
+ inclusion: "is niet in de lijst opgenomen"
+ invalid: "is ongeldig"
+ less_than: "moet minder zijn dan {{count}}"
+ less_than_or_equal_to: "moet minder of gelijk zijn aan {{count}}"
+ not_a_number: "is geen getal"
+ odd: "moet oneven zijn"
+ record_invalid: "is ongeldig"
+ taken: "is niet beschikbaar"
+ too_long: "is te lang (niet meer dan {{count}} tekens)"
+ too_short: "is te kort (niet minder dan {{count}} tekens)"
+ wrong_length: "heeft niet de juiste lengte (moet {{count}} tekens lang zijn)"
template:
body: "Controleer alstublieft de volgende velden:"
header:
one: "Kon dit {{model}} object niet opslaan: 1 fout."
other: "Kon dit {{model}} niet opslaan: {{count}} fouten."
- time:
- am: "'s ochtends"
- formats:
- default: "%a %d %b %Y %H:%M:%S %Z"
- time: "%H:%M"
- short: "%d %b %H:%M"
- only_second: "%S"
- datetime:
- formats:
- default: "%d-%m-%YT%H:%M:%S%Z"
- long: "%d %B %Y %H:%M"
- pm: "'s middags"
+ models:
+ annotation: ""
+ logi: ""
+ logi_version: ""
+ remark: ""
+ user: ""
+ user_session: ""
+ authlogic:
+ error_messages:
+ consecutive_failed_logins_limit_exceeded: ""
+ email_invalid: ""
+ login_blank: ""
+ login_invalid: ""
+ login_not_found: ""
+ no_authentication_details: ""
date:
- month_names:
- -
- - januari
- - februari
- - maart
- - april
- - mei
- - juni
- - juli
- - augustus
- - september
- - oktober
- - november
- - december
abbr_day_names:
- - zon
- - maa
- - din
- - woe
- - don
- - vri
- - zat
- order:
- - :day
- - :month
- - :year
+ - zon
+ - maa
+ - din
+ - woe
+ - don
+ - vri
+ - zat
+ abbr_month_names:
+ - ~
+ - jan
+ - feb
+ - mar
+ - apr
+ - mei
+ - jun
+ - jul
+ - aug
+ - sep
+ - okt
+ - nov
+ - dec
+ day_names:
+ - zondag
+ - maandag
+ - dinsdag
+ - woensdag
+ - donderdag
+ - vrijdag
+ - zaterdag
formats:
+ default: "%d/%m/%Y"
+ long: "%e %B %Y"
only_day: "%e"
- default: "%d/%m/%Y"
short: "%e %b"
- long: "%e %B %Y"
- day_names:
- - zondag
- - maandag
- - dinsdag
- - woensdag
- - donderdag
- - vrijdag
- - zaterdag
- abbr_month_names:
- -
- - jan
- - feb
- - mar
- - apr
- - mei
- - jun
- - jul
- - aug
- - sep
- - okt
- - nov
- - dec
- support:
- array:
- words_connector: ","
- last_word_connector: ", en"
- two_words_connector: en
+ month_names:
+ - ~
+ - januari
+ - februari
+ - maart
+ - april
+ - mei
+ - juni
+ - juli
+ - augustus
+ - september
+ - oktober
+ - november
+ - december
+ order:
+ - !ruby/symbol day
+ - !ruby/symbol month
+ - !ruby/symbol year
datetime:
+ distance_in_words:
+ about_x_hours:
+ one: "ongeveer één uur"
+ other: "ongeveer {{count}} uur"
+ about_x_months:
+ one: "ongeveer één maand"
+ other: "ongeveer {{count}} maanden"
+ about_x_years:
+ one: "ongeveer één jaar"
+ other: "ongeveer {{count}} jaren"
+ half_a_minute: "halve minuut"
+ less_than_x_minutes:
+ one: "minder dan één minuut"
+ other: "minder dan {{count}} minuten"
+ less_than_x_seconds:
+ one: "minder dan één seconde"
+ other: "minder dan {{count}} seconden"
+ over_x_years:
+ one: "langer dan één jaar"
+ other: "langer {{count}} jaar"
+ x_days:
+ one: "1 dag"
+ other: "{{count}} dagen"
+ x_minutes:
+ one: "1 minuut"
+ other: "{{count}} minuten"
+ x_months:
+ one: "1 maand"
+ other: "{{count}} maanden"
+ x_seconds:
+ one: "1 seconde"
+ other: "{{count}} seconden"
format:
default: "%Y-%m-%dT%H:%M:%S%Z"
prompts:
+ day: dag
+ hour: uur
minute: minuut
+ month: maand
second: seconden
- month: maand
- hour: uur
- day: dag
year: jaar
- distance_in_words:
- less_than_x_minutes:
- one: "minder dan \xC3\xA9\xC3\xA9n minuut"
- other: minder dan {{count}} minuten
- x_days:
- one: 1 dag
- other: "{{count}} dagen"
- x_seconds:
- one: 1 seconde
- other: "{{count}} seconden"
- about_x_hours:
- one: "ongeveer \xC3\xA9\xC3\xA9n uur"
- other: ongeveer {{count}} uur
- less_than_x_seconds:
- one: "minder dan \xC3\xA9\xC3\xA9n seconde"
- other: minder dan {{count}} seconden
- x_months:
- one: 1 maand
- other: "{{count}} maanden"
- x_minutes:
- one: 1 minuut
- other: "{{count}} minuten"
- about_x_years:
- one: "ongeveer \xC3\xA9\xC3\xA9n jaar"
- other: ongeveer {{count}} jaren
- about_x_months:
- one: "ongeveer \xC3\xA9\xC3\xA9n maand"
- other: ongeveer {{count}} maanden
- over_x_years:
- one: "langer dan \xC3\xA9\xC3\xA9n jaar"
- other: langer {{count}} jaar
- half_a_minute: halve minuut
+ number:
+ currency:
+ format:
+ delimiter: "."
+ format: "%u %n"
+ precision: 2
+ separator: ","
+ unit: €
+ format:
+ delimiter: "."
+ precision: 2
+ separator: ","
+ human:
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: Byte
+ other: Bytes
+ gb: GB
+ kb: KB
+ mb: MB
+ tb: TB
+ support:
+ array:
+ last_word_connector: ", en"
+ two_words_connector: en
+ words_connector: ","
+ time:
+ am: "'s ochtends"
+ formats:
+ datetime:
+ formats:
+ default: "%d-%m-%YT%H:%M:%S%Z"
+ default: "%a %d %b %Y %H:%M:%S %Z"
+ long: "%d %B %Y %H:%M"
+ only_second: "%S"
+ short: "%d %b %H:%M"
+ time: "%H:%M"
+ pm: "'s middags"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|