Redo the locale fixes thrown out by Weblate: date.order should always use the English terms, fixed plurals (again) and added language code as root to new locales

Partially reverts #2767.
This commit is contained in:
Jyri-Petteri Paloposki 2022-08-02 10:44:43 +03:00
parent 9501239c3e
commit 0b167bade4
6 changed files with 467 additions and 455 deletions

View file

@ -248,9 +248,9 @@ cs:
- Listopad
- Prosinec
order:
- rok
- ":měsíc"
- den
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:

View file

@ -98,8 +98,9 @@ es:
action: Tarea
actions: Tareas
actions_midsentence:
one: tareas
other: tarea
one: tarea
other: tareas
zero: tareas
add: Añadir
ajaxError: Hubo un error al recuperar desde el servidor
back: Atrás
@ -131,8 +132,9 @@ es:
none: Ninguno
not_available_abbr: n/d
note:
one: 0 notas
other: 1 nota
one: 1 nota
other: "%{count} notas"
zero: 0 notas
notes: Notas
numbered_step: Paso %{number}
ok: Aceptar
@ -304,9 +306,9 @@ es:
- Noviembre
- Diciembre
order:
- :año
- :mes
- :día
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
@ -323,11 +325,13 @@ es:
other: Casi %{count} años
half_a_minute: medio minuto
less_than_x_minutes:
one: menos de 1 minuto
other: menos de un minuto
one: menos de un minuto
other: menos de %{count} minutos
zero: menos de 1 minuto
less_than_x_seconds:
one: menos de 1 segundo
other: menos de 1 segundo
other: menos de %{count} segundos
zero: menos de 1 segundo
over_x_years:
one: más de un año
other: en %{count} años
@ -1242,11 +1246,13 @@ es:
multi_page_html: Representando %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> de
<b>%{count}</b> en el total
single_page:
one: No %{model} encontrado
other: Viendo del 1 %{model}
one: Viendo del 1 %{model}
other: Viendo todos los %{count} %{model}
zero: No %{model} encontrado
single_page_html:
one: No %{model} encontrado
other: Viendo del <b>1</b> %{model}
one: Viendo del <b>1</b> %{model}
other: Viendo <b>todos los %{count}</b> %{model}
zero: No %{model} encontrado
page_gap: "&hellip;"
previous_label: "« Anterior"
rest_help:

View file

@ -131,8 +131,9 @@ fi:
none: Ei
not_available_abbr: ei
note:
one: ei muistiinpanoja
other: 1 muistiinpano
one: 1 muistiinpano
other: "%{count} muistiinpanoa"
zero: ei muistiinpanoja
notes: Muistiinpanot
numbered_step: Askel %{number}
ok: Ok
@ -1337,11 +1338,13 @@ fi:
multi_page_html: Näytetään %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> yhteensä
<b>%{count}</b> tietueesta
single_page:
one: '%{model} ei löytynyt'
other: Näytetään 1 %{model}
one: Näytetään 1 %{model}
other: Näytetään kaikki %{count} %{model}
zero: '%{model} ei löytynyt'
single_page_html:
one: '%{model} ei löytynyt'
other: Näytetään <b>1</b> %{model}
one: Näytetään <b>1</b> %{model}
other: Näytetään <b>kaikki&nbsp;%{count}</b> %{model}
zero: '%{model} ei löytynyt'
page_gap: "&hellip;"
previous_label: "&#8592; Edellinen"
auth_type:

View file

@ -1,4 +1,5 @@
activerecord:
nb_NO:
activerecord:
attributes:
note:
created_at: Opprettet

View file

@ -1 +1,2 @@
{}
sv:
{}

View file

@ -1,4 +1,5 @@
data:
tr:
data:
import:
yaml_disabled: YAML yükleme kapalı
todos_count: İçeri aktarılacak Todos sayısı %{count}
@ -48,7 +49,7 @@ data:
yaml: YAML
csv: CSV
xml: XML
contexts:
contexts:
visible_contexts: Görünür içerikler
view_link: '%{name} içeriğini görüntüle'
update_status_message: İçerik adı değiştirildi
@ -81,7 +82,7 @@ contexts:
completed_tasks_title: TRACKS::şuradan '%{context_name}' tamamlanan eylemler
all_completed_tasks_title: TRACKS::şuradan '%{context_name}' tamamlanan bütün eylemler
add_context: İçerik ekle
common:
common:
wiki: Wiki
weeks: haftalar
week: hafta
@ -150,7 +151,7 @@ common:
actions_midsentence:
one: Eylem
other: Eylemler
activerecord:
activerecord:
errors:
template:
header:
@ -243,7 +244,7 @@ activerecord:
note:
updated_at: Güncellenme tarihi
created_at: Oluşturulma tarihi
date:
date:
abbr_day_names:
- Pa
- Pt
@ -294,10 +295,10 @@ date:
- Aralık
- Aralık
order:
- :yıl
- :gün
- :year
- :month
- :day
datetime:
datetime:
prompts:
day: Gün
hour: Saat
@ -334,7 +335,7 @@ datetime:
over_x_years:
one: 1 yıldan fazla
other: '%{count} yıldan fazla'
errors:
errors:
messages:
blank: boş bırakılamaz
less_than: "%{count}'dan az olmalıdır"
@ -361,7 +362,7 @@ errors:
format: '%{attribute} %{message}'
user_unauthorized: '401 Yetkisiz: sadece yetkili kullanıcılar bu özelliğe erişime
sahiptir.'
feedlist:
feedlist:
actions_completed_last_week: Son 7 günde tamamlanan eylemler
actions_due_next_week: 7 gün veya daha önce bitecek eylemler
actions_due_today: Bugün veya daha erken bitecek olan eylemler
@ -388,7 +389,7 @@ feedlist:
project_needed: Akış talep etmeden önce en az bir proje olmalı
select_feed_for_context: Bu içerik için akış seçin
select_feed_for_project: Bu proje için akış seçin
integrations:
integrations:
sections:
email_rich: Zengin Todo Mesaj e-posta formatı
message_gateway: Tracks aracılığıyla e-posta gönderebilmek için Tracks'ı e-posta
@ -416,10 +417,10 @@ integrations:
rich_api_tip: Mesaj içeriği tanım, içerik ve proje kısmına, not ise gövde metnine
yazarak "çamaşırları yıka @ Ev" veya "Mehmet'i Ara > x projesi" ve benzeri türden
görevler oluşturmak için Rich Todo API kullanabilirsiniz.
footer:
footer:
send_feedback: Geri bildirim
version: 'Tracks %{version} (%{revision_with_date})'
helpers:
helpers:
select:
prompt: Seçiniz
submit: