Fix vite build release version
Also, make sure "export" strings are not removed (rename to "room_export") and import quotes in the QuoteView correctly.
This commit is contained in:
parent
4c364f93e6
commit
ec992bb14d
34 changed files with 621 additions and 284 deletions
7
src/assets/quotes/fr/quotes.json
Normal file
7
src/assets/quotes/fr/quotes.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"quotes": [
|
||||
|
||||
{
|
||||
"quote":"Je suis un programmeur","author":"Mickey Mouse"}
|
||||
]
|
||||
}
|
||||
|
|
@ -115,7 +115,7 @@
|
|||
"tip_text": "سيتمكن الأعضاء من رؤية نتائج الاستطلاع بعد الإجابة. أغلق الاستطلاع عندما تنتهي لعرض النتائج على الجميع في الغرفة.",
|
||||
"create_poll_menu_option": "إنشاء استطلاع للرأي"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "تم التصدير بتاريخ {date}",
|
||||
"fetched_n_events": "تم جلب {count} من الأحداث",
|
||||
"fetched_n_of_total_events": "تم جلب {count} من أصل {total} من الأحداث",
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@
|
|||
"num_answered": "{count} টি উত্তর",
|
||||
"results_shared": "ফলাফল রুমে প্রকাশ করা হয়েছে।"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "{date} এ এক্সপোর্ট করা হয়েছে",
|
||||
"fetched_n_events": "{count} ইভেন্ট জড় করা হয়েছে",
|
||||
"fetched_n_of_total_events": "{total} টির মধ্যে {count} টি ইভেন্ট জড় করা হয়েছে",
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@
|
|||
"view_results": "གྲུབ་འབྲས་ལ་གཟིགས།",
|
||||
"results_shared": "གྲུབ་འབྲས་ཁ་བརྡ་ཁང་དུ་བརྒྱུད་སྤེལ་བྱེད་ངེས།"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "{date} ཉིན་ལ་ཕྱིར་འདྲེན་བྱས།",
|
||||
"export_filename": "{date} ཉིན་ཕྱིར་འདྲེན་བྱས་པའི་ཁ་བརྡ།",
|
||||
"processed_n_of_total_events": "བྱུང་བ་{total}ཁོངས་ནས་ལས་སྣོན་བྱས་ཟིན་པའི་སྨྱན་སྦྱོར་གྱི་གྲངས {count}",
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@
|
|||
"results_shared": "Die Ergebnisse werden dem Raum mitgeteilt.",
|
||||
"tip_text": "Die Mitglieder sehen die Umfrageergebnisse, nachdem sie geantwortet haben. Schließe die Umfrage, wenn du fertig bist, um die Ergebnisse für alle im Raum anzuzeigen."
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"fetched_n_of_total_events": "{count} von {total} Ereignissen geladen",
|
||||
"exported_date": "Am {date} exportiert",
|
||||
"processed_n_of_total_events": "Medien für {count} von {total} Ereignissen verarbeitet",
|
||||
|
|
|
|||
|
|
@ -426,7 +426,7 @@
|
|||
"num_answered": "{count} answers",
|
||||
"results_shared": "Results shared to the room."
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "Exported on {date}",
|
||||
"fetched_n_events": "Fetched {count} events",
|
||||
"fetched_n_of_total_events": "Fetched {count} of {total} events",
|
||||
|
|
|
|||
|
|
@ -426,7 +426,7 @@
|
|||
"not_supported": "La notificación aún no es compatible con dispositivos móviles",
|
||||
"periodicSync_new_msg_reminder": "Es posible que tengas nuevos mensajes"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"fetched_n_of_total_events": "{count} de {total} eventos recuperados",
|
||||
"export_filename": "Chat exportado el {date}",
|
||||
"exported_date": "Exportado el {date}",
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@
|
|||
"num_answered": "{count} respuestas",
|
||||
"results_shared": "Resultados compartidos a la sala."
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "Exportado el {date}",
|
||||
"fetched_n_events": "Se obtuvieron {count} eventos",
|
||||
"processed_n_of_total_events": "Medios procesados para {count} de {total} eventos",
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
"message_history_warning": "Advertencia: el historial completo de mensajes será visible para los nuevos participantes.",
|
||||
"message_history": "Historial de mensajes"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "Exportado en {date}",
|
||||
"fetched_n_events": "Eventos{count} recuperados",
|
||||
"fetched_n_of_total_events": "Se recuperaron {count} de {total} eventos",
|
||||
|
|
|
|||
|
|
@ -423,7 +423,7 @@
|
|||
"places": "مکان ها"
|
||||
}
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "خروجی گرفته شد در {date}",
|
||||
"fetched_n_events": "{count} رویداد بازیابی شد",
|
||||
"fetched_n_of_total_events": "{count} از {total} رویداد بازیابی شد",
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@
|
|||
"poll_submit": "تسلیم کردن",
|
||||
"num_answered": "{count} جواب"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "خروجی گرفته شد در {date}",
|
||||
"fetched_n_events": "{count} رویداد بازیابی شد",
|
||||
"fetched_n_of_total_events": "{count} از {total} رویداد بازیابی شد",
|
||||
|
|
|
|||
|
|
@ -445,7 +445,7 @@
|
|||
"download_name": "Íoslódáil",
|
||||
"original_text": "<buntéacs>"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "Onnmhairithe ar {date}",
|
||||
"fetched_n_events": "Imeachtaí {count} faighte",
|
||||
"fetched_n_of_total_events": "Fuarthas {count} de {total} imeacht",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"info_auto_join": "بەخێر بێیت بۆ {room}.\nتۆ وەکوو {you} بەشداری دەکەیت.",
|
||||
"change": "گۆڕین"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"export_filename": "چەت لە {date} دەرهێنرا",
|
||||
"exported_date": "لە {date} دەرهێنرا",
|
||||
"fetched_n_events": "{count} ڕووداو هێنرا",
|
||||
|
|
|
|||
|
|
@ -407,7 +407,7 @@
|
|||
"poll_submit": "ສົ່ງ",
|
||||
"num_answered": "{count} ຄຳຕອບ"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "ສົ່ງອອກໃນວັນທີ {date}",
|
||||
"fetched_n_events": "ໄດ້ຮັບ {count} ກິດຈະກຳ",
|
||||
"fetched_n_of_total_events": "ໄດ້ຮັບ {count}ຈາກ {total} ກິດຈະກຳ",
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@
|
|||
"num_answered": "အဖြေ {count}ခု",
|
||||
"results_shared": "ရလဒ်များကို အခန်းသို့ မျှဝေခဲ့သည်။"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"fetched_n_events": "ပွဲအစီအစဉ် {count} ခု ရရှိခဲ့သည်",
|
||||
"fetched_n_of_total_events": "ပွဲအစီအစဉ် {total} တွင် {count} ခု ရရှိခဲ့သည်",
|
||||
"processed_n_of_total_events": "ပွဲအစီအစဉ် {total} တွင် {count} ခုအတွက် မီဒီယာကို စီမံဆောင်ရွက်ခဲ့သည်",
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@
|
|||
"original_text": "<original text>",
|
||||
"download_name": "ډانلوډ"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "{date} نېټه خروجې اخیستل شوې ده",
|
||||
"fetched_n_events": "{count} پېښې بېرته تر لاسه شوې دي",
|
||||
"fetched_n_of_total_events": "له {total} پېښو څخه {count} یې بېرته تر لاسه شوې دي",
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@
|
|||
"view_results": "Ver os resultados",
|
||||
"results_shared": "Resultados compartilhados com a sala."
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "Foi exportado em {date}",
|
||||
"fetched_n_events": "{count} eventos buscados",
|
||||
"fetched_n_of_total_events": "Obteve {count} de {total} eventos",
|
||||
|
|
|
|||
|
|
@ -434,7 +434,7 @@
|
|||
"channel_topic": "Опишите его",
|
||||
"error_channel": "Не удалось создать канал"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"fetched_n_events": "Найдено {count} событий",
|
||||
"fetched_n_of_total_events": "Получено {count} из {total} событий",
|
||||
"export_filename": "Экспортированный чат {date}",
|
||||
|
|
|
|||
|
|
@ -434,7 +434,7 @@
|
|||
"close_tab": "Tarayıcı sekmesini kapat",
|
||||
"view_other_rooms": "Diğer odaları görüntüle"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"exported_date": "{date} tarihinde dışarı aktarıldı",
|
||||
"fetched_n_events": "{count} eylem toplandı",
|
||||
"fetched_n_of_total_events": "{total} eylemden {count}tanesi toplandı",
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@
|
|||
"answer_required": "答案不能为空。 请输入一些文本或删除此选项。",
|
||||
"num_answered": "{count} 答案"
|
||||
},
|
||||
"export": {
|
||||
"room_export": {
|
||||
"fetched_n_events": "获取了 {count} 个事件",
|
||||
"exported_date": "于 {date} 导出",
|
||||
"fetched_n_of_total_events": "已获取 {count} 个事件,共 {total} 个事件",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue