From 53a0d97d11ec1199abcdfa3d266f9c667837ce15 Mon Sep 17 00:00:00 2001 From: Ilia Druta Date: Tue, 26 Jul 2022 05:21:34 +0300 Subject: [PATCH] added RO --- i18n/ro.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 i18n/ro.yaml diff --git a/i18n/ro.yaml b/i18n/ro.yaml new file mode 100644 index 0000000..e7a59d3 --- /dev/null +++ b/i18n/ro.yaml @@ -0,0 +1,39 @@ +- id: prev_page + translation: "Anteriora" + +- id: next_page + translation: "Următorea" + +- id: read_time + translation: + zero: "0 minute" + one: "1 minuta" + few: "{{ .Count }} minute" + many: "{{ .Count }} de minute" + other: "{{ .Count }} minut" + +- id: words + translation: + zero: "0 cuvinte" + one: "1 cuvânt" + few: "{{ .Count }} cuvinte" + many: "{{ .Count }} cuvinte" + other: "{{ .Count }} cuvânt" + +- id: toc + translation: "Cuprins" + +- id: translations + translation: "Traduceri" + +- id: home + translation: "Acasă" + +- id: edit_post + translation: "Editați" + +- id: code_copy + translation: "copie" + +- id: code_copied + translation: "copiat!"