diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 4b173169..e6c526a9 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -264,5 +264,7 @@ "vote": "تصويت", "warning": "تحذير", "comment_field_too_long": "التعليق طويل جدًا ({{length}}/2000).", - "field_too_long": "الحقل طويل جدًا." + "field_too_long": "الحقل طويل جدًا.", + "title": "عنوان", + "tags": "علامات" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 5864d06c..f9a26f61 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -264,5 +264,7 @@ "vote": "ভোট", "warning": "সতর্কতা", "comment_field_too_long": "মন্তব্য খুব লম্বা ({{length}}/2000)।", - "field_too_long": "ফিল্ডটি খুব লম্বা।" + "field_too_long": "ফিল্ডটি খুব লম্বা।", + "title": "শিরোনাম", + "tags": "ট্যাগ" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 27900216..c8c5c732 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -264,5 +264,7 @@ "vote": "hlasování", "warning": "Upozornění", "comment_field_too_long": "Komentář je příliš dlouhý ({{length}}/2000).", - "field_too_long": "Pole je příliš dlouhé." + "field_too_long": "Pole je příliš dlouhé.", + "title": "Název", + "tags": "Štítky" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 4c1cc046..cbf92c75 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -264,5 +264,7 @@ "vote": "stem", "warning": "Advarsel", "comment_field_too_long": "Kommentar for lang ({{length}}/2000).", - "field_too_long": "Feltene er for lange." + "field_too_long": "Feltene er for lange.", + "title": "Titel", + "tags": "Tags" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 3ecf7d6f..c0799de7 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -264,5 +264,7 @@ "vote": "Abstimmung", "warning": "Warnung", "comment_field_too_long": "Kommentar zu lang ({{length}}/2000).", - "field_too_long": "Das Feld ist zu lang." + "field_too_long": "Das Feld ist zu lang.", + "title": "Titel", + "tags": "Tags" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 5e508915..b97af8e6 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -264,5 +264,7 @@ "vote": "ψηφοφορία", "warning": "Προειδοποίηση", "comment_field_too_long": "Το σχόλιο είναι πολύ μεγάλο ({{length}}/2000).", - "field_too_long": "Το πεδίο είναι πολύ μεγάλο." + "field_too_long": "Το πεδίο είναι πολύ μεγάλο.", + "title": "Τίτλος", + "tags": "Ετικέτες" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index b94bfb57..3a68b3ac 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -264,5 +264,7 @@ "vote": "vote", "warning": "Warning", "comment_field_too_long": "Comment too long ({{length}}/2000).", - "field_too_long": "Field too long." + "field_too_long": "Field too long.", + "title": "Title", + "tags": "Tags" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 11653842..888c3015 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -264,5 +264,7 @@ "vote": "voto", "warning": "Advertencia", "comment_field_too_long": "Comentario demasiado largo ({{length}}/2000).", - "field_too_long": "Campo demasiado largo." + "field_too_long": "Campo demasiado largo.", + "title": "Título", + "tags": "Etiquetas" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index b7e91824..4a8fa8fb 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -264,5 +264,7 @@ "vote": "رای", "warning": "هشدار", "comment_field_too_long": "کامنت خیلی طولانی است ({{length}}/2000).", - "field_too_long": "فیلد خیلی طولانی است." + "field_too_long": "فیلد خیلی طولانی است.", + "title": "عنوان", + "tags": "برچسب‌ها" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 6f90c95b..e97e2b53 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -264,5 +264,7 @@ "vote": "äänestä", "warning": "Varoitus", "comment_field_too_long": "Kommentti liian pitkä ({{length}}/2000).", - "field_too_long": "Kenttä liian pitkä." + "field_too_long": "Kenttä liian pitkä.", + "title": "Otsikko", + "tags": "Tunnisteet" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index eac5c8c4..8862c7d2 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -264,5 +264,7 @@ "vote": "bumoto", "warning": "Babala", "comment_field_too_long": "Napakahabang komento ({{length}}/2000).", - "field_too_long": "Ang field ay masyadong mahaba." + "field_too_long": "Ang field ay masyadong mahaba.", + "title": "Pamagat", + "tags": "Mga tag" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 8629935a..e8a145d1 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -264,5 +264,7 @@ "vote": "vote", "warning": "Avertissement", "comment_field_too_long": "Commentaire trop long ({{length}}/2000).", - "field_too_long": "Champ trop long." + "field_too_long": "Champ trop long.", + "title": "Titre", + "tags": "Tags" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 36ea4f5b..254e75c2 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -264,5 +264,7 @@ "vote": "הצבעה", "warning": "אזהרה", "comment_field_too_long": "התגובה ארוכה מדי ({{length}}/2000).", - "field_too_long": "המשדה ארוך מדי." + "field_too_long": "המשדה ארוך מדי.", + "title": "כותרת", + "tags": "תגיות" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 00cf3914..97e5b4a6 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -264,5 +264,7 @@ "vote": "मत डालें", "warning": "चेतावनी", "comment_field_too_long": "टिप्पणी बहुत लंबी है ({{length}}/2000)।", - "field_too_long": "क्षेत्र बहुत लंबा है।" + "field_too_long": "क्षेत्र बहुत लंबा है।", + "title": "शीर्षक", + "tags": "टैग" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 1d3b9da7..425ad351 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -264,5 +264,7 @@ "vote": "szavazás", "warning": "Figyelmeztetés", "comment_field_too_long": "Túl hosszú hozzászólás ({{length}}/2000).", - "field_too_long": "A mező túl hosszú." + "field_too_long": "A mező túl hosszú.", + "title": "Cím", + "tags": "Címkék" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index bda9c89f..ca041eb2 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -264,5 +264,7 @@ "vote": "suara", "warning": "Peringatan", "comment_field_too_long": "Komentar terlalu panjang ({{length}}/2000).", - "field_too_long": "Kolom terlalu panjang." + "field_too_long": "Kolom terlalu panjang.", + "title": "Judul", + "tags": "Tag" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index ef35e84a..b4b27797 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -264,5 +264,7 @@ "vote": "vota", "warning": "Avviso", "comment_field_too_long": "Commento troppo lungo ({{length}}/2000).", - "field_too_long": "Campo troppo lungo." + "field_too_long": "Campo troppo lungo.", + "title": "Titolo", + "tags": "Tag" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 9b3d010f..dc40856d 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -264,5 +264,7 @@ "vote": "投票", "warning": "警告", "comment_field_too_long": "コメントが長すぎます ({{length}}/2000)。", - "field_too_long": "フィールドが長すぎます。" + "field_too_long": "フィールドが長すぎます。", + "title": "タイトル", + "tags": "タグ" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 358cf6a6..e14dec84 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -264,5 +264,7 @@ "vote": "투표", "warning": "경고", "comment_field_too_long": "댓글이 너무 깁니다 ({{length}}/2000).", - "field_too_long": "필드가 너무 깁니다." + "field_too_long": "필드가 너무 깁니다.", + "title": "제목", + "tags": "태그" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index c75aff39..c5e0d353 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -264,5 +264,7 @@ "vote": "मत", "warning": "चेतावणी", "comment_field_too_long": "टिप्पणी खूप लांब आहे ({{length}}/2000).", - "field_too_long": "फील्ड खूप लांब आहे." + "field_too_long": "फील्ड खूप लांब आहे.", + "title": "सिरसक", + "tags": "टॅग" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index dde1455d..7473df50 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -264,5 +264,7 @@ "vote": "stem", "warning": "Waarschuwing", "comment_field_too_long": "Commentaar te lang ({{length}}/2000).", - "field_too_long": "Veld te lang." + "field_too_long": "Veld te lang.", + "title": "Titel", + "tags": "Tags" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 8e2cce7d..7feb7575 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -264,5 +264,7 @@ "vote": "stemme", "warning": "Advarsel", "comment_field_too_long": "Kommentar for lang ({{length}}/2000).", - "field_too_long": "Feltet er for langt." + "field_too_long": "Feltet er for langt.", + "title": "Tittel", + "tags": "Tags" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 502df6f2..e8ed0bc9 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -264,5 +264,7 @@ "vote": "głos", "warning": "Ostrzeżenie", "comment_field_too_long": "Komentarz za długi ({{length}}/2000).", - "field_too_long": "Pole jest za długie." + "field_too_long": "Pole jest za długie.", + "title": "Tytuł", + "tags": "Tagi" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index bf0bf3fe..10674e1e 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -264,5 +264,7 @@ "vote": "voto", "warning": "Aviso", "comment_field_too_long": "Comentário muito longo ({{length}}/2000).", - "field_too_long": "Campo muito longo." + "field_too_long": "Campo muito longo.", + "title": "Título", + "tags": "Tags" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index d2cf14e0..8e9d5dab 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -264,5 +264,7 @@ "vote": "vot", "warning": "Avertisment", "comment_field_too_long": "Comentariu prea lung ({{length}}/2000).", - "field_too_long": "Câmp prea lung." + "field_too_long": "Câmp prea lung.", + "title": "Titlu", + "tags": "Etichete" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 9c4c4aeb..fb0c2e0f 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -264,5 +264,7 @@ "vote": "голосовать", "warning": "Предупреждение", "comment_field_too_long": "Комментарий слишком длинный ({{length}}/2000).", - "field_too_long": "Поле слишком длинное." + "field_too_long": "Поле слишком длинное.", + "title": "Заголовок", + "tags": "Теги" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index f281f053..a84e2efd 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -264,5 +264,7 @@ "vote": "votim", "warning": "Kujdes", "comment_field_too_long": "Komentar shumë i gjatë ({{length}}/2000).", - "field_too_long": "Fusha është shumë e gjatë." + "field_too_long": "Fusha është shumë e gjatë.", + "title": "Titulli", + "tags": "Etiketa" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 550772b9..134ec9aa 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -264,5 +264,7 @@ "vote": "rösta", "warning": "Varning", "comment_field_too_long": "Kommentar för lång ({{length}}/2000).", - "field_too_long": "Fältet är för långt." + "field_too_long": "Fältet är för långt.", + "title": "Titel", + "tags": "Taggar" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 90f12367..70ffb733 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -264,5 +264,7 @@ "vote": "ఐదు", "warning": "హెచ్చరిక", "comment_field_too_long": "కమెంట్ చాలా పొడుగ్గా ఉంది ({{length}}/2000).", - "field_too_long": "ఫీల్డ్ చాలా పొడుగ్గా ఉంది." + "field_too_long": "ఫీల్డ్ చాలా పొడుగ్గా ఉంది.", + "title": "శీర్షిక", + "tags": "ట్యాగ్స్" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index d34bc670..1b2c748a 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -264,5 +264,7 @@ "vote": "โหวต", "warning": "คำเตือน", "comment_field_too_long": "คอมเมนต์ยาวเกินไป ({{length}}/2000)", - "field_too_long": "ฟิลด์ยาวเกินไป" + "field_too_long": "ฟิลด์ยาวเกินไป", + "title": "ชื่อเรื่อง", + "tags": "แท็ก" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 9d3e52fe..b0a3baa7 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -264,5 +264,7 @@ "vote": "oy", "warning": "Uyarı", "comment_field_too_long": "Yorum çok uzun ({{length}}/2000).", - "field_too_long": "Alan çok uzun." + "field_too_long": "Alan çok uzun.", + "title": "Başlık", + "tags": "Etiketler" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 6d6c79b1..d469b385 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -264,5 +264,7 @@ "vote": "голос", "warning": "Попередження", "comment_field_too_long": "Коментар занадто довгий ({{length}}/2000).", - "field_too_long": "Поле занадто довге." + "field_too_long": "Поле занадто довге.", + "title": "Заголовок", + "tags": "Теги" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index e8acb07d..45651951 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -264,5 +264,7 @@ "vote": "ووٹ", "warning": "چیتاونی", "comment_field_too_long": "تبصرہ بہت طویل ہے ({{length}}/2000).", - "field_too_long": "فیلڈ بہت طویل ہے۔" + "field_too_long": "فیلڈ بہت طویل ہے۔", + "title": "عنوان", + "tags": "ٹٰیگ" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 1bbdf450..2747425f 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -264,5 +264,7 @@ "vote": "bỏ phiếu", "warning": "Cảnh báo", "comment_field_too_long": "Bình luận quá dài ({{length}}/2000).", - "field_too_long": "Trường quá dài." + "field_too_long": "Trường quá dài.", + "title": "Tiêu đề", + "tags": "Thẻ" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 660fa063..7fc499e2 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -264,5 +264,7 @@ "vote": "投票", "warning": "警告", "comment_field_too_long": "评论太长 ({{length}}/2000)。", - "field_too_long": "字段太长。" + "field_too_long": "字段太长。", + "title": "标题", + "tags": "标签" } \ No newline at end of file