mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 14:54:26 +01:00
fix capitalization
This commit is contained in:
@@ -762,23 +762,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"utils": {
|
"utils": {
|
||||||
"hours_future_one": "one hour from now",
|
"hours_future_one": "One hour from now",
|
||||||
"hours_future_other": "{{count}} hours from now",
|
"hours_future_other": "{{count}} hours from now",
|
||||||
"hours_past_one": "one hour ago",
|
"hours_past_one": "One hour ago",
|
||||||
"hours_past_other": "{{count}} hours ago",
|
"hours_past_other": "{{count}} hours ago",
|
||||||
"hours_short": "{{count}}h",
|
"hours_short": "{{count}}h",
|
||||||
"days_future_one": "one day from now",
|
"days_future_one": "One day from now",
|
||||||
"days_future_other": "{{count}} days from now",
|
"days_future_other": "{{count}} days from now",
|
||||||
"days_past_one": "one day ago",
|
"days_past_one": "One day ago",
|
||||||
"days_past_other": "{{count}} days ago",
|
"days_past_other": "{{count}} days ago",
|
||||||
"days_short": "{{count}}d",
|
"days_short": "{{count}}d",
|
||||||
"minutes_future_one": "one minute from now",
|
"minutes_future_one": "One minute from now",
|
||||||
"minutes_future_other": "{{count}} minutes from now",
|
"minutes_future_other": "{{count}} minutes from now",
|
||||||
"minutes_past_one": "one minute ago",
|
"minutes_past_one": "One minute ago",
|
||||||
"minutes_past_other": "{{count}} minutes ago",
|
"minutes_past_other": "{{count}} minutes ago",
|
||||||
"minutes_short": "{{count}}m",
|
"minutes_short": "{{count}}m",
|
||||||
"nowish": "Nowish",
|
"nowish": "Nowish",
|
||||||
"seconds_future": "seconds from now",
|
"seconds_future": "Seconds from now",
|
||||||
"seconds_past": "Just now"
|
"seconds_past": "Just now"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -666,23 +666,23 @@
|
|||||||
"manage_federation": "Manejar Federaciones"
|
"manage_federation": "Manejar Federaciones"
|
||||||
},
|
},
|
||||||
"utils": {
|
"utils": {
|
||||||
"hours_future_one": "en una hora",
|
"hours_future_one": "En una hora",
|
||||||
"hours_future_other": "en {{count}} horas",
|
"hours_future_other": "En {{count}} horas",
|
||||||
"hours_past_one": "hace una hora",
|
"hours_past_one": "Hace una hora",
|
||||||
"hours_past_other": "hace {{count}} horas",
|
"hours_past_other": "Hace {{count}} horas",
|
||||||
"hours_short": "{{count}}h",
|
"hours_short": "{{count}}h",
|
||||||
"days_future_one": "en un día",
|
"days_future_one": "En un día",
|
||||||
"days_future_other": "en {{count}} días",
|
"days_future_other": "En {{count}} días",
|
||||||
"days_past_one": "hace un día",
|
"days_past_one": "Hace un día",
|
||||||
"days_past_other": "hace {{count}} días",
|
"days_past_other": "Hace {{count}} días",
|
||||||
"days_short": "{{count}}d",
|
"days_short": "{{count}}d",
|
||||||
"minutes_future_one": "en un minuto",
|
"minutes_future_one": "En un minuto",
|
||||||
"minutes_future_other": "en {{count}} minutos",
|
"minutes_future_other": "En {{count}} minutos",
|
||||||
"minutes_past_one": "hace un minuto",
|
"minutes_past_one": "Hace un minuto",
|
||||||
"minutes_past_other": "hace {{count}} minutos",
|
"minutes_past_other": "Hace {{count}} minutos",
|
||||||
"minutes_short": "{{count}}m",
|
"minutes_short": "{{count}}m",
|
||||||
"nowish": "Casi ahora",
|
"nowish": "Casi ahora",
|
||||||
"seconds_future": "en algunos segundos",
|
"seconds_future": "En algunos segundos",
|
||||||
"seconds_past": "Justo ahora"
|
"seconds_past": "Justo ahora"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user