chore: add a script to organize translations (#5586)
* chore: add script to organize translations
* chore: organize translations alphabetically
* chore: add workflow to organize translations and commit changes
* chore: naming
* chore: update action
* test action
* wip
* updated translations
* chore: finish action
* action: organized translations
* Shuffle 🤪
* action: organized translations
---------
Co-authored-by: GleidsonDaniel <GleidsonDaniel@users.noreply.github.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: diegolmello <diegolmello@users.noreply.github.com>
This commit is contained in:
parent
116c217675
commit
06b8910731
|
@ -0,0 +1,44 @@
|
||||||
|
name: organize translations
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'app/i18n/locales/**.json'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
organize-and-commit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
|
||||||
|
- name: Run script to organize JSON keys
|
||||||
|
run: node scripts/organize-translations.js
|
||||||
|
|
||||||
|
- name: Get changed files
|
||||||
|
id: git-check
|
||||||
|
uses: tj-actions/changed-files@v42
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
**.json
|
||||||
|
|
||||||
|
- name: List all changed files
|
||||||
|
if: steps.git-check.outputs.any_changed == 'true'
|
||||||
|
env:
|
||||||
|
ALL_CHANGED_FILES: ${{ steps.git-check.outputs.all_changed_files }}
|
||||||
|
run: |
|
||||||
|
for file in ${ALL_CHANGED_FILES}; do
|
||||||
|
echo "$file was changed"
|
||||||
|
done
|
||||||
|
|
||||||
|
- name: Commit and push if changes
|
||||||
|
if: steps.git-check.outputs.any_changed == 'true'
|
||||||
|
uses: EndBug/add-and-commit@v9
|
||||||
|
with:
|
||||||
|
message: 'action: organized translations'
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1,74 +1,60 @@
|
||||||
{
|
{
|
||||||
"1_person_reacted": "تفاعل شخص واحد",
|
"1_person_reacted": "تفاعل شخص واحد",
|
||||||
"error-action-not-allowed": "غير مسموح بالإجراء {{action}}",
|
"ARCHIVE": "أرشفة",
|
||||||
"error-avatar-invalid-url": "عنوان الصورة الرمزية غير صحيح: {{url}}",
|
"A_meaningful_name_for_the_discussion_room": "اسم معبر لغرفة النقاش",
|
||||||
"error-duplicate-channel-name": "القناة {{room_name}} موجودة مسبقاً",
|
|
||||||
"error-email-send-failed": "خطأ في إرسال البريد اﻹلكتروني: {{message}}",
|
|
||||||
"error-save-image": "خطأ عند حفظ الصورة",
|
|
||||||
"error-save-video": "خطأ عند حفظ الفيديو",
|
|
||||||
"error-file-too-large": "حجم الملف كبير جداً",
|
|
||||||
"error-invalid-email": "عنوان البريد اﻹلكتروني غير صالح {{email}}",
|
|
||||||
"error-invalid-file-type": "نوع الملف غير صالح",
|
|
||||||
"error-invalid-password": "كلمة مرور خاطئة",
|
|
||||||
"error-invalid-room-name": "{{room_name}} اسم الغرفة غير صالح",
|
|
||||||
"error-not-allowed": "غير مسموح",
|
|
||||||
"error-too-many-requests": "خطأ، تلقينا الكثير من الطلبات. من فضلك خفف السرعة، يجب الانتظار لمدة {{seconds}} ثانية قبل المحاولة مرة أخرى",
|
|
||||||
"error-you-are-last-owner": "أنت المالك الأخير. يرجى تعيين مالك جديد قبل مغادرة الغرفة",
|
|
||||||
"Actions": "الإجراءات",
|
"Actions": "الإجراءات",
|
||||||
"Activity": "النشاط",
|
"Activity": "النشاط",
|
||||||
"Add_Server": "إضافة خادم",
|
"Add_Server": "إضافة خادم",
|
||||||
|
"Add_server": "إضافة خادم",
|
||||||
"Add_users": "إضافة مستخدمين",
|
"Add_users": "إضافة مستخدمين",
|
||||||
"Admin_Panel": "لوحة الإدارة",
|
"Admin_Panel": "لوحة الإدارة",
|
||||||
|
"After_seconds_set_by_admin": "بعد {{seconds}} ثوان (حددها المدير)",
|
||||||
"Agent": "المندوب",
|
"Agent": "المندوب",
|
||||||
"Alert": "إنذار",
|
"Alert": "إنذار",
|
||||||
"alert": "إنذار",
|
|
||||||
"alerts": "الإنذارات",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "يمكن لجميع المستخدمين في القناة كتابة رسائل جديدة",
|
|
||||||
"All_users_in_the_team_can_write_new_messages": "يمكن لجميع المستخدمين في الفريق كتابة رسائل جديدة",
|
|
||||||
"A_meaningful_name_for_the_discussion_room": "اسم معبر لغرفة النقاش",
|
|
||||||
"All": "الكل",
|
"All": "الكل",
|
||||||
"All_Messages": "كل الرسائل",
|
"All_Messages": "كل الرسائل",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "يمكن لجميع المستخدمين في القناة كتابة رسائل جديدة",
|
||||||
|
"All_users_in_the_team_can_write_new_messages": "يمكن لجميع المستخدمين في الفريق كتابة رسائل جديدة",
|
||||||
"Allow_Reactions": "السماح للتفاعلات",
|
"Allow_Reactions": "السماح للتفاعلات",
|
||||||
"and": "و",
|
|
||||||
"announcement": "إعلان",
|
|
||||||
"Announcement": "إعلان",
|
"Announcement": "إعلان",
|
||||||
"Apply_Your_Certificate": "طبق شهادتك",
|
"Apply_Your_Certificate": "طبق شهادتك",
|
||||||
"ARCHIVE": "أرشفة",
|
|
||||||
"archive": "أرشفة",
|
|
||||||
"are_typing": "يكتب",
|
|
||||||
"Are_you_sure_question_mark": "هل أنت متأكد؟",
|
"Are_you_sure_question_mark": "هل أنت متأكد؟",
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "متأكد من مغادرة الغرفة {{room}}؟",
|
"Are_you_sure_you_want_to_leave_the_room": "متأكد من مغادرة الغرفة {{room}}؟",
|
||||||
"Automatic": "تلقائي",
|
"Audio": "صوت",
|
||||||
"Auto_Translate": "ترجمة تلقائية",
|
"Auto_Translate": "ترجمة تلقائية",
|
||||||
"Avatar_changed_successfully": "تم تغيير الصورة الرمزية بنجاح!",
|
"Automatic": "تلقائي",
|
||||||
"Avatar_Url": "عنوان ويب الصورة الرمزية",
|
"Avatar_Url": "عنوان ويب الصورة الرمزية",
|
||||||
|
"Avatar_changed_successfully": "تم تغيير الصورة الرمزية بنجاح!",
|
||||||
"Away": "غير متواجد",
|
"Away": "غير متواجد",
|
||||||
"Black": "أسود",
|
"Black": "أسود",
|
||||||
|
"Broadcast_hint": "يمكن فقط للمستخدمين المصرح لهم كتابة رسائل جديدة، ولكن سيتمكن المستخدمون الآخرون من الرد",
|
||||||
"Browser": "المتصفح",
|
"Browser": "المتصفح",
|
||||||
"Busy": "مشغول",
|
"Busy": "مشغول",
|
||||||
|
"Call_already_ended": "تم انهاء المكالمة بالفعل !",
|
||||||
|
"Cancel": "إلغاء",
|
||||||
"Cancel_editing": "إلغاء التعديل",
|
"Cancel_editing": "إلغاء التعديل",
|
||||||
"Cancel_recording": "إلغاء التسجيل الصوتي",
|
"Cancel_recording": "إلغاء التسجيل الصوتي",
|
||||||
"Cancel": "إلغاء",
|
"Certificate_password": "الرقم السري للشهادة",
|
||||||
"changing_avatar": "تغيير الصورة الرمزية",
|
"Change_Language": "تغيير اللغة",
|
||||||
"creating_channel": "إنشاء قناة",
|
"Change_language_loading": "تغيير اللغة",
|
||||||
"creating_invite": "إنشاء دعوة",
|
|
||||||
"Channel_Name": "اسم القناة",
|
"Channel_Name": "اسم القناة",
|
||||||
"Channels": "قنوات",
|
"Channels": "قنوات",
|
||||||
|
"Chat_closed_by_agent": "المندوب أغلق المحادثة",
|
||||||
"Chats": "الرسائل",
|
"Chats": "الرسائل",
|
||||||
"Call_already_ended": "تم انهاء المكالمة بالفعل !",
|
"Choose": "اختر",
|
||||||
|
"Choose_file": "اختر ملف",
|
||||||
|
"Choose_from_library": "اختر من المكتبة",
|
||||||
|
"Choose_where_you_want_links_be_opened": "اختر المكان الذي تريد فتح الروابط فيه",
|
||||||
|
"Clear": "مسح",
|
||||||
|
"Clear_cache": "امسح ذاكرة التخزين المؤقتة للخادم",
|
||||||
|
"Clear_cache_loading": "يتم مسح ذاكرة التخزين",
|
||||||
"Clear_cookies_alert": "هل تريد حذف جميع ملفات تعريف الإرتباط؟",
|
"Clear_cookies_alert": "هل تريد حذف جميع ملفات تعريف الإرتباط؟",
|
||||||
"Clear_cookies_desc": "هذا الإجراء سيحذف ملفات تعريف الإرتباط الخاصة بتسجيل الدخول مما يسمح بتسجيل الدخول لحسابات أخرى",
|
"Clear_cookies_desc": "هذا الإجراء سيحذف ملفات تعريف الإرتباط الخاصة بتسجيل الدخول مما يسمح بتسجيل الدخول لحسابات أخرى",
|
||||||
"Clear_cookies_yes": "نعم، مسح ملفات الإرتباط",
|
|
||||||
"Clear_cookies_no": "لا، احتفظ بملفات تعريف الإرتباط",
|
"Clear_cookies_no": "لا، احتفظ بملفات تعريف الإرتباط",
|
||||||
|
"Clear_cookies_yes": "نعم، مسح ملفات الإرتباط",
|
||||||
"Click_to_join": "انقر للانضمام!",
|
"Click_to_join": "انقر للانضمام!",
|
||||||
"Close": "إغلاق",
|
"Close": "إغلاق",
|
||||||
"Close_emoji_selector": "إغلاق محدد الرموز التعبيرية",
|
"Close_emoji_selector": "إغلاق محدد الرموز التعبيرية",
|
||||||
"Change_language_loading": "تغيير اللغة",
|
|
||||||
"Chat_closed_by_agent": "المندوب أغلق المحادثة",
|
|
||||||
"Choose": "اختر",
|
|
||||||
"Choose_from_library": "اختر من المكتبة",
|
|
||||||
"Choose_file": "اختر ملف",
|
|
||||||
"Choose_where_you_want_links_be_opened": "اختر المكان الذي تريد فتح الروابط فيه",
|
|
||||||
"Code_or_password_invalid": "الرمز أو كلمة المرور خاطئة",
|
"Code_or_password_invalid": "الرمز أو كلمة المرور خاطئة",
|
||||||
"Collaborative": "تعاونية",
|
"Collaborative": "تعاونية",
|
||||||
"Confirm": "تأكيد",
|
"Confirm": "تأكيد",
|
||||||
|
@ -77,75 +63,72 @@
|
||||||
"Contact_us": "تواصل معنا",
|
"Contact_us": "تواصل معنا",
|
||||||
"Contact_your_server_admin": "اتصل بمسؤول الخادم",
|
"Contact_your_server_admin": "اتصل بمسؤول الخادم",
|
||||||
"Continue_with": "متابعة بـ",
|
"Continue_with": "متابعة بـ",
|
||||||
|
"Conversation": "محادثة",
|
||||||
"Copied_to_clipboard": "تم النسخ للحافظة!",
|
"Copied_to_clipboard": "تم النسخ للحافظة!",
|
||||||
"Copy": "نسخ",
|
"Copy": "نسخ",
|
||||||
"Conversation": "محادثة",
|
"Crash_report_disclaimer": "نحن لا نتتبع محتوى محادثاتك أبداً. يحتوي تقرير الأعطال فقط على المعلومات ذات الصلة لنا من أجل تحديد المشاكل وإصلاحها",
|
||||||
"Certificate_password": "الرقم السري للشهادة",
|
"Create": "إنشاء",
|
||||||
"Clear_cache": "امسح ذاكرة التخزين المؤقتة للخادم",
|
"Create_A_New_Channel": "إنشاء Channel جديدة",
|
||||||
"Clear_cache_loading": "يتم مسح ذاكرة التخزين",
|
|
||||||
"Whats_the_password_for_your_certificate": "ماهي كلمة المرور للشهادة؟",
|
|
||||||
"Create_account": "إنشاء حساب",
|
|
||||||
"Create_Channel": "إنشاء قناة",
|
"Create_Channel": "إنشاء قناة",
|
||||||
"Create_Direct_Messages": "إنشاء رسالة مباشرة",
|
"Create_Direct_Messages": "إنشاء رسالة مباشرة",
|
||||||
"Create_Discussion": "إنشاء نقاش",
|
"Create_Discussion": "إنشاء نقاش",
|
||||||
"Created_snippet": "إنشاء مقتطف",
|
|
||||||
"Create_a_new_workspace": "إنشاء مساحة عمل جديدة",
|
"Create_a_new_workspace": "إنشاء مساحة عمل جديدة",
|
||||||
"Create": "إنشاء",
|
"Create_account": "إنشاء حساب",
|
||||||
|
"Created_snippet": "إنشاء مقتطف",
|
||||||
|
"DELETE": "حذف",
|
||||||
"Dark": "داكن",
|
"Dark": "داكن",
|
||||||
"Dark_level": "مستوى السمة الداكنة",
|
"Dark_level": "مستوى السمة الداكنة",
|
||||||
"Default": "افتراضي",
|
"Default": "افتراضي",
|
||||||
"Default_browser": "المتصفح الأساسي",
|
"Default_browser": "المتصفح الأساسي",
|
||||||
|
"Delete": "حذف",
|
||||||
"Delete_Room_Warning": "سيؤدي حذف الغرفة إلى حذف جميع الرسائل المنشورة. لا يمكن التراجع بعد الحذف",
|
"Delete_Room_Warning": "سيؤدي حذف الغرفة إلى حذف جميع الرسائل المنشورة. لا يمكن التراجع بعد الحذف",
|
||||||
"Department": "القسم",
|
"Department": "القسم",
|
||||||
"delete": "حذف",
|
|
||||||
"Delete": "حذف",
|
|
||||||
"DELETE": "حذف",
|
|
||||||
"move": "حرك",
|
|
||||||
"deleting_room": "حذف الغرفة",
|
|
||||||
"description": "وصف",
|
|
||||||
"Description": "وصف",
|
"Description": "وصف",
|
||||||
"Desktop_Notifications": "إخطارات سطح المكتب",
|
|
||||||
"Desktop_Alert_info": "هذه الإشعارات ترسل لسطح المكتب",
|
"Desktop_Alert_info": "هذه الإشعارات ترسل لسطح المكتب",
|
||||||
"Directory": "مجلد",
|
"Desktop_Notifications": "إخطارات سطح المكتب",
|
||||||
"Direct_Messages": "رسالة مباشرة",
|
"Direct_Messages": "رسالة مباشرة",
|
||||||
"Discussions": "مناقشات",
|
"Direct_message_someone": "رسالة مباشرة لشخص ما",
|
||||||
|
"Directory": "مجلد",
|
||||||
"Discussion_Desc": "ساهم بإعطاء نظرة عامة لما يجري. عند إنشاء مناقشة يتم إنشاء قناة فرعية وربطها بالقناة المحددة",
|
"Discussion_Desc": "ساهم بإعطاء نظرة عامة لما يجري. عند إنشاء مناقشة يتم إنشاء قناة فرعية وربطها بالقناة المحددة",
|
||||||
"Discussion_name": "اسم النقاش",
|
"Discussion_name": "اسم النقاش",
|
||||||
"Dont_Have_An_Account": "ليس لديك حساب؟",
|
"Discussions": "مناقشات",
|
||||||
"Do_you_have_an_account": "هل لديك حساب؟",
|
"Displays_action_text": "يعرض نص الإجراء",
|
||||||
"Do_you_have_a_certificate": "هل لديك شهادة؟",
|
"Do_you_have_a_certificate": "هل لديك شهادة؟",
|
||||||
|
"Do_you_have_an_account": "هل لديك حساب؟",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "هل تريد حقاً {{key}} هذه الغرفة؟",
|
"Do_you_really_want_to_key_this_room_question_mark": "هل تريد حقاً {{key}} هذه الغرفة؟",
|
||||||
|
"Dont_Have_An_Account": "ليس لديك حساب؟",
|
||||||
|
"Dont_activate": "لا تقم بالتفعيل الآن",
|
||||||
"E2E_How_It_Works_info1": "يمكنك الآن إنشاء مجموعات خاصة ورسائل مباشرة مشفرة. بإمكانك أيضاً تشفير المجموعات الخاصة والرسائل المباشرة الموجودة مسبقاً",
|
"E2E_How_It_Works_info1": "يمكنك الآن إنشاء مجموعات خاصة ورسائل مباشرة مشفرة. بإمكانك أيضاً تشفير المجموعات الخاصة والرسائل المباشرة الموجودة مسبقاً",
|
||||||
"E2E_How_It_Works_info2": "التشفير يتم بين الطرفيات بمعنى أن المفتاح سيستخدم لتشفير وفك تشفير رسائلك ولن يتم حفظه في الخادم. لذلك يترتب عليك حفظ كلمة المرور هذه في مكان آمن",
|
"E2E_How_It_Works_info2": "التشفير يتم بين الطرفيات بمعنى أن المفتاح سيستخدم لتشفير وفك تشفير رسائلك ولن يتم حفظه في الخادم. لذلك يترتب عليك حفظ كلمة المرور هذه في مكان آمن",
|
||||||
"E2E_How_It_Works_info3": "حين الاستمرار سيتم إنشاء كلمة المرور بين الطرفيات",
|
"E2E_How_It_Works_info3": "حين الاستمرار سيتم إنشاء كلمة المرور بين الطرفيات",
|
||||||
"E2E_How_It_Works_info4": "بإمكانك أيضاً إنشاء كلمة مرور جديدة لمفتاح التشفير في أي وقت عند دخولك بكلمة المرور الحالية لمفتاح التشفير",
|
"E2E_How_It_Works_info4": "بإمكانك أيضاً إنشاء كلمة مرور جديدة لمفتاح التشفير في أي وقت عند دخولك بكلمة المرور الحالية لمفتاح التشفير",
|
||||||
"Edit": "تعديل",
|
"Edit": "تعديل",
|
||||||
"Edit_Status": "تعديل الحالة",
|
|
||||||
"Edit_Invite": "تعديل الدعوة",
|
"Edit_Invite": "تعديل الدعوة",
|
||||||
"End_to_end_encrypted_room": "غرفة مشفرة بين الطرفيات",
|
"Edit_Status": "تعديل الحالة",
|
||||||
|
"Email": "البريد الإلكتروني",
|
||||||
"Email_Notification_Mode_All": "لكل إشارة أو رسالة مباشرة",
|
"Email_Notification_Mode_All": "لكل إشارة أو رسالة مباشرة",
|
||||||
"Email_Notification_Mode_Disabled": "معطل",
|
"Email_Notification_Mode_Disabled": "معطل",
|
||||||
"Email": "البريد الإلكتروني",
|
|
||||||
"Enable_Auto_Translate": "تمكين الترجمة التلقائية",
|
"Enable_Auto_Translate": "تمكين الترجمة التلقائية",
|
||||||
"Encrypted": "مشفر",
|
"Encrypted": "مشفر",
|
||||||
"Encrypted_message": "رسالة مشفرة",
|
"Encrypted_message": "رسالة مشفرة",
|
||||||
|
"Encryption_error_desc": "تعذر قراءة مفتاح التشفير أثناء الاستيراد",
|
||||||
|
"Encryption_error_title": "كلمة المرور المشفرة خاطئة",
|
||||||
|
"End_to_end_encrypted_room": "غرفة مشفرة بين الطرفيات",
|
||||||
"Enter_Your_E2E_Password": "أدخل كلمة المرور بين الطرفيات",
|
"Enter_Your_E2E_Password": "أدخل كلمة المرور بين الطرفيات",
|
||||||
"Enter_Your_Encryption_Password_desc1": "سيمكنك هذا من الوصول لرسائلك المباشرة والمجموعات الخاصة",
|
"Enter_Your_Encryption_Password_desc1": "سيمكنك هذا من الوصول لرسائلك المباشرة والمجموعات الخاصة",
|
||||||
"Enter_Your_Encryption_Password_desc2": "يجب إدخال كلمة المرور لتشفير وفك تشفير الرسائل المرسلة",
|
"Enter_Your_Encryption_Password_desc2": "يجب إدخال كلمة المرور لتشفير وفك تشفير الرسائل المرسلة",
|
||||||
"Encryption_error_title": "كلمة المرور المشفرة خاطئة",
|
"Error_uploading": "خطأ في الرفع",
|
||||||
"Encryption_error_desc": "تعذر قراءة مفتاح التشفير أثناء الاستيراد",
|
|
||||||
"Everyone_can_access_this_channel": "يمكن للجميع الوصول إلى هذه القناة",
|
"Everyone_can_access_this_channel": "يمكن للجميع الوصول إلى هذه القناة",
|
||||||
"Everyone_can_access_this_team": "يمكن للجميع الوصول إلى هذا الفريق",
|
"Everyone_can_access_this_team": "يمكن للجميع الوصول إلى هذا الفريق",
|
||||||
"Error_uploading": "خطأ في الرفع",
|
|
||||||
"Expiration_Days": "انتهاء (أيام)",
|
"Expiration_Days": "انتهاء (أيام)",
|
||||||
"Favorites": "مفضلات",
|
"Favorites": "مفضلات",
|
||||||
"Files": "ملفات",
|
|
||||||
"File_description": "وصف الملف",
|
"File_description": "وصف الملف",
|
||||||
|
"Files": "ملفات",
|
||||||
"Finish_recording": "إنهاء التسجيل",
|
"Finish_recording": "إنهاء التسجيل",
|
||||||
"Following_thread": "متابعة الموضوع",
|
"Following_thread": "متابعة الموضوع",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "من أجل حمايتك، يجب عليك إدخال كلمة المرور الحالية للمتابعة",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "من أجل حمايتك، يجب عليك إدخال كلمة المرور الحالية للمتابعة",
|
||||||
"Forgot_password_If_this_email_is_registered": "إن كان البريد الإلكتروني مسجلاً، فسنرسل تعليمات إعادة تعيين كلمة المرور الخاصة بك. إذا لم تتلق بريداً إلكترونياً قريباً، فيرجى العودة والمحاولة مرة أخرى",
|
|
||||||
"Forgot_password": "هل نسيت كلمة المرور؟",
|
"Forgot_password": "هل نسيت كلمة المرور؟",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "إن كان البريد الإلكتروني مسجلاً، فسنرسل تعليمات إعادة تعيين كلمة المرور الخاصة بك. إذا لم تتلق بريداً إلكترونياً قريباً، فيرجى العودة والمحاولة مرة أخرى",
|
||||||
"Forward": "إعادة توجيه",
|
"Forward": "إعادة توجيه",
|
||||||
"Forward_Chat": "إعادة توجيه المحادثة",
|
"Forward_Chat": "إعادة توجيه المحادثة",
|
||||||
"Forward_to_department": "إعادة توجيه للقسم",
|
"Forward_to_department": "إعادة توجيه للقسم",
|
||||||
|
@ -153,109 +136,135 @@
|
||||||
"Full_table": "انقر لرؤية الجدول كاملاً",
|
"Full_table": "انقر لرؤية الجدول كاملاً",
|
||||||
"Generate_New_Link": "إنشاء رابط جديد",
|
"Generate_New_Link": "إنشاء رابط جديد",
|
||||||
"Hide_System_Messages": "إخفاء رسائل النظام",
|
"Hide_System_Messages": "إخفاء رسائل النظام",
|
||||||
|
"Hide_room": "إخفاء",
|
||||||
"Hide_type_messages": "إخفاء رسائل \"{{type}}\"",
|
"Hide_type_messages": "إخفاء رسائل \"{{type}}\"",
|
||||||
"How_It_Works": "طريقة العمل",
|
"How_It_Works": "طريقة العمل",
|
||||||
"Message_HideType_uj": "مستخدم انضم",
|
|
||||||
"Message_HideType_ul": "مستخدم غادر",
|
|
||||||
"Message_HideType_ru": "مستخدم حُذف",
|
|
||||||
"Message_HideType_au": "مستخدم أضيف",
|
|
||||||
"Message_HideType_mute_unmute": "صوت المستخدم كتم / فتح",
|
|
||||||
"Message_HideType_r": "اسم الغرفة تغير",
|
|
||||||
"Message_HideType_ut": "مستخدم انضم للمحادثة",
|
|
||||||
"Message_HideType_wm": "ترحيب",
|
|
||||||
"Message_HideType_rm": "رسالة حُذفت",
|
|
||||||
"Message_HideType_subscription_role_added": "تعيين دور جديد",
|
|
||||||
"Message_HideType_subscription_role_removed": "دور أصبح غير معرف",
|
|
||||||
"Message_HideType_room_archived": "غرفة أرشفت",
|
|
||||||
"Message_HideType_room_unarchived": "غرفة ألغيت أرشفتها",
|
|
||||||
"I_Saved_My_E2E_Password": "قمت بحفظ كلمة المرور الطرفية",
|
|
||||||
"IP": " عنوان بروتوكول الإنترنت (الآيبي)",
|
"IP": " عنوان بروتوكول الإنترنت (الآيبي)",
|
||||||
"In_app": "في التطبيق",
|
"I_Saved_My_E2E_Password": "قمت بحفظ كلمة المرور الطرفية",
|
||||||
"In_App_And_Desktop": "تطبيق داخلي وسطح المكتب",
|
"In_App_And_Desktop": "تطبيق داخلي وسطح المكتب",
|
||||||
"In_App_and_Desktop_Alert_info": "يعرض شعاراً أعلى الشاشة عندما يكون التطبيق مفتوحًا، ويعرض إشعاراً على سطح المكتب",
|
"In_App_and_Desktop_Alert_info": "يعرض شعاراً أعلى الشاشة عندما يكون التطبيق مفتوحًا، ويعرض إشعاراً على سطح المكتب",
|
||||||
"Invisible": "غير مرئي",
|
"In_app": "في التطبيق",
|
||||||
"is_typing": "يكتب",
|
"Insert_Join_Code": "ضع رمز الانضمام",
|
||||||
"Invalid_or_expired_invite_token": "رمز الدعوة غير صالح أو منتهي الصلاحية",
|
"Invalid_or_expired_invite_token": "رمز الدعوة غير صالح أو منتهي الصلاحية",
|
||||||
"Invalid_server_version": "الخادم الذي تحاول الاتصال به يستخدم إصدارا لم يعد مدعوماً: {{currentVersion}}.\n\n النسخ المدعومة تبدأ من {{minVersion}}",
|
"Invalid_server_version": "الخادم الذي تحاول الاتصال به يستخدم إصدارا لم يعد مدعوماً: {{currentVersion}}.\n\n النسخ المدعومة تبدأ من {{minVersion}}",
|
||||||
|
"Invisible": "غير مرئي",
|
||||||
"Invite_Link": "رابط الدعوة",
|
"Invite_Link": "رابط الدعوة",
|
||||||
|
"Invite_user_to_join_channel": "دعوة مستخدم واحد إلى الانضمام إلى هذه القناة",
|
||||||
|
"Invite_user_to_join_channel_all_from": "دعوة جميع المستخدمين من [#channel] إلى الانضمام إلى هذه القناة",
|
||||||
|
"Invite_user_to_join_channel_all_to": "دعوة جميع المستخدمين من هذه القناة إلى الانضمام إلى [#channel]",
|
||||||
"Invite_users": "دعوة المستخدمين",
|
"Invite_users": "دعوة المستخدمين",
|
||||||
"Join": "انضم",
|
"Join": "انضم",
|
||||||
"Join_Code": "رمز الانضمام",
|
"Join_Code": "رمز الانضمام",
|
||||||
"Insert_Join_Code": "ضع رمز الانضمام",
|
|
||||||
"Join_our_open_workspace": "انضم لمساحة عملنا المفتوحة",
|
"Join_our_open_workspace": "انضم لمساحة عملنا المفتوحة",
|
||||||
|
"Join_the_given_channel": "انضمام إلى القناة المحددة",
|
||||||
"Just_invited_people_can_access_this_channel": "يمكن للأشخاص المدعوين فقط الوصول إلى هذه القناة",
|
"Just_invited_people_can_access_this_channel": "يمكن للأشخاص المدعوين فقط الوصول إلى هذه القناة",
|
||||||
"Just_invited_people_can_access_this_team": "فقط الأشخاص المدعوين يمكنهم الوصول إلى هذا الفريق",
|
"Just_invited_people_can_access_this_team": "فقط الأشخاص المدعوين يمكنهم الوصول إلى هذا الفريق",
|
||||||
"Language": "اللغة",
|
"Language": "اللغة",
|
||||||
"last_message": "الرسالة الأخيرة",
|
|
||||||
"leaving_room": "مغادرة الغرفة",
|
|
||||||
"Leave": "مغادرة الغرفة",
|
"Leave": "مغادرة الغرفة",
|
||||||
"leave": "مغادرة",
|
"Leave_the_current_channel": "مغادرة القناة الحالية",
|
||||||
"Legal": "قانوني",
|
"Legal": "قانوني",
|
||||||
"Light": "ساطع",
|
|
||||||
"License": "رخصة",
|
"License": "رخصة",
|
||||||
|
"Light": "ساطع",
|
||||||
|
"Local_authentication_auto_lock_1800": "بعد 30 دقيقة",
|
||||||
|
"Local_authentication_auto_lock_300": "بعد 5 دقائق",
|
||||||
|
"Local_authentication_auto_lock_3600": "بعد ساعة",
|
||||||
|
"Local_authentication_auto_lock_60": "بعد دقيقة",
|
||||||
|
"Local_authentication_auto_lock_900": "بعد 15 دقيقة",
|
||||||
|
"Local_authentication_biometry_fallback": "استخدم كلمة المرور",
|
||||||
|
"Local_authentication_biometry_title": "صادق",
|
||||||
|
"Local_authentication_change_passcode": "تغيير كلمة المرور",
|
||||||
|
"Local_authentication_facial_recognition": "التعرف على الوجه",
|
||||||
|
"Local_authentication_fingerprint": "البصمة",
|
||||||
|
"Local_authentication_info": "تنويه: يجب حذف التطبيق عند نسيان كلمة المرور",
|
||||||
|
"Local_authentication_unlock_option": "افتح القفل بكلمة المرور",
|
||||||
|
"Local_authentication_unlock_with_label": "فتح القفل بـ {{label}}",
|
||||||
|
"Log_analytics_events": "تحليلات سجل الأحداث",
|
||||||
|
"Logged_out_by_server": "لقد تم تسجيل خروجك من قبل الخادم. الرجاد الدخول من جديد",
|
||||||
|
"Logged_out_of_other_clients_successfully": "تم تسجيل الخروج من الأماكن الأخرى بنجاح",
|
||||||
|
"Logging_out": "تسجيل الخروج",
|
||||||
"Login": "تسجيل الدخول",
|
"Login": "تسجيل الدخول",
|
||||||
"Login_error": "تم رفض تسجيل الدخول الرجاء المحاولة مرة أخرى",
|
"Login_error": "تم رفض تسجيل الدخول الرجاء المحاولة مرة أخرى",
|
||||||
"Logging_out": "تسجيل الخروج",
|
|
||||||
"Logout": "تسجيل الخروج",
|
"Logout": "تسجيل الخروج",
|
||||||
"Max_number_of_uses": "أقصى عدد للاستخدام",
|
"Logout_failed": "فشل تسجيل الخروج!",
|
||||||
|
"Logout_from_other_logged_in_locations": "تسجيل الخروج من الأماكن الأخرى",
|
||||||
|
"Mark_unread": "علامة غير مقروء",
|
||||||
"Max_number_of_users_allowed_is_number": "أقصى عدد للمستخدمين {{maxUsers}}",
|
"Max_number_of_users_allowed_is_number": "أقصى عدد للمستخدمين {{maxUsers}}",
|
||||||
"members": "أفراد",
|
"Max_number_of_uses": "أقصى عدد للاستخدام",
|
||||||
"Members": "أفراد",
|
"Members": "أفراد",
|
||||||
"Mentions": "الإشارات",
|
"Mentions": "الإشارات",
|
||||||
|
"Message": "الرسالة",
|
||||||
|
"Message_HideType_au": "مستخدم أضيف",
|
||||||
|
"Message_HideType_mute_unmute": "صوت المستخدم كتم / فتح",
|
||||||
|
"Message_HideType_r": "اسم الغرفة تغير",
|
||||||
|
"Message_HideType_rm": "رسالة حُذفت",
|
||||||
|
"Message_HideType_room_archived": "غرفة أرشفت",
|
||||||
|
"Message_HideType_room_unarchived": "غرفة ألغيت أرشفتها",
|
||||||
|
"Message_HideType_ru": "مستخدم حُذف",
|
||||||
|
"Message_HideType_subscription_role_added": "تعيين دور جديد",
|
||||||
|
"Message_HideType_subscription_role_removed": "دور أصبح غير معرف",
|
||||||
|
"Message_HideType_uj": "مستخدم انضم",
|
||||||
|
"Message_HideType_ul": "مستخدم غادر",
|
||||||
|
"Message_HideType_ut": "مستخدم انضم للمحادثة",
|
||||||
|
"Message_HideType_wm": "ترحيب",
|
||||||
|
"Message_Reported": "تم التبليغ على الرسالة",
|
||||||
"Message_actions": "إجراءات الرسالة",
|
"Message_actions": "إجراءات الرسالة",
|
||||||
"Message_removed": "الرسالة حذفت",
|
"Message_removed": "الرسالة حذفت",
|
||||||
"Message_starred": "الرسالة مميزة",
|
"Message_starred": "الرسالة مميزة",
|
||||||
"Message_unstarred": "الرسالة غير مميزة",
|
"Message_unstarred": "الرسالة غير مميزة",
|
||||||
"message": "رسالة",
|
|
||||||
"messages": "رسائل",
|
|
||||||
"Message": "الرسالة",
|
|
||||||
"Message_Reported": "تم التبليغ على الرسالة",
|
|
||||||
"Mute": "كتم",
|
"Mute": "كتم",
|
||||||
"muted": "مكتوم",
|
"Mute_someone_in_room": "كتم صوت شخص ما في الغرفة",
|
||||||
|
"N_channels": "{{n}} القنوات",
|
||||||
"N_people_reacted": "{{n}} تفاعل الناس",
|
"N_people_reacted": "{{n}} تفاعل الناس",
|
||||||
"N_users": "{{n}} مستخدمين",
|
"N_users": "{{n}} مستخدمين",
|
||||||
"N_channels": "{{n}} القنوات",
|
|
||||||
"Name": "اسم",
|
"Name": "اسم",
|
||||||
"Never": "أبداً",
|
"Never": "أبداً",
|
||||||
"New_Message": "رسالة جديدة",
|
"New_Message": "رسالة جديدة",
|
||||||
"New_Password": "كلمة مرور جديدة",
|
"New_Password": "كلمة مرور جديدة",
|
||||||
"Next": "التالي",
|
"Next": "التالي",
|
||||||
|
"No_Message": "لا رسائل",
|
||||||
|
"No_Reactions": "لا تفاعل",
|
||||||
|
"No_Read_Receipts": "لا إيصالات قراءة",
|
||||||
|
"No_available_agents_to_transfer": "المندوبين غير متوفرين حالياً",
|
||||||
"No_files": "لا ملفات",
|
"No_files": "لا ملفات",
|
||||||
|
"No_label_provided": "لا {{label}} معطى",
|
||||||
"No_limit": "لا حدود",
|
"No_limit": "لا حدود",
|
||||||
"No_mentioned_messages": "لا رسائل مشارة",
|
"No_mentioned_messages": "لا رسائل مشارة",
|
||||||
|
"No_messages_yet": "لا رسائل حتى اﻵن",
|
||||||
"No_pinned_messages": "لا رسائل مثبتة",
|
"No_pinned_messages": "لا رسائل مثبتة",
|
||||||
"No_results_found": "لا نتائج",
|
"No_results_found": "لا نتائج",
|
||||||
"No_starred_messages": "لا رسائل مميزة",
|
"No_starred_messages": "لا رسائل مميزة",
|
||||||
"No_label_provided": "لا {{label}} معطى",
|
|
||||||
"No_Message": "لا رسائل",
|
|
||||||
"No_messages_yet": "لا رسائل حتى اﻵن",
|
|
||||||
"No_Reactions": "لا تفاعل",
|
|
||||||
"No_Read_Receipts": "لا إيصالات قراءة",
|
|
||||||
"Not_RC_Server": "هذا ليس بخادم Rocket.Chat.\n{{contact}}",
|
"Not_RC_Server": "هذا ليس بخادم Rocket.Chat.\n{{contact}}",
|
||||||
"Nothing": "لا شيء",
|
"Nothing": "لا شيء",
|
||||||
"Nothing_to_save": "لا شيء للحفظ!",
|
"Nothing_to_save": "لا شيء للحفظ!",
|
||||||
|
"Notification_Preferences": "تفضيلات الإشعار",
|
||||||
|
"Notifications": "الإشعارات",
|
||||||
"Notify_active_in_this_room": "أبلغ المستخدمين النشطين في هذه الغرفة",
|
"Notify_active_in_this_room": "أبلغ المستخدمين النشطين في هذه الغرفة",
|
||||||
"Notify_all_in_this_room": "أبلغ الجميع في الغرفة",
|
"Notify_all_in_this_room": "أبلغ الجميع في الغرفة",
|
||||||
"Notifications": "الإشعارات",
|
|
||||||
"Notification_Preferences": "تفضيلات الإشعار",
|
|
||||||
"No_available_agents_to_transfer": "المندوبين غير متوفرين حالياً",
|
|
||||||
"Oops": "عفوًا!",
|
|
||||||
"Omnichannel": "القنوات الموحدة",
|
|
||||||
"Omnichannel_enable_alert": "أنت غير متاح ",
|
|
||||||
"Onboarding_subtitle": "ما بعد بيئة فريق تعاونية",
|
|
||||||
"Onboarding_join_open_description": "انضم لمساحة عملنا للتواصل مع فريق Rocket.Chat ومع المجتمع",
|
|
||||||
"Onboarding_agree_terms": "بالمواصلة أنت توافق على Rocket.Chat",
|
|
||||||
"Onboarding_less_options": "خيارات أقل",
|
|
||||||
"Onboarding_more_options": "خيارات أكثر",
|
|
||||||
"Online": "متصل",
|
|
||||||
"Only_authorized_users_can_write_new_messages": "يمكن للمستخدمين المصرح لهم فقط كتابة رسائل جديدة",
|
|
||||||
"Open_emoji_selector": "افتح محدد الرموز التعبيرية",
|
|
||||||
"Open_your_authentication_app_and_enter_the_code": "افتح تطبيق المصادقة الخاص بك وأدخل الرمز",
|
|
||||||
"OR": "أو",
|
"OR": "أو",
|
||||||
"OS": "نظام التشغيل",
|
"OS": "نظام التشغيل",
|
||||||
|
"Omnichannel": "القنوات الموحدة",
|
||||||
|
"Omnichannel_enable_alert": "أنت غير متاح ",
|
||||||
|
"Onboarding_agree_terms": "بالمواصلة أنت توافق على Rocket.Chat",
|
||||||
|
"Onboarding_join_open_description": "انضم لمساحة عملنا للتواصل مع فريق Rocket.Chat ومع المجتمع",
|
||||||
|
"Onboarding_less_options": "خيارات أقل",
|
||||||
|
"Onboarding_more_options": "خيارات أكثر",
|
||||||
|
"Onboarding_subtitle": "ما بعد بيئة فريق تعاونية",
|
||||||
|
"Online": "متصل",
|
||||||
|
"Only_authorized_users_can_write_new_messages": "يمكن للمستخدمين المصرح لهم فقط كتابة رسائل جديدة",
|
||||||
|
"Oops": "عفوًا!",
|
||||||
|
"Open_Livechats": "محادثات مباشرة جارية",
|
||||||
|
"Open_emoji_selector": "افتح محدد الرموز التعبيرية",
|
||||||
|
"Open_your_authentication_app_and_enter_the_code": "افتح تطبيق المصادقة الخاص بك وأدخل الرمز",
|
||||||
"Overwrites_the_server_configuration_and_use_room_config": "يمكن للمستخدمين المصرح لهم فقط كتابة رسائل جديدة",
|
"Overwrites_the_server_configuration_and_use_room_config": "يمكن للمستخدمين المصرح لهم فقط كتابة رسائل جديدة",
|
||||||
"Password": "كلمة المرور",
|
|
||||||
"Parent_channel_or_group": "القناة أو المجموعة الأب",
|
"Parent_channel_or_group": "القناة أو المجموعة الأب",
|
||||||
|
"Passcode_app_locked_subtitle": "حاول مجدداً بعد {{timeLeft}} ثوان",
|
||||||
|
"Passcode_app_locked_title": "التطبيق مقفل",
|
||||||
|
"Passcode_choose_confirm_title": "تأكيد كلمة المرور الجديدة",
|
||||||
|
"Passcode_choose_error": "كلمة المرور غير متطابقة. حاول مجدداً",
|
||||||
|
"Passcode_choose_force_set": "كلمة المرور مطلوبة من المشرف",
|
||||||
|
"Passcode_choose_title": "اختر كلمة المرور الجديدة",
|
||||||
|
"Passcode_enter_title": "أدخل كلمة المرور",
|
||||||
|
"Password": "كلمة المرور",
|
||||||
"Permalink_copied_to_clipboard": "تم نسخ الرابط الثابت إلى الحافظة!",
|
"Permalink_copied_to_clipboard": "تم نسخ الرابط الثابت إلى الحافظة!",
|
||||||
"Phone": "الهاتف",
|
"Phone": "الهاتف",
|
||||||
"Pin": "ثبت",
|
"Pin": "ثبت",
|
||||||
|
@ -267,66 +276,64 @@
|
||||||
"Privacy_Policy": "سياسة الخصوصية",
|
"Privacy_Policy": "سياسة الخصوصية",
|
||||||
"Private": "خاص",
|
"Private": "خاص",
|
||||||
"Processing": "جار معالجة...",
|
"Processing": "جار معالجة...",
|
||||||
"Profile_saved_successfully": "تم حفظ الملف الشخصي بنجاح!",
|
|
||||||
"Profile": "الملف الشخصي",
|
"Profile": "الملف الشخصي",
|
||||||
|
"Profile_saved_successfully": "تم حفظ الملف الشخصي بنجاح!",
|
||||||
"Public": "عام",
|
"Public": "عام",
|
||||||
"Push_Notifications_Alert_Info": "يتم إرسال هذه الإشعارات إليك عندما لا يكون التطبيق مفتوحاً",
|
"Push_Notifications_Alert_Info": "يتم إرسال هذه الإشعارات إليك عندما لا يكون التطبيق مفتوحاً",
|
||||||
|
"Queued_chats": "محادثات في قائمى الانتظار",
|
||||||
"Quote": "اقتباس",
|
"Quote": "اقتباس",
|
||||||
|
"RESET": "إعادة",
|
||||||
"Reactions_are_disabled": "التفاعل معطل",
|
"Reactions_are_disabled": "التفاعل معطل",
|
||||||
"Reactions_are_enabled": "التفاعل مفعل",
|
"Reactions_are_enabled": "التفاعل مفعل",
|
||||||
"Read_External_Permission_Message": "يحتاج Rocket.chat للوصول إلى الصور والملفات الموجودة على الجهاز",
|
|
||||||
"Read_External_Permission": "صلاحية قراءة الوسائط",
|
"Read_External_Permission": "صلاحية قراءة الوسائط",
|
||||||
|
"Read_External_Permission_Message": "يحتاج Rocket.chat للوصول إلى الصور والملفات الموجودة على الجهاز",
|
||||||
"Read_Only": "قراءة فقط",
|
"Read_Only": "قراءة فقط",
|
||||||
"Read_Receipt": "قراءة المستلم",
|
"Read_Receipt": "قراءة المستلم",
|
||||||
"Receive_Group_Mentions": "تلقي إشارات المجموعة",
|
"Receive_Group_Mentions": "تلقي إشارات المجموعة",
|
||||||
"Receive_Group_Mentions_Info": "تلقي @all و @here للإشعارات",
|
"Receive_Group_Mentions_Info": "تلقي @all و @here للإشعارات",
|
||||||
"Register": "تسجيل",
|
|
||||||
"replies": "ردود",
|
|
||||||
"reply": "رد",
|
|
||||||
"Reply": "رد",
|
|
||||||
"Report": "بلاغ",
|
|
||||||
"Receive_Notification": "استلام الإشعار",
|
"Receive_Notification": "استلام الإشعار",
|
||||||
"Receive_notifications_from": "استلام الإشعارات من {{name}}",
|
"Receive_notifications_from": "استلام الإشعارات من {{name}}",
|
||||||
|
"Register": "تسجيل",
|
||||||
|
"Registration_Succeeded": "تم التسجيل بنجاح",
|
||||||
|
"Remove": "حذف",
|
||||||
|
"Remove_someone_from_room": "إزالة شخص من الغرفة",
|
||||||
|
"Reply": "رد",
|
||||||
|
"Reply_in_Thread": "الرد في موضوع",
|
||||||
|
"Report": "بلاغ",
|
||||||
"Resend": "أعد الإرسال",
|
"Resend": "أعد الإرسال",
|
||||||
"Reset_password": "إعادة تعيين كلمة المرور",
|
"Reset_password": "إعادة تعيين كلمة المرور",
|
||||||
"resetting_password": "إعادة تعيين كلمة المرور",
|
|
||||||
"RESET": "إعادة",
|
|
||||||
"Review_app_title": "هل أنت مستمتع بهذا التطبيق؟",
|
|
||||||
"Review_app_desc": "قم بإعطائنا 5 نجوم {{store}}",
|
"Review_app_desc": "قم بإعطائنا 5 نجوم {{store}}",
|
||||||
"Review_app_yes": "أكيد!",
|
|
||||||
"Review_app_no": "لا",
|
|
||||||
"Review_app_later": "ربما لاحقاً",
|
"Review_app_later": "ربما لاحقاً",
|
||||||
|
"Review_app_no": "لا",
|
||||||
|
"Review_app_title": "هل أنت مستمتع بهذا التطبيق؟",
|
||||||
"Review_app_unable_store": "لم يتمكن من فتح {{store}}",
|
"Review_app_unable_store": "لم يتمكن من فتح {{store}}",
|
||||||
|
"Review_app_yes": "أكيد!",
|
||||||
"Review_this_app": "تقييم هذا التطبيق",
|
"Review_this_app": "تقييم هذا التطبيق",
|
||||||
"Remove": "حذف",
|
|
||||||
"remove": "حذف",
|
|
||||||
"Roles": "أدوار",
|
"Roles": "أدوار",
|
||||||
"Room_Info_Edit": "تعديل معلومات الغرفة",
|
|
||||||
"Room_Info": "معلومات الغرفة",
|
"Room_Info": "معلومات الغرفة",
|
||||||
|
"Room_Info_Edit": "تعديل معلومات الغرفة",
|
||||||
"SAVE": "حفظ",
|
"SAVE": "حفظ",
|
||||||
"Save_Changes": "حفظ التغيرات",
|
|
||||||
"Save": "حفظ",
|
"Save": "حفظ",
|
||||||
"Saved": "تم الحفظ",
|
"Save_Changes": "حفظ التغيرات",
|
||||||
"saving_preferences": "حفظ التفضيلات",
|
|
||||||
"saving_profile": "حفظ الملف الشخصي",
|
|
||||||
"saving_settings": "حفظ الإعدادات",
|
|
||||||
"saved_to_gallery": "تم الحفظ في المعرض",
|
|
||||||
"Save_Your_E2E_Password": "حفظ كلمة المرور بين الطرفين",
|
"Save_Your_E2E_Password": "حفظ كلمة المرور بين الطرفين",
|
||||||
"Save_Your_Encryption_Password": "حفظ كلمة المرور المشفرة",
|
"Save_Your_Encryption_Password": "حفظ كلمة المرور المشفرة",
|
||||||
"Save_Your_Encryption_Password_warning": "لا نقوم بتخزين كلمة المرور، الرجاء حفظها لديك في مكان آخر",
|
|
||||||
"Save_Your_Encryption_Password_info": "لا يمكن إستعادة كلمة المرور في حال فقدانها ولن تستطيع الوصول لرسائلك",
|
"Save_Your_Encryption_Password_info": "لا يمكن إستعادة كلمة المرور في حال فقدانها ولن تستطيع الوصول لرسائلك",
|
||||||
"Search_Messages": "بحث الرسائل",
|
"Save_Your_Encryption_Password_warning": "لا نقوم بتخزين كلمة المرور، الرجاء حفظها لديك في مكان آخر",
|
||||||
|
"Saved": "تم الحفظ",
|
||||||
|
"Screen_lock": "قفل الشاشة",
|
||||||
"Search": "بحث",
|
"Search": "بحث",
|
||||||
|
"Search_Messages": "بحث الرسائل",
|
||||||
"Search_by": "بحث حسب",
|
"Search_by": "بحث حسب",
|
||||||
"Search_global_users": "بحث عام عن المستخدمين",
|
"Search_global_users": "بحث عام عن المستخدمين",
|
||||||
"Search_global_users_description": "إذا قمت بالتفعيل، فسيمكنك البحث عن أي مستخدم في شركات أو خوادم أخرى",
|
"Search_global_users_description": "إذا قمت بالتفعيل، فسيمكنك البحث عن أي مستخدم في شركات أو خوادم أخرى",
|
||||||
|
"Search_messages": "رسائل البحث",
|
||||||
"Security_and_privacy": "الأمن والخصوصية",
|
"Security_and_privacy": "الأمن والخصوصية",
|
||||||
"Select_Server": "حدد خادم",
|
"Select_Server": "حدد خادم",
|
||||||
"Select_Users": "حدد مستخدمين",
|
"Select_Users": "حدد مستخدمين",
|
||||||
"Select_a_Channel": "حدد قناة",
|
"Select_a_Channel": "حدد قناة",
|
||||||
"Select_a_Department": "حدد قسم",
|
"Select_a_Department": "حدد قسم",
|
||||||
"Select_an_option": "حدد خيار",
|
|
||||||
"Select_a_User": "حدد مستخدم",
|
"Select_a_User": "حدد مستخدم",
|
||||||
|
"Select_an_option": "حدد خيار",
|
||||||
"Send": "إرسال",
|
"Send": "إرسال",
|
||||||
"Send_audio_message": "إرسال رسالة صوتية",
|
"Send_audio_message": "إرسال رسالة صوتية",
|
||||||
"Send_crash_report": "إرسال تقرير الأعطال",
|
"Send_crash_report": "إرسال تقرير الأعطال",
|
||||||
|
@ -336,159 +343,152 @@
|
||||||
"Server": "سرفر",
|
"Server": "سرفر",
|
||||||
"Server_version": "نسخة الخادم: {{version}}",
|
"Server_version": "نسخة الخادم: {{version}}",
|
||||||
"Set_username_subtitle": "يتم استخدام اسم المستخدم للسماح للآخرين بذكرك في الرسائل",
|
"Set_username_subtitle": "يتم استخدام اسم المستخدم للسماح للآخرين بذكرك في الرسائل",
|
||||||
"Status_saved_successfully": "تم حفظ الحالة بنجاح!",
|
|
||||||
"Settings": "الإعدادات",
|
"Settings": "الإعدادات",
|
||||||
"Settings_succesfully_changed": "تم تعديل الإعدادات بنجاح!",
|
"Settings_succesfully_changed": "تم تعديل الإعدادات بنجاح!",
|
||||||
"Share": "مشاركة",
|
"Share": "مشاركة",
|
||||||
"Share_Link": "مشاركة رابط",
|
"Share_Link": "مشاركة رابط",
|
||||||
"Share_this_app": "مشاركة هذا البرنامج",
|
"Share_this_app": "مشاركة هذا البرنامج",
|
||||||
"Show_more": "إظهار أكثر",
|
"Show_more": "إظهار أكثر",
|
||||||
|
"Show_the_keyboard_shortcut_list": "عرض قائمة اختصارات لوحة المفاتيح",
|
||||||
"Sign_Up": "تسجيل جديد",
|
"Sign_Up": "تسجيل جديد",
|
||||||
|
"Slash_Gimme_Description": "يعرض ༼ つ ◕_◕ ༽つ قبل رسالتك",
|
||||||
|
"Slash_LennyFace_Description": "يعرض ( ͡° ͜ʖ ͡°) بعد رسالتك",
|
||||||
|
"Slash_Shrug_Description": "يعرض ¯\\_(ツ)_/¯ بعد رسالتك",
|
||||||
|
"Slash_Status_Description": "قم بتعيين رسالة الحالة الخاصة بك",
|
||||||
|
"Slash_Status_Params": "رسالة الحالة",
|
||||||
|
"Slash_TableUnflip_Description": "يعرض ┬─┬ ノ( ゜-゜ノ)",
|
||||||
|
"Slash_Tableflip_Description": "يعرض (╯°□°)╯︵ ┻━┻",
|
||||||
|
"Slash_Topic_Description": "تعيين الموضوع",
|
||||||
|
"Slash_Topic_Params": "رسالة الموضوع",
|
||||||
"Sound": "الصوت",
|
"Sound": "الصوت",
|
||||||
"Star": "تمييز",
|
"Star": "تمييز",
|
||||||
"Starred": "مميزة",
|
"Starred": "مميزة",
|
||||||
"Start_a_Discussion": "ابدأ نقاش",
|
"Start_a_Discussion": "ابدأ نقاش",
|
||||||
"Started_discussion": "بدأ النقاش",
|
|
||||||
"Started_call": "أجرى الاتصال {{userBy}}",
|
"Started_call": "أجرى الاتصال {{userBy}}",
|
||||||
|
"Started_discussion": "بدأ النقاش",
|
||||||
|
"Status_saved_successfully": "تم حفظ الحالة بنجاح!",
|
||||||
"Table": "جدول",
|
"Table": "جدول",
|
||||||
"Tags": "العلامات",
|
"Tags": "العلامات",
|
||||||
"Take_a_photo": "التقاط صورة",
|
"Take_a_photo": "التقاط صورة",
|
||||||
"Take_a_video": "التقاط فيديو",
|
"Take_a_video": "التقاط فيديو",
|
||||||
"Take_it": "التقط!",
|
"Take_it": "التقط!",
|
||||||
"Terms_of_Service": " شروط الخدمة ",
|
"Terms_of_Service": " شروط الخدمة ",
|
||||||
|
"The_user_will_be_able_to_type_in_roomName": "المستخدم سيتمكن من الكتابة في {{roomName}}",
|
||||||
|
"The_user_wont_be_able_to_type_in_roomName": "المستخدم لن يتمكن من الكتابة في {{roomName}}",
|
||||||
"Theme": "سمة",
|
"Theme": "سمة",
|
||||||
"There_was_an_error_while_action": "حدث خطأ أثناء {{action}}!",
|
"There_was_an_error_while_action": "حدث خطأ أثناء {{action}}!",
|
||||||
"This_room_is_blocked": "هذه الغرفة محظورة",
|
"This_room_is_blocked": "هذه الغرفة محظورة",
|
||||||
"This_room_is_read_only": "هذه الغرفة للقراءة فقط",
|
"This_room_is_read_only": "هذه الغرفة للقراءة فقط",
|
||||||
"Threads": "مواضيع",
|
"This_will_clear_all_your_offline_data": "سيؤدي هذا إلى محو جميع بياناتك في وضع عدم الاتصال.",
|
||||||
|
"This_will_remove_all_data_from_this_server": "هذا الإجراء يحذف جميع البيانات من هذا السيرفر",
|
||||||
"Thread": "موضوع",
|
"Thread": "موضوع",
|
||||||
|
"Threads": "مواضيع",
|
||||||
"Timezone": "المنطقة الزمنية",
|
"Timezone": "المنطقة الزمنية",
|
||||||
"topic": "عنوان",
|
|
||||||
"Topic": "عنوان",
|
"Topic": "عنوان",
|
||||||
"Translate": "ترجمة",
|
"Translate": "ترجمة",
|
||||||
"Try_again": "حاول مجدداً",
|
"Try_again": "حاول مجدداً",
|
||||||
"Two_Factor_Authentication": "المصادقة الثنائية",
|
"Two_Factor_Authentication": "المصادقة الثنائية",
|
||||||
"unarchive": "إلغاء الأرشفة",
|
"Type_message": "اكتب رسالة",
|
||||||
"UNARCHIVE": "إلغاء الأرشفة",
|
"UNARCHIVE": "إلغاء الأرشفة",
|
||||||
"Unfollowed_thread": "موضوع غير متابع",
|
"Unfollowed_thread": "موضوع غير متابع",
|
||||||
"Unmute": "إلغاء كتم",
|
"Unmute": "إلغاء كتم",
|
||||||
"unmuted": "إلغاء كتم",
|
"Unmute_someone_in_room": "إلغاء كتم صوت شخص ما في الغرفة",
|
||||||
"Unpin": "إلغاء التثبيت",
|
"Unpin": "إلغاء التثبيت",
|
||||||
"unread_messages": "رسائل غير مقروءة",
|
|
||||||
"Unread": "غير مقروء",
|
"Unread": "غير مقروء",
|
||||||
"Unread_on_top": "غير مقروء في الأعلى",
|
"Unread_on_top": "غير مقروء في الأعلى",
|
||||||
"Unstar": "إلغاء التمييز",
|
"Unstar": "إلغاء التمييز",
|
||||||
"Updating": "جار التحديث...",
|
"Updating": "جار التحديث...",
|
||||||
"Uploading": "جار الرفع",
|
"Uploading": "جار الرفع",
|
||||||
"User": "مستخدم",
|
"User": "مستخدم",
|
||||||
"Users": "مستخدمين",
|
|
||||||
"User_Info": "معلومات المستخدم",
|
"User_Info": "معلومات المستخدم",
|
||||||
"User_has_been_key": "تمت {{key}} المستخدم!",
|
"User_has_been_key": "تمت {{key}} المستخدم!",
|
||||||
"User_sent_an_attachment": "{{user}} أرسل مرفقًا",
|
"User_sent_an_attachment": "{{user}} أرسل مرفقًا",
|
||||||
"Username": "اسم المستخدم",
|
"Username": "اسم المستخدم",
|
||||||
"Username_or_email": "اسم المستخدم أو البريد الالكتروني",
|
"Username_or_email": "اسم المستخدم أو البريد الالكتروني",
|
||||||
|
"Users": "مستخدمين",
|
||||||
"Uses_server_configuration": "يستخدم إعداد الخادم",
|
"Uses_server_configuration": "يستخدم إعداد الخادم",
|
||||||
"Registration_Succeeded": "تم التسجيل بنجاح",
|
|
||||||
"Verify_email_desc": "لقد أرسلنا إليك بريداً إلكترونياً لتأكيد تسجيلك. إذا لم تتلق البريد الإلكتروني قريباً، فيرجى العودة والمحاولة مرة أخرى",
|
"Verify_email_desc": "لقد أرسلنا إليك بريداً إلكترونياً لتأكيد تسجيلك. إذا لم تتلق البريد الإلكتروني قريباً، فيرجى العودة والمحاولة مرة أخرى",
|
||||||
|
"Version_no": "النسخة: {{version}}",
|
||||||
"View_Original": "عرض المحتوى الأصلي",
|
"View_Original": "عرض المحتوى الأصلي",
|
||||||
|
"Wait_activation_warning": "يحب تفعيل حسابك من المشرف قبل تسجيل الدخول",
|
||||||
"Waiting_for_network": "بانتظار توفر شبكة...",
|
"Waiting_for_network": "بانتظار توفر شبكة...",
|
||||||
"Websocket_disabled": "تم تعطيل Websocket لهذا الخادم.\n{{contact}}",
|
"Websocket_disabled": "تم تعطيل Websocket لهذا الخادم.\n{{contact}}",
|
||||||
"What_are_you_doing_right_now": "ما الذي تفعله حالياً؟",
|
"What_are_you_doing_right_now": "ما الذي تفعله حالياً؟",
|
||||||
|
"Whats_the_password_for_your_certificate": "ماهي كلمة المرور للشهادة؟",
|
||||||
"Without_Servers": "بدون خوادم",
|
"Without_Servers": "بدون خوادم",
|
||||||
"Workspaces": "مساحات العمل",
|
"Workspaces": "مساحات العمل",
|
||||||
"Would_you_like_to_return_the_inquiry": "هل ترغب بالرد على السؤال؟",
|
"Would_you_like_to_return_the_inquiry": "هل ترغب بالرد على السؤال؟",
|
||||||
"Write_External_Permission_Message": "يحتاج Rocket.Chat للوصول إلى معرض الصور الخاص بك حتى تتمكن من حفظ الصور",
|
|
||||||
"Write_External_Permission": "إذن معرض",
|
"Write_External_Permission": "إذن معرض",
|
||||||
|
"Write_External_Permission_Message": "يحتاج Rocket.Chat للوصول إلى معرض الصور الخاص بك حتى تتمكن من حفظ الصور",
|
||||||
"Yes": "نعم",
|
"Yes": "نعم",
|
||||||
"Yes_action_it": "نعم، {{action}}!",
|
"Yes_action_it": "نعم، {{action}}!",
|
||||||
"Yesterday": "أمس",
|
"Yesterday": "أمس",
|
||||||
|
"You": "أنت",
|
||||||
"You_are_in_preview_mode": "أنت في وضع المعاينة",
|
"You_are_in_preview_mode": "أنت في وضع المعاينة",
|
||||||
"You_can_search_using_RegExp_eg": "يمكنك استخدام RegExp. مثال: `/^text$/i`",
|
"You_can_search_using_RegExp_eg": "يمكنك استخدام RegExp. مثال: `/^text$/i`",
|
||||||
"You_colon": "أنت: ",
|
"You_colon": "أنت: ",
|
||||||
"you_were_mentioned": "تمت الإشارة إليك",
|
|
||||||
"You_were_removed_from_channel": "تمت إزالتك من {{channel}}",
|
|
||||||
"you": "أنت",
|
|
||||||
"You": "أنت",
|
|
||||||
"Logged_out_by_server": "لقد تم تسجيل خروجك من قبل الخادم. الرجاد الدخول من جديد",
|
|
||||||
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "تحتاج إلى الوصول إلى خادم Rocket.Chat واحد على الأقل لمشاركة شيء ما",
|
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "تحتاج إلى الوصول إلى خادم Rocket.Chat واحد على الأقل لمشاركة شيء ما",
|
||||||
"You_need_to_verifiy_your_email_address_to_get_notications": "يجب تأكيد البريد الإلكتروني حتى تصلك الإشعارات",
|
"You_need_to_verifiy_your_email_address_to_get_notications": "يجب تأكيد البريد الإلكتروني حتى تصلك الإشعارات",
|
||||||
"Your_certificate": "شهادتك",
|
"You_were_removed_from_channel": "تمت إزالتك من {{channel}}",
|
||||||
"Your_invite_link_will_expire_after__usesLeft__uses": "سوف تنتهي صلاحية رابط الدعوة الخاص بك بعد {{usesLeft}} استخدامات",
|
"You_will_be_logged_out_from_other_locations": "سيتم تسجيل خروج من الأماكن الأخرى",
|
||||||
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "ستنتهي صلاحية رابط الدعوة الخاص بك في {{date}} أو بعد {{usesLeft}} استخدامات",
|
"You_will_be_logged_out_of_this_application": "سيتم تسجيل خروجك من هذا التطبيق.",
|
||||||
"Your_invite_link_will_expire_on__date__": "ستنتهي صلاحية رابط الدعوة الخاص بك في {{date}}",
|
|
||||||
"Your_invite_link_will_never_expire": "لن تنتهي صلاحية رابط الدعوة الخاص بك",
|
|
||||||
"Your_workspace": "مساحة عملك",
|
|
||||||
"Your_password_is": "كلمة المرور الخاصة بك هي",
|
|
||||||
"Version_no": "النسخة: {{version}}",
|
|
||||||
"You_will_not_be_able_to_recover_this_message": "لن تتمكن من استعادة هذه الرسالة!",
|
"You_will_not_be_able_to_recover_this_message": "لن تتمكن من استعادة هذه الرسالة!",
|
||||||
"You_will_unset_a_certificate_for_this_server": "ستلغي شهادة هذا الخادم",
|
"You_will_unset_a_certificate_for_this_server": "ستلغي شهادة هذا الخادم",
|
||||||
"Change_Language": "تغيير اللغة",
|
"Your_certificate": "شهادتك",
|
||||||
"Crash_report_disclaimer": "نحن لا نتتبع محتوى محادثاتك أبداً. يحتوي تقرير الأعطال فقط على المعلومات ذات الصلة لنا من أجل تحديد المشاكل وإصلاحها",
|
"Your_invite_link_will_expire_after__usesLeft__uses": "سوف تنتهي صلاحية رابط الدعوة الخاص بك بعد {{usesLeft}} استخدامات",
|
||||||
"Type_message": "اكتب رسالة",
|
"Your_invite_link_will_expire_on__date__": "ستنتهي صلاحية رابط الدعوة الخاص بك في {{date}}",
|
||||||
"Search_messages": "رسائل البحث",
|
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "ستنتهي صلاحية رابط الدعوة الخاص بك في {{date}} أو بعد {{usesLeft}} استخدامات",
|
||||||
"Reply_in_Thread": "الرد في موضوع",
|
"Your_invite_link_will_never_expire": "لن تنتهي صلاحية رابط الدعوة الخاص بك",
|
||||||
"Add_server": "إضافة خادم",
|
"Your_password_is": "كلمة المرور الخاصة بك هي",
|
||||||
"You_will_be_logged_out_of_this_application": "سيتم تسجيل خروجك من هذا التطبيق.",
|
"Your_workspace": "مساحة عملك",
|
||||||
"Clear": "مسح",
|
"alert": "إنذار",
|
||||||
"This_will_clear_all_your_offline_data": "سيؤدي هذا إلى محو جميع بياناتك في وضع عدم الاتصال.",
|
"alerts": "الإنذارات",
|
||||||
"This_will_remove_all_data_from_this_server": "هذا الإجراء يحذف جميع البيانات من هذا السيرفر",
|
"and": "و",
|
||||||
"Mark_unread": "علامة غير مقروء",
|
|
||||||
"Wait_activation_warning": "يحب تفعيل حسابك من المشرف قبل تسجيل الدخول",
|
|
||||||
"Screen_lock": "قفل الشاشة",
|
|
||||||
"Local_authentication_biometry_title": "صادق",
|
|
||||||
"Local_authentication_biometry_fallback": "استخدم كلمة المرور",
|
|
||||||
"Local_authentication_unlock_option": "افتح القفل بكلمة المرور",
|
|
||||||
"Local_authentication_change_passcode": "تغيير كلمة المرور",
|
|
||||||
"Local_authentication_info": "تنويه: يجب حذف التطبيق عند نسيان كلمة المرور",
|
|
||||||
"Local_authentication_facial_recognition": "التعرف على الوجه",
|
|
||||||
"Local_authentication_fingerprint": "البصمة",
|
|
||||||
"Local_authentication_unlock_with_label": "فتح القفل بـ {{label}}",
|
|
||||||
"Local_authentication_auto_lock_60": "بعد دقيقة",
|
|
||||||
"Local_authentication_auto_lock_300": "بعد 5 دقائق",
|
|
||||||
"Local_authentication_auto_lock_900": "بعد 15 دقيقة",
|
|
||||||
"Local_authentication_auto_lock_1800": "بعد 30 دقيقة",
|
|
||||||
"Local_authentication_auto_lock_3600": "بعد ساعة",
|
|
||||||
"Passcode_enter_title": "أدخل كلمة المرور",
|
|
||||||
"Passcode_choose_title": "اختر كلمة المرور الجديدة",
|
|
||||||
"Passcode_choose_confirm_title": "تأكيد كلمة المرور الجديدة",
|
|
||||||
"Passcode_choose_error": "كلمة المرور غير متطابقة. حاول مجدداً",
|
|
||||||
"Passcode_choose_force_set": "كلمة المرور مطلوبة من المشرف",
|
|
||||||
"Passcode_app_locked_title": "التطبيق مقفل",
|
|
||||||
"Passcode_app_locked_subtitle": "حاول مجدداً بعد {{timeLeft}} ثوان",
|
|
||||||
"After_seconds_set_by_admin": "بعد {{seconds}} ثوان (حددها المدير)",
|
|
||||||
"Dont_activate": "لا تقم بالتفعيل الآن",
|
|
||||||
"Queued_chats": "محادثات في قائمى الانتظار",
|
|
||||||
"Logout_from_other_logged_in_locations": "تسجيل الخروج من الأماكن الأخرى",
|
|
||||||
"You_will_be_logged_out_from_other_locations": "سيتم تسجيل خروج من الأماكن الأخرى",
|
|
||||||
"Logged_out_of_other_clients_successfully": "تم تسجيل الخروج من الأماكن الأخرى بنجاح",
|
|
||||||
"Logout_failed": "فشل تسجيل الخروج!",
|
|
||||||
"Log_analytics_events": "تحليلات سجل الأحداث",
|
|
||||||
"Open_Livechats": "محادثات مباشرة جارية",
|
|
||||||
"Broadcast_hint": "يمكن فقط للمستخدمين المصرح لهم كتابة رسائل جديدة، ولكن سيتمكن المستخدمون الآخرون من الرد",
|
|
||||||
"and_N_more": "و{{count}} آخرين",
|
"and_N_more": "و{{count}} آخرين",
|
||||||
"Slash_Gimme_Description": "يعرض ༼ つ ◕_◕ ༽つ قبل رسالتك",
|
"announcement": "إعلان",
|
||||||
"Slash_LennyFace_Description": "يعرض ( ͡° ͜ʖ ͡°) بعد رسالتك",
|
"archive": "أرشفة",
|
||||||
"Slash_Shrug_Description": "يعرض ¯\\_(ツ)_/¯ بعد رسالتك",
|
"are_typing": "يكتب",
|
||||||
"Slash_Status_Description": "قم بتعيين رسالة الحالة الخاصة بك",
|
"changing_avatar": "تغيير الصورة الرمزية",
|
||||||
"Slash_Status_Params": "رسالة الحالة",
|
"creating_channel": "إنشاء قناة",
|
||||||
"Slash_Tableflip_Description": "يعرض (╯°□°)╯︵ ┻━┻",
|
"creating_invite": "إنشاء دعوة",
|
||||||
"Slash_TableUnflip_Description": "يعرض ┬─┬ ノ( ゜-゜ノ)",
|
"delete": "حذف",
|
||||||
"Slash_Topic_Description": "تعيين الموضوع",
|
"deleting_room": "حذف الغرفة",
|
||||||
"Slash_Topic_Params": "رسالة الموضوع",
|
"description": "وصف",
|
||||||
"Create_A_New_Channel": "إنشاء Channel جديدة",
|
"error-action-not-allowed": "غير مسموح بالإجراء {{action}}",
|
||||||
"Show_the_keyboard_shortcut_list": "عرض قائمة اختصارات لوحة المفاتيح",
|
"error-avatar-invalid-url": "عنوان الصورة الرمزية غير صحيح: {{url}}",
|
||||||
"Hide_room": "إخفاء",
|
"error-duplicate-channel-name": "القناة {{room_name}} موجودة مسبقاً",
|
||||||
"Invite_user_to_join_channel": "دعوة مستخدم واحد إلى الانضمام إلى هذه القناة",
|
"error-email-send-failed": "خطأ في إرسال البريد اﻹلكتروني: {{message}}",
|
||||||
"Invite_user_to_join_channel_all_from": "دعوة جميع المستخدمين من [#channel] إلى الانضمام إلى هذه القناة",
|
"error-file-too-large": "حجم الملف كبير جداً",
|
||||||
"Invite_user_to_join_channel_all_to": "دعوة جميع المستخدمين من هذه القناة إلى الانضمام إلى [#channel]",
|
"error-invalid-email": "عنوان البريد اﻹلكتروني غير صالح {{email}}",
|
||||||
"Join_the_given_channel": "انضمام إلى القناة المحددة",
|
"error-invalid-file-type": "نوع الملف غير صالح",
|
||||||
"Remove_someone_from_room": "إزالة شخص من الغرفة",
|
"error-invalid-password": "كلمة مرور خاطئة",
|
||||||
"Leave_the_current_channel": "مغادرة القناة الحالية",
|
"error-invalid-room-name": "{{room_name}} اسم الغرفة غير صالح",
|
||||||
"Displays_action_text": "يعرض نص الإجراء",
|
"error-not-allowed": "غير مسموح",
|
||||||
"Direct_message_someone": "رسالة مباشرة لشخص ما",
|
"error-save-image": "خطأ عند حفظ الصورة",
|
||||||
"Mute_someone_in_room": "كتم صوت شخص ما في الغرفة",
|
"error-save-video": "خطأ عند حفظ الفيديو",
|
||||||
"Unmute_someone_in_room": "إلغاء كتم صوت شخص ما في الغرفة",
|
"error-too-many-requests": "خطأ، تلقينا الكثير من الطلبات. من فضلك خفف السرعة، يجب الانتظار لمدة {{seconds}} ثانية قبل المحاولة مرة أخرى",
|
||||||
"Audio": "صوت",
|
"error-you-are-last-owner": "أنت المالك الأخير. يرجى تعيين مالك جديد قبل مغادرة الغرفة",
|
||||||
"The_user_wont_be_able_to_type_in_roomName": "المستخدم لن يتمكن من الكتابة في {{roomName}}",
|
"is_typing": "يكتب",
|
||||||
"The_user_will_be_able_to_type_in_roomName": "المستخدم سيتمكن من الكتابة في {{roomName}}"
|
"last_message": "الرسالة الأخيرة",
|
||||||
|
"leave": "مغادرة",
|
||||||
|
"leaving_room": "مغادرة الغرفة",
|
||||||
|
"members": "أفراد",
|
||||||
|
"message": "رسالة",
|
||||||
|
"messages": "رسائل",
|
||||||
|
"move": "حرك",
|
||||||
|
"muted": "مكتوم",
|
||||||
|
"remove": "حذف",
|
||||||
|
"replies": "ردود",
|
||||||
|
"reply": "رد",
|
||||||
|
"resetting_password": "إعادة تعيين كلمة المرور",
|
||||||
|
"saved_to_gallery": "تم الحفظ في المعرض",
|
||||||
|
"saving_preferences": "حفظ التفضيلات",
|
||||||
|
"saving_profile": "حفظ الملف الشخصي",
|
||||||
|
"saving_settings": "حفظ الإعدادات",
|
||||||
|
"topic": "عنوان",
|
||||||
|
"unarchive": "إلغاء الأرشفة",
|
||||||
|
"unmuted": "إلغاء كتم",
|
||||||
|
"unread_messages": "رسائل غير مقروءة",
|
||||||
|
"you": "أنت",
|
||||||
|
"you_were_mentioned": "تمت الإشارة إليك"
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1,59 +1,44 @@
|
||||||
{
|
{
|
||||||
"1_person_reacted": "1 persona reaccionó",
|
"1_person_reacted": "1 persona reaccionó",
|
||||||
"error-action-not-allowed": "{{action}} no permitida",
|
"ARCHIVE": "FICHERO",
|
||||||
"error-avatar-invalid-url": "URL de avatar inválida: {{url}}",
|
|
||||||
"error-duplicate-channel-name": "Ya existe un canal con nombre {{room_name}}",
|
|
||||||
"error-email-send-failed": "Error al enviar el correo electrónico: {{message}}",
|
|
||||||
"error-file-too-large": "El archivo es demasiado grande",
|
|
||||||
"error-invalid-email": "El email {{email}} no es correcto",
|
|
||||||
"error-invalid-file-type": "El formato del archivo no es correcto",
|
|
||||||
"error-invalid-password": "La contraseña no es correcta",
|
|
||||||
"error-invalid-room-name": "No se puede asignar el nombre {{room_name}} a una sala.",
|
|
||||||
"error-not-allowed": "No permitido",
|
|
||||||
"error-too-many-requests": "Error, demasiadas peticiones. Debes esperar {{seconds}} segundos antes de continuar. Por favor, sé paciente.",
|
|
||||||
"error-you-are-last-owner": "Eres el único propietario existente. Debes establecer un nuevo propietario antes de abandonar la sala.",
|
|
||||||
"Actions": "Acciones",
|
"Actions": "Acciones",
|
||||||
"Activity": "Actividad",
|
"Activity": "Actividad",
|
||||||
"Add_Server": "Añadir servidor",
|
"Add_Server": "Añadir servidor",
|
||||||
|
"Add_server": "Añadir servidor",
|
||||||
"Admin_Panel": "Panel de Control",
|
"Admin_Panel": "Panel de Control",
|
||||||
"Alert": "Alerta",
|
"Alert": "Alerta",
|
||||||
"alert": "alerta",
|
|
||||||
"alerts": "alertas",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "Todos los usuarios en el canal pueden escribir mensajes",
|
|
||||||
"All": "Todos",
|
"All": "Todos",
|
||||||
"All_Messages": "Todos los mensajes",
|
"All_Messages": "Todos los mensajes",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "Todos los usuarios en el canal pueden escribir mensajes",
|
||||||
"Allow_Reactions": "Permitir reacciones",
|
"Allow_Reactions": "Permitir reacciones",
|
||||||
"and": "y",
|
|
||||||
"announcement": "anuncio",
|
|
||||||
"Announcement": "Anuncio",
|
"Announcement": "Anuncio",
|
||||||
"Apply_Your_Certificate": "Aplica tu certificado",
|
"Apply_Your_Certificate": "Aplica tu certificado",
|
||||||
"ARCHIVE": "FICHERO",
|
|
||||||
"archive": "fichero",
|
|
||||||
"are_typing": "están escribiendo",
|
|
||||||
"Are_you_sure_question_mark": "¿Estás seguro?",
|
"Are_you_sure_question_mark": "¿Estás seguro?",
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "¿Deseas salir de la sala {{room}}?",
|
"Are_you_sure_you_want_to_leave_the_room": "¿Deseas salir de la sala {{room}}?",
|
||||||
"Automatic": "Automático",
|
"Audio": "Audio",
|
||||||
"Auto_Translate": "Traducción automática",
|
"Auto_Translate": "Traducción automática",
|
||||||
"Avatar_changed_successfully": "¡Avatar modificado correctamente!",
|
"Automatic": "Automático",
|
||||||
"Avatar_Url": "URL del Avatar",
|
"Avatar_Url": "URL del Avatar",
|
||||||
|
"Avatar_changed_successfully": "¡Avatar modificado correctamente!",
|
||||||
"Away": "Ausente",
|
"Away": "Ausente",
|
||||||
"Black": "Negro",
|
"Black": "Negro",
|
||||||
|
"Broadcast_hint": "Sólo los usuarios autorizados pueden escribir nuevos mensajes, el resto podrán responder sobre los mismos.",
|
||||||
"Busy": "Ocupado",
|
"Busy": "Ocupado",
|
||||||
|
"Call_already_ended": "¡!La llamada ya ha finalizado!",
|
||||||
|
"Cancel": "Cancelar",
|
||||||
"Cancel_editing": "Cancelar edición",
|
"Cancel_editing": "Cancelar edición",
|
||||||
"Cancel_recording": "Cancelar grabación",
|
"Cancel_recording": "Cancelar grabación",
|
||||||
"Cancel": "Cancelar",
|
"Certificate_password": "Contraseña del certificado",
|
||||||
"changing_avatar": "cambiando avatar",
|
"Change_Language": "Cambiar idioma",
|
||||||
"creating_channel": "creando channel",
|
|
||||||
"Channel_Name": "Nombre sala",
|
"Channel_Name": "Nombre sala",
|
||||||
"Channels": "Salas",
|
"Channels": "Salas",
|
||||||
"Chats": "Chats",
|
"Chats": "Chats",
|
||||||
"Call_already_ended": "¡!La llamada ya ha finalizado!",
|
"Choose": "Seleccionar",
|
||||||
|
"Choose_file": "Seleccionar archivo",
|
||||||
|
"Choose_from_library": "Seleccionar desde galería",
|
||||||
"Click_to_join": "¡Unirme!",
|
"Click_to_join": "¡Unirme!",
|
||||||
"Close": "Cerrar",
|
"Close": "Cerrar",
|
||||||
"Close_emoji_selector": "Cerrar selector de emojis",
|
"Close_emoji_selector": "Cerrar selector de emojis",
|
||||||
"Choose": "Seleccionar",
|
|
||||||
"Choose_from_library": "Seleccionar desde galería",
|
|
||||||
"Choose_file": "Seleccionar archivo",
|
|
||||||
"Collaborative": "Colaborativo",
|
"Collaborative": "Colaborativo",
|
||||||
"Confirm": "Confirmar",
|
"Confirm": "Confirmar",
|
||||||
"Connect": "Conectar",
|
"Connect": "Conectar",
|
||||||
|
@ -63,96 +48,95 @@
|
||||||
"Continue_with": "Continuar con",
|
"Continue_with": "Continuar con",
|
||||||
"Copied_to_clipboard": "¡Copiado al portapapeles!",
|
"Copied_to_clipboard": "¡Copiado al portapapeles!",
|
||||||
"Copy": "Copiar",
|
"Copy": "Copiar",
|
||||||
"Certificate_password": "Contraseña del certificado",
|
"Crash_report_disclaimer": "Nunca rastreamos el contenido de sus conversaciones. El informe del error sólo contiene información relevante para nosotros con el fin de identificar los problemas y solucionarlos.",
|
||||||
"Whats_the_password_for_your_certificate": "¿Cuál es la contraseña de tu certificado?",
|
|
||||||
"Create_account": "Crear una cuenta",
|
|
||||||
"Create_Channel": "Crear sala",
|
|
||||||
"Created_snippet": "crear mensaje en bloque",
|
|
||||||
"Create_a_new_workspace": "Crear un nuevo espacio de trabajo",
|
|
||||||
"Create": "Crear",
|
"Create": "Crear",
|
||||||
|
"Create_A_New_Channel": "Crear un nuevo Channel",
|
||||||
|
"Create_Channel": "Crear sala",
|
||||||
|
"Create_a_new_workspace": "Crear un nuevo espacio de trabajo",
|
||||||
|
"Create_account": "Crear una cuenta",
|
||||||
|
"Created_snippet": "crear mensaje en bloque",
|
||||||
|
"DELETE": "ELIMINAR",
|
||||||
"Dark": "Oscuro",
|
"Dark": "Oscuro",
|
||||||
"Dark_level": "Nivel de oscuridad",
|
"Dark_level": "Nivel de oscuridad",
|
||||||
"Default": "Por defecto",
|
"Default": "Por defecto",
|
||||||
"Delete_Room_Warning": "Eliminar a un usuario causará la eliminación de todos los mensajes creados por dicho usuario. Esta operación no se puede deshacer.",
|
|
||||||
"delete": "eliminar",
|
|
||||||
"Delete": "Eliminar",
|
"Delete": "Eliminar",
|
||||||
"DELETE": "ELIMINAR",
|
"Delete_Room_Warning": "Eliminar a un usuario causará la eliminación de todos los mensajes creados por dicho usuario. Esta operación no se puede deshacer.",
|
||||||
"deleting_room": "eliminando sala",
|
|
||||||
"description": "descripción",
|
|
||||||
"Description": "Descripción",
|
"Description": "Descripción",
|
||||||
"Directory": "Directorio",
|
|
||||||
"Direct_Messages": "Mensajes directos",
|
"Direct_Messages": "Mensajes directos",
|
||||||
|
"Direct_message_someone": "Enviar mensaje directo a alguien",
|
||||||
|
"Directory": "Directorio",
|
||||||
"Discussions": "Conversaciones",
|
"Discussions": "Conversaciones",
|
||||||
"Dont_Have_An_Account": "¿Todavía no tienes una cuenta?",
|
"Displays_action_text": "Mostrar texto de acción",
|
||||||
"Do_you_have_a_certificate": "¿Tienes un certificado?",
|
"Do_you_have_a_certificate": "¿Tienes un certificado?",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "¿Deseas {{key}} de esta sala?",
|
"Do_you_really_want_to_key_this_room_question_mark": "¿Deseas {{key}} de esta sala?",
|
||||||
|
"Dont_Have_An_Account": "¿Todavía no tienes una cuenta?",
|
||||||
"Edit": "Editar",
|
"Edit": "Editar",
|
||||||
"Email": "E-mail",
|
"Email": "E-mail",
|
||||||
"Enable_Auto_Translate": "Permitir Auto-Translate",
|
"Enable_Auto_Translate": "Permitir Auto-Translate",
|
||||||
"Everyone_can_access_this_channel": "Todos los usuarios pueden acceder a este canal",
|
|
||||||
"Error_uploading": "Error en la subida",
|
"Error_uploading": "Error en la subida",
|
||||||
|
"Everyone_can_access_this_channel": "Todos los usuarios pueden acceder a este canal",
|
||||||
"Favorites": "Favoritos",
|
"Favorites": "Favoritos",
|
||||||
"Files": "Archivos",
|
|
||||||
"File_description": "Descripción del archivo",
|
"File_description": "Descripción del archivo",
|
||||||
|
"Files": "Archivos",
|
||||||
"Finish_recording": "Finalizar grabación",
|
"Finish_recording": "Finalizar grabación",
|
||||||
"Following_thread": "Siguiendo hilo",
|
"Following_thread": "Siguiendo hilo",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "Por seguridad, debes introducir tu contraseña para continuar",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "Por seguridad, debes introducir tu contraseña para continuar",
|
||||||
"Forgot_password_If_this_email_is_registered": "Si este email está registrado, te enviaremos las instrucciones para resetear tu contraseña. Si no recibes un email en breve, vuelve aquí e inténtalo de nuevo.",
|
|
||||||
"Forgot_password": "¿Ha olvidado su contraseña?",
|
"Forgot_password": "¿Ha olvidado su contraseña?",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "Si este email está registrado, te enviaremos las instrucciones para resetear tu contraseña. Si no recibes un email en breve, vuelve aquí e inténtalo de nuevo.",
|
||||||
"Full_table": "Click para ver la tabla completa",
|
"Full_table": "Click para ver la tabla completa",
|
||||||
"Get_link": "Obtener enlace",
|
"Get_link": "Obtener enlace",
|
||||||
|
"Hide_room": "Ocultar",
|
||||||
"In_App_And_Desktop": "En la aplicación y en el escritorio",
|
"In_App_And_Desktop": "En la aplicación y en el escritorio",
|
||||||
"In_App_and_Desktop_Alert_info": "Muestra un banner en la parte superior de la pantalla cuando la aplicación esté abierta y muestra una notificación en el escritorio",
|
"In_App_and_Desktop_Alert_info": "Muestra un banner en la parte superior de la pantalla cuando la aplicación esté abierta y muestra una notificación en el escritorio",
|
||||||
"Invisible": "Invisible",
|
|
||||||
"is_typing": "escribiendo",
|
|
||||||
"Invalid_server_version": "El servidor que intentas conectar está usando una versión que ya no está soportada por la aplicación : {{currentVersion}}. Se requiere una versión {{minVersion}}.",
|
"Invalid_server_version": "El servidor que intentas conectar está usando una versión que ya no está soportada por la aplicación : {{currentVersion}}. Se requiere una versión {{minVersion}}.",
|
||||||
|
"Invisible": "Invisible",
|
||||||
|
"Invite_user_to_join_channel": "Invitar a un usuario a unirse a este canal",
|
||||||
|
"Invite_user_to_join_channel_all_from": "Invitar a todos los usuarios de [#channell] a que se unan a este canal",
|
||||||
|
"Invite_user_to_join_channel_all_to": "Invitar a todos los usuarios de este canal a unirse a [#channel]",
|
||||||
"Join": "Conectar",
|
"Join": "Conectar",
|
||||||
|
"Join_the_given_channel": "Unirse al canal dado",
|
||||||
"Just_invited_people_can_access_this_channel": "Sólo gente invitada puede acceder a este canal.",
|
"Just_invited_people_can_access_this_channel": "Sólo gente invitada puede acceder a este canal.",
|
||||||
"Language": "Idioma",
|
"Language": "Idioma",
|
||||||
"last_message": "último mensaje",
|
"Learn_more": "Saber más",
|
||||||
"leaving_room": "abandonando sala",
|
"Leave_the_current_channel": "Salir del canal actual",
|
||||||
"leave": "abandonar",
|
|
||||||
"Legal": "Legal",
|
"Legal": "Legal",
|
||||||
"Light": "Claro",
|
|
||||||
"License": "Licencia",
|
"License": "Licencia",
|
||||||
|
"Light": "Claro",
|
||||||
"Login": "Inicio de sesión",
|
"Login": "Inicio de sesión",
|
||||||
"Login_error": "¡Sus credenciales fueron rechazadas! Por favor, inténtelo de nuevo.",
|
"Login_error": "¡Sus credenciales fueron rechazadas! Por favor, inténtelo de nuevo.",
|
||||||
"Logout": "Cerrar sesión",
|
"Logout": "Cerrar sesión",
|
||||||
"members": "miembros",
|
|
||||||
"Members": "Miembros",
|
"Members": "Miembros",
|
||||||
"Mentions": "Menciones",
|
"Mentions": "Menciones",
|
||||||
|
"Message_Reported": "Mensaje notificado",
|
||||||
"Message_actions": "Acciones de mensaje",
|
"Message_actions": "Acciones de mensaje",
|
||||||
"Message_removed": "Mensaje eliminado",
|
"Message_removed": "Mensaje eliminado",
|
||||||
"message": "mensaje",
|
|
||||||
"messages": "mensajes",
|
|
||||||
"Message_Reported": "Mensaje notificado",
|
|
||||||
"Mute": "Mutear",
|
"Mute": "Mutear",
|
||||||
"muted": "muteado",
|
"Mute_someone_in_room": "Silenciar a alguien en la sala",
|
||||||
"N_people_reacted": "Han reaccionado {{n}} personas",
|
"N_people_reacted": "Han reaccionado {{n}} personas",
|
||||||
"N_users": "{{n}} usuarios",
|
"N_users": "{{n}} usuarios",
|
||||||
"Name": "Nombre",
|
"Name": "Nombre",
|
||||||
"New_Message": "Nuevo mensaje",
|
"New_Message": "Nuevo mensaje",
|
||||||
"New_Password": "Nueva contraseña",
|
"New_Password": "Nueva contraseña",
|
||||||
"Next": "Siguiente",
|
"Next": "Siguiente",
|
||||||
|
"No_Message": "Sin mensajes",
|
||||||
|
"No_Reactions": "No hay reacciones",
|
||||||
|
"No_Read_Receipts": "No hay confirmaciones de lectura",
|
||||||
"No_files": "No hay archivos",
|
"No_files": "No hay archivos",
|
||||||
"No_mentioned_messages": "No hay mensajes mencionados",
|
"No_mentioned_messages": "No hay mensajes mencionados",
|
||||||
|
"No_messages_yet": "No hay mensajes todavía",
|
||||||
"No_pinned_messages": "No hay mensajes fijados",
|
"No_pinned_messages": "No hay mensajes fijados",
|
||||||
"No_results_found": "No hay resultados",
|
"No_results_found": "No hay resultados",
|
||||||
"No_starred_messages": "No hay mensajes destacados",
|
"No_starred_messages": "No hay mensajes destacados",
|
||||||
"No_Message": "Sin mensajes",
|
|
||||||
"No_messages_yet": "No hay mensajes todavía",
|
|
||||||
"No_Reactions": "No hay reacciones",
|
|
||||||
"No_Read_Receipts": "No hay confirmaciones de lectura",
|
|
||||||
"Not_RC_Server": "Esto no es un servidor de Rocket.Chat.\n{{contact}}",
|
"Not_RC_Server": "Esto no es un servidor de Rocket.Chat.\n{{contact}}",
|
||||||
"Nothing": "Nada",
|
"Nothing": "Nada",
|
||||||
"Nothing_to_save": "¡No hay nada por guardar!",
|
"Nothing_to_save": "¡No hay nada por guardar!",
|
||||||
|
"Notification_Preferences": "Configuración de notificaciones",
|
||||||
|
"Notifications": "Notificaciones",
|
||||||
"Notify_active_in_this_room": "Notificar a los usuarios activos en esta sala",
|
"Notify_active_in_this_room": "Notificar a los usuarios activos en esta sala",
|
||||||
"Notify_all_in_this_room": "Notificar a todos en esta sala",
|
"Notify_all_in_this_room": "Notificar a todos en esta sala",
|
||||||
"Notifications": "Notificaciones",
|
|
||||||
"Notification_Preferences": "Configuración de notificaciones",
|
|
||||||
"Oops": "Oops!",
|
|
||||||
"Online": "Conectado",
|
"Online": "Conectado",
|
||||||
"Only_authorized_users_can_write_new_messages": "Sólo pueden escribir mensajes usuarios autorizados",
|
"Only_authorized_users_can_write_new_messages": "Sólo pueden escribir mensajes usuarios autorizados",
|
||||||
|
"Oops": "Oops!",
|
||||||
"Open_emoji_selector": "Abrir selector de emojis",
|
"Open_emoji_selector": "Abrir selector de emojis",
|
||||||
"Password": "Contraseña",
|
"Password": "Contraseña",
|
||||||
"Permalink_copied_to_clipboard": "¡Enlace permanente copiado al portapapeles!",
|
"Permalink_copied_to_clipboard": "¡Enlace permanente copiado al portapapeles!",
|
||||||
|
@ -163,43 +147,39 @@
|
||||||
"Privacy_Policy": "Política de privacidad",
|
"Privacy_Policy": "Política de privacidad",
|
||||||
"Private": "Privado",
|
"Private": "Privado",
|
||||||
"Processing": "Procesando...",
|
"Processing": "Procesando...",
|
||||||
"Profile_saved_successfully": "¡Perfil guardado correctamente!",
|
|
||||||
"Profile": "Perfil",
|
"Profile": "Perfil",
|
||||||
|
"Profile_saved_successfully": "¡Perfil guardado correctamente!",
|
||||||
"Public": "Público",
|
"Public": "Público",
|
||||||
"Push_Notifications": "Notificaciones Push",
|
"Push_Notifications": "Notificaciones Push",
|
||||||
"Push_Notifications_Alert_Info": "Estas notificaciones se le entregan cuando la aplicación no está abierta",
|
"Push_Notifications_Alert_Info": "Estas notificaciones se le entregan cuando la aplicación no está abierta",
|
||||||
"Quote": "Citar",
|
"Quote": "Citar",
|
||||||
|
"RESET": "RESET",
|
||||||
"Reactions_are_disabled": "Las reacciones están desactivadas",
|
"Reactions_are_disabled": "Las reacciones están desactivadas",
|
||||||
"Reactions_are_enabled": "Las reacciones están activadas",
|
"Reactions_are_enabled": "Las reacciones están activadas",
|
||||||
"Read_Only": "Sólo lectura ",
|
"Read_Only": "Sólo lectura ",
|
||||||
"Read_Receipt": "Comprobante de lectura",
|
"Read_Receipt": "Comprobante de lectura",
|
||||||
"Receive_Group_Mentions": "Recibir menciones de grupo",
|
"Receive_Group_Mentions": "Recibir menciones de grupo",
|
||||||
"Receive_Group_Mentions_Info": "Recibir menciones @all y @here",
|
"Receive_Group_Mentions_Info": "Recibir menciones @all y @here",
|
||||||
"Register": "Registrar",
|
|
||||||
"replies": "respuestas",
|
|
||||||
"reply": "respuesta",
|
|
||||||
"Reply": "Respuesta",
|
|
||||||
"Report": "Informe",
|
|
||||||
"Receive_Notification": "Recibir notificación",
|
"Receive_Notification": "Recibir notificación",
|
||||||
"Receive_notifications_from": "Recibir notificación de {{name}}",
|
"Receive_notifications_from": "Recibir notificación de {{name}}",
|
||||||
|
"Register": "Registrar",
|
||||||
|
"Remove_someone_from_room": "Eliminar a alguien de la sala",
|
||||||
|
"Reply": "Respuesta",
|
||||||
|
"Report": "Informe",
|
||||||
"Resend": "Reenviar",
|
"Resend": "Reenviar",
|
||||||
"Reset_password": "Resetear contraseña",
|
"Reset_password": "Resetear contraseña",
|
||||||
"resetting_password": "reseteando contraseña",
|
|
||||||
"RESET": "RESET",
|
|
||||||
"Roles": "Roles",
|
"Roles": "Roles",
|
||||||
"Room_Info_Edit": "Editar información de la sala",
|
|
||||||
"Room_Info": "Información de la sala",
|
"Room_Info": "Información de la sala",
|
||||||
|
"Room_Info_Edit": "Editar información de la sala",
|
||||||
"SAVE": "GUARDAR",
|
"SAVE": "GUARDAR",
|
||||||
"Save_Changes": "Guardar cambios",
|
|
||||||
"Save": "Guardar",
|
"Save": "Guardar",
|
||||||
"saving_preferences": "guardando preferencias",
|
"Save_Changes": "Guardar cambios",
|
||||||
"saving_profile": "guardando perfil",
|
|
||||||
"saving_settings": "guardando configuración",
|
|
||||||
"Search_Messages": "Buscar mensajes",
|
|
||||||
"Search": "Buscar",
|
"Search": "Buscar",
|
||||||
|
"Search_Messages": "Buscar mensajes",
|
||||||
"Search_by": "Buscar por",
|
"Search_by": "Buscar por",
|
||||||
"Search_global_users": "Buscar por usuarios globales",
|
"Search_global_users": "Buscar por usuarios globales",
|
||||||
"Search_global_users_description": "Si lo activas, puedes buscar cualquier usuario de otras empresas o servidores.",
|
"Search_global_users_description": "Si lo activas, puedes buscar cualquier usuario de otras empresas o servidores.",
|
||||||
|
"Search_messages": "Buscar mensajes",
|
||||||
"Select_Server": "Selecciona servidor",
|
"Select_Server": "Selecciona servidor",
|
||||||
"Select_Users": "Selecciona usuarios",
|
"Select_Users": "Selecciona usuarios",
|
||||||
"Send": "Enviar",
|
"Send": "Enviar",
|
||||||
|
@ -214,12 +194,22 @@
|
||||||
"Settings_succesfully_changed": "¡Configuración cambiada correctamente!",
|
"Settings_succesfully_changed": "¡Configuración cambiada correctamente!",
|
||||||
"Share": "Compartir",
|
"Share": "Compartir",
|
||||||
"Share_this_app": "Compartir esta aplicación",
|
"Share_this_app": "Compartir esta aplicación",
|
||||||
|
"Show_the_keyboard_shortcut_list": "Mostrar la lista de atajos de teclado",
|
||||||
"Sign_Up": "Registrarse",
|
"Sign_Up": "Registrarse",
|
||||||
|
"Slash_Gimme_Description": "Muestra (つ ◕_◕) つ antes de tu mensaje",
|
||||||
|
"Slash_LennyFace_Description": "Muestra (͡ ° ͜ʖ ͡ °) después de tu mensaje",
|
||||||
|
"Slash_Shrug_Description": "Muestra ¯ \\ _ (ツ) _ / ¯ después de tu mensaje",
|
||||||
|
"Slash_Status_Description": "Configura tu mensaje de estado",
|
||||||
|
"Slash_Status_Params": "Mensaje de estado",
|
||||||
|
"Slash_TableUnflip_Description": "Muestra ┬─┬ ノ( ゜-゜ノ)",
|
||||||
|
"Slash_Tableflip_Description": "Muestra ° (╯ ° □ °) ╯( ┻━┻",
|
||||||
|
"Slash_Topic_Description": "Establecer tema",
|
||||||
|
"Slash_Topic_Params": "Mensaje de tema",
|
||||||
"Sound": "Sonido",
|
"Sound": "Sonido",
|
||||||
"Star": "Destacar",
|
"Star": "Destacar",
|
||||||
"Starred": "Destacado",
|
"Starred": "Destacado",
|
||||||
"Started_discussion": "Comenzar una conversación:",
|
|
||||||
"Started_call": "Llamada iniciada por {{userBy}}",
|
"Started_call": "Llamada iniciada por {{userBy}}",
|
||||||
|
"Started_discussion": "Comenzar una conversación:",
|
||||||
"Table": "Tabla",
|
"Table": "Tabla",
|
||||||
"Take_a_photo": "Enviar una foto",
|
"Take_a_photo": "Enviar una foto",
|
||||||
"Take_a_video": "Enviar un vídeo",
|
"Take_a_video": "Enviar un vídeo",
|
||||||
|
@ -228,75 +218,85 @@
|
||||||
"There_was_an_error_while_action": "¡Ha habido un error mientras {{action}}!",
|
"There_was_an_error_while_action": "¡Ha habido un error mientras {{action}}!",
|
||||||
"This_room_is_blocked": "La sala está bloqueada",
|
"This_room_is_blocked": "La sala está bloqueada",
|
||||||
"This_room_is_read_only": "Esta sala es de sólo lectura",
|
"This_room_is_read_only": "Esta sala es de sólo lectura",
|
||||||
"Threads": "Hilos",
|
|
||||||
"Thread": "Hilo",
|
"Thread": "Hilo",
|
||||||
|
"Threads": "Hilos",
|
||||||
"Timezone": "Zona horaria",
|
"Timezone": "Zona horaria",
|
||||||
"topic": "asunto",
|
|
||||||
"Topic": "Asunto",
|
"Topic": "Asunto",
|
||||||
"Translate": "Traducir",
|
"Translate": "Traducir",
|
||||||
"Try_again": "Intentar de nuevo",
|
"Try_again": "Intentar de nuevo",
|
||||||
"Two_Factor_Authentication": "Autenticación de doble factor",
|
"Two_Factor_Authentication": "Autenticación de doble factor",
|
||||||
"unarchive": "desarchivar",
|
"Type_message": "Escribir mensaje",
|
||||||
"UNARCHIVE": "DESARCHIVAR",
|
"UNARCHIVE": "DESARCHIVAR",
|
||||||
"Unfollowed_thread": "Dejar de seguir el hilo",
|
"Unfollowed_thread": "Dejar de seguir el hilo",
|
||||||
"Unmute": "Desmutear",
|
"Unmute": "Desmutear",
|
||||||
"unmuted": "Desmuteado",
|
"Unmute_someone_in_room": "Reactivar audio de un usuario de la sala",
|
||||||
"Unpin": "Quitar estado fijado",
|
"Unpin": "Quitar estado fijado",
|
||||||
"unread_messages": "marcar como no leído",
|
|
||||||
"Unread": "Marcar como no leído",
|
"Unread": "Marcar como no leído",
|
||||||
"Unread_on_top": "Mensajes no leídos en la parte superior",
|
"Unread_on_top": "Mensajes no leídos en la parte superior",
|
||||||
"Unstar": "Quitar destacado",
|
"Unstar": "Quitar destacado",
|
||||||
"Updating": "Actualizando...",
|
"Updating": "Actualizando...",
|
||||||
"Uploading": "Subiendo",
|
"Uploading": "Subiendo",
|
||||||
"Users": "Usuarios",
|
|
||||||
"User_has_been_key": "El usuario ha sido {{key}}",
|
"User_has_been_key": "El usuario ha sido {{key}}",
|
||||||
"User_sent_an_attachment": "{{user}} envío un adjunto",
|
"User_sent_an_attachment": "{{user}} envío un adjunto",
|
||||||
"Username": "Nombre de usuario",
|
"Username": "Nombre de usuario",
|
||||||
"Username_or_email": "Nombre de usuario o email",
|
"Username_or_email": "Nombre de usuario o email",
|
||||||
|
"Users": "Usuarios",
|
||||||
|
"Version_no": "Versión: {{version}}",
|
||||||
"View_Original": "Ver original",
|
"View_Original": "Ver original",
|
||||||
"Websocket_disabled": "Websocket está deshabilitado para este servidor.\n{{contact}}",
|
"Websocket_disabled": "Websocket está deshabilitado para este servidor.\n{{contact}}",
|
||||||
|
"Whats_the_password_for_your_certificate": "¿Cuál es la contraseña de tu certificado?",
|
||||||
"Without_Servers": "Sin servidores",
|
"Without_Servers": "Sin servidores",
|
||||||
"Yes_action_it": "Sí, ¡{{action}}!",
|
"Yes_action_it": "Sí, ¡{{action}}!",
|
||||||
"Yesterday": "Ayer",
|
"Yesterday": "Ayer",
|
||||||
|
"You": "Tú",
|
||||||
"You_are_in_preview_mode": "Estás en modo vista previa",
|
"You_are_in_preview_mode": "Estás en modo vista previa",
|
||||||
"You_can_search_using_RegExp_eg": "Puedes usar expresiones regulares. Por ejemplo, `/^text$/i`",
|
"You_can_search_using_RegExp_eg": "Puedes usar expresiones regulares. Por ejemplo, `/^text$/i`",
|
||||||
"You_colon": "Tú: ",
|
"You_colon": "Tú: ",
|
||||||
"you_were_mentioned": "has sido mencionado",
|
|
||||||
"you": "tú",
|
|
||||||
"You": "Tú",
|
|
||||||
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "Necesita acceder al menos a un servidor Rocket.Chat para compartir algo.",
|
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "Necesita acceder al menos a un servidor Rocket.Chat para compartir algo.",
|
||||||
"Your_certificate": "Tu certificado",
|
|
||||||
"Version_no": "Versión: {{version}}",
|
|
||||||
"You_will_not_be_able_to_recover_this_message": "¡No podrás recuperar este mensaje!",
|
"You_will_not_be_able_to_recover_this_message": "¡No podrás recuperar este mensaje!",
|
||||||
"Change_Language": "Cambiar idioma",
|
"Your_certificate": "Tu certificado",
|
||||||
"Crash_report_disclaimer": "Nunca rastreamos el contenido de sus conversaciones. El informe del error sólo contiene información relevante para nosotros con el fin de identificar los problemas y solucionarlos.",
|
"alert": "alerta",
|
||||||
"Type_message": "Escribir mensaje",
|
"alerts": "alertas",
|
||||||
"Search_messages": "Buscar mensajes",
|
"and": "y",
|
||||||
"Add_server": "Añadir servidor",
|
|
||||||
"Broadcast_hint": "Sólo los usuarios autorizados pueden escribir nuevos mensajes, el resto podrán responder sobre los mismos.",
|
|
||||||
"Learn_more": "Saber más",
|
|
||||||
"and_N_more": "y {{count}} más",
|
"and_N_more": "y {{count}} más",
|
||||||
"Slash_Gimme_Description": "Muestra (つ ◕_◕) つ antes de tu mensaje",
|
"announcement": "anuncio",
|
||||||
"Slash_LennyFace_Description": "Muestra (͡ ° ͜ʖ ͡ °) después de tu mensaje",
|
"archive": "fichero",
|
||||||
"Slash_Shrug_Description": "Muestra ¯ \\ _ (ツ) _ / ¯ después de tu mensaje",
|
"are_typing": "están escribiendo",
|
||||||
"Slash_Status_Description": "Configura tu mensaje de estado",
|
"changing_avatar": "cambiando avatar",
|
||||||
"Slash_Status_Params": "Mensaje de estado",
|
"creating_channel": "creando channel",
|
||||||
"Slash_Tableflip_Description": "Muestra ° (╯ ° □ °) ╯( ┻━┻",
|
"delete": "eliminar",
|
||||||
"Slash_TableUnflip_Description": "Muestra ┬─┬ ノ( ゜-゜ノ)",
|
"deleting_room": "eliminando sala",
|
||||||
"Slash_Topic_Description": "Establecer tema",
|
"description": "descripción",
|
||||||
"Slash_Topic_Params": "Mensaje de tema",
|
"error-action-not-allowed": "{{action}} no permitida",
|
||||||
"Create_A_New_Channel": "Crear un nuevo Channel",
|
"error-avatar-invalid-url": "URL de avatar inválida: {{url}}",
|
||||||
"Show_the_keyboard_shortcut_list": "Mostrar la lista de atajos de teclado",
|
"error-duplicate-channel-name": "Ya existe un canal con nombre {{room_name}}",
|
||||||
"Hide_room": "Ocultar",
|
"error-email-send-failed": "Error al enviar el correo electrónico: {{message}}",
|
||||||
"Invite_user_to_join_channel": "Invitar a un usuario a unirse a este canal",
|
"error-file-too-large": "El archivo es demasiado grande",
|
||||||
"Invite_user_to_join_channel_all_from": "Invitar a todos los usuarios de [#channell] a que se unan a este canal",
|
"error-invalid-email": "El email {{email}} no es correcto",
|
||||||
"Invite_user_to_join_channel_all_to": "Invitar a todos los usuarios de este canal a unirse a [#channel]",
|
"error-invalid-file-type": "El formato del archivo no es correcto",
|
||||||
"Join_the_given_channel": "Unirse al canal dado",
|
"error-invalid-password": "La contraseña no es correcta",
|
||||||
"Remove_someone_from_room": "Eliminar a alguien de la sala",
|
"error-invalid-room-name": "No se puede asignar el nombre {{room_name}} a una sala.",
|
||||||
"Leave_the_current_channel": "Salir del canal actual",
|
"error-not-allowed": "No permitido",
|
||||||
"Displays_action_text": "Mostrar texto de acción",
|
"error-too-many-requests": "Error, demasiadas peticiones. Debes esperar {{seconds}} segundos antes de continuar. Por favor, sé paciente.",
|
||||||
"Direct_message_someone": "Enviar mensaje directo a alguien",
|
"error-you-are-last-owner": "Eres el único propietario existente. Debes establecer un nuevo propietario antes de abandonar la sala.",
|
||||||
"Mute_someone_in_room": "Silenciar a alguien en la sala",
|
"is_typing": "escribiendo",
|
||||||
"Unmute_someone_in_room": "Reactivar audio de un usuario de la sala",
|
"last_message": "último mensaje",
|
||||||
"Audio": "Audio"
|
"leave": "abandonar",
|
||||||
|
"leaving_room": "abandonando sala",
|
||||||
|
"members": "miembros",
|
||||||
|
"message": "mensaje",
|
||||||
|
"messages": "mensajes",
|
||||||
|
"muted": "muteado",
|
||||||
|
"replies": "respuestas",
|
||||||
|
"reply": "respuesta",
|
||||||
|
"resetting_password": "reseteando contraseña",
|
||||||
|
"saving_preferences": "guardando preferencias",
|
||||||
|
"saving_profile": "guardando perfil",
|
||||||
|
"saving_settings": "guardando configuración",
|
||||||
|
"topic": "asunto",
|
||||||
|
"unarchive": "desarchivar",
|
||||||
|
"unmuted": "Desmuteado",
|
||||||
|
"unread_messages": "marcar como no leído",
|
||||||
|
"you": "tú",
|
||||||
|
"you_were_mentioned": "has sido mencionado"
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1,84 +1,65 @@
|
||||||
{
|
{
|
||||||
"__count__empty_rooms_will_be_removed_automatically": "{{count}} stanze vuote verranno eliminate.",
|
|
||||||
"__count__empty_room_will_be_removed_automatically": "{{count}} stanza vuota verrà eliminata.",
|
|
||||||
"1_person_reacted": "1 persona ha reagito",
|
"1_person_reacted": "1 persona ha reagito",
|
||||||
"error-action-not-allowed": "{{action}} non autorizzata",
|
"ARCHIVE": "ARCHIVIO",
|
||||||
"error-avatar-invalid-url": "URL avatar non valido: {{url}}",
|
"A_meaningful_name_for_the_discussion_room": "Un nome significativo per il canale di discussione",
|
||||||
"error-duplicate-channel-name": "Esiste già un canale con nome {{room_name}}",
|
|
||||||
"error-email-send-failed": "Errore nel tentativo di invio e-mail: {{message}}",
|
|
||||||
"error-save-image": "Errore nel salvataggio dell'immagine",
|
|
||||||
"error-save-video": "Errore nel salvataggio del video",
|
|
||||||
"error-file-too-large": "File troppo grande",
|
|
||||||
"error-not-permission-to-upload-file": "Non hai l'autorizzazione per caricare file",
|
|
||||||
"error-invalid-email": "E-mail {{email}} non valida",
|
|
||||||
"error-invalid-file-type": "Tipo di file non valido",
|
|
||||||
"error-invalid-password": "Password non corretta",
|
|
||||||
"error-invalid-room-name": "{{room_name}} non è un nome di stanza valido",
|
|
||||||
"error-not-allowed": "Non permesso",
|
|
||||||
"error-too-many-requests": "Errore, troppe richieste effettuate. Rallenta. Devi attendere {{seconds}} secondi prima di riprovare.",
|
|
||||||
"error-you-are-last-owner": "Sei l'ultimo proprietario rimasto. Imposta un nuovo proprietario prima di lasciare la stanza.",
|
|
||||||
"A_new_owner_will_be_assigned_automatically_to__count__rooms": "Un nuovo proprietario verrà assegnato automaticamente a {{count}} stanze.",
|
|
||||||
"A_new_owner_will_be_assigned_automatically_to__count__room": "Un nuovo proprietario verrà assegnato automaticamente alla stanza {{count}}.",
|
"A_new_owner_will_be_assigned_automatically_to__count__room": "Un nuovo proprietario verrà assegnato automaticamente alla stanza {{count}}.",
|
||||||
|
"A_new_owner_will_be_assigned_automatically_to__count__rooms": "Un nuovo proprietario verrà assegnato automaticamente a {{count}} stanze.",
|
||||||
"Actions": "Azioni",
|
"Actions": "Azioni",
|
||||||
"Activity": "Attività",
|
"Activity": "Attività",
|
||||||
"Add_Server": "Aggiungi server",
|
"Add_Server": "Aggiungi server",
|
||||||
|
"Add_server": "Aggiungi server",
|
||||||
"Add_users": "Aggiungi utenti",
|
"Add_users": "Aggiungi utenti",
|
||||||
"Admin_Panel": "Amministrazione",
|
"Admin_Panel": "Amministrazione",
|
||||||
|
"After_seconds_set_by_admin": "Dopo {{seconds}} secondi (impostati dall'admin)",
|
||||||
"Agent": "Agente",
|
"Agent": "Agente",
|
||||||
"Alert": "Avviso",
|
"Alert": "Avviso",
|
||||||
"alert": "avviso",
|
|
||||||
"alerts": "avvisi",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "Tutti gli utenti nel canale possono scrivere messaggi",
|
|
||||||
"All_users_in_the_team_can_write_new_messages": "Tutti gli utenti nel team possono scrivere nuovi messaggi",
|
|
||||||
"A_meaningful_name_for_the_discussion_room": "Un nome significativo per il canale di discussione",
|
|
||||||
"All": "Tutti",
|
"All": "Tutti",
|
||||||
"All_Messages": "Tutti i messaggi",
|
"All_Messages": "Tutti i messaggi",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "Tutti gli utenti nel canale possono scrivere messaggi",
|
||||||
|
"All_users_in_the_team_can_write_new_messages": "Tutti gli utenti nel team possono scrivere nuovi messaggi",
|
||||||
"Allow_Reactions": "Permetti reazioni",
|
"Allow_Reactions": "Permetti reazioni",
|
||||||
"and": "e",
|
|
||||||
"announcement": "annuncio",
|
|
||||||
"Announcement": "Annuncio",
|
"Announcement": "Annuncio",
|
||||||
"Apply_Your_Certificate": "Applica il tuo certificato",
|
"Apply_Your_Certificate": "Applica il tuo certificato",
|
||||||
"ARCHIVE": "ARCHIVIO",
|
|
||||||
"archive": "archivio",
|
|
||||||
"are_typing": "stanno scrivendo",
|
|
||||||
"Are_you_sure_question_mark": "Sei sicuro?",
|
"Are_you_sure_question_mark": "Sei sicuro?",
|
||||||
"Are_you_sure_you_want_to_delete_your_account": "Sicuro di voler eliminare il tuo account?",
|
"Are_you_sure_you_want_to_delete_your_account": "Sicuro di voler eliminare il tuo account?",
|
||||||
"Deleting_a_user_will_delete_all_messages": "L'eliminazione di un utente comporta l'eliminazione di tutti i messaggi, le stanze e i team di quell'utente. Questa operazione non può essere annullata.",
|
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "Sei sicuro di voler lasciare la stanza {{room}}?",
|
"Are_you_sure_you_want_to_leave_the_room": "Sei sicuro di voler lasciare la stanza {{room}}?",
|
||||||
"Automatic": "Automatico",
|
"Audio": "Audio",
|
||||||
"Auto_Translate": "Traduzione automatica",
|
"Auto_Translate": "Traduzione automatica",
|
||||||
"Avatar_changed_successfully": "Avatar aggiornato correttamente!",
|
"Automatic": "Automatico",
|
||||||
"Avatar_Url": "URL avatar",
|
"Avatar_Url": "URL avatar",
|
||||||
|
"Avatar_changed_successfully": "Avatar aggiornato correttamente!",
|
||||||
"Away": "Assente",
|
"Away": "Assente",
|
||||||
"Black": "Nero",
|
"Black": "Nero",
|
||||||
|
"Broadcast_hint": "Solo gli utenti autorizzati possono scrivere messaggi, ma gli altri utenti saranno in grado di rispondere",
|
||||||
"Browser": "Browser",
|
"Browser": "Browser",
|
||||||
"Busy": "Occupato",
|
"Busy": "Occupato",
|
||||||
|
"Call_already_ended": "Chiamata già terminata!",
|
||||||
|
"Cancel": "Annulla",
|
||||||
"Cancel_editing": "Annulla modifica",
|
"Cancel_editing": "Annulla modifica",
|
||||||
"Cancel_recording": "Annulla registrazione",
|
"Cancel_recording": "Annulla registrazione",
|
||||||
"Cancel": "Annulla",
|
"Certificate_password": "Password certificato",
|
||||||
"changing_avatar": "cambio avatar",
|
"Change_Language": "Cambia lingua",
|
||||||
"creating_channel": "creo canale",
|
"Change_language_loading": "Cambiando la lingua.",
|
||||||
"creating_invite": "creo invito",
|
|
||||||
"Channel_Name": "Nome canale",
|
"Channel_Name": "Nome canale",
|
||||||
"Channels": "Canali",
|
"Channels": "Canali",
|
||||||
"Chats": "Chat",
|
"Chat_closed_by_agent": "Chat chiusa dall'agente",
|
||||||
"Chat_started": "Chat avviata",
|
"Chat_started": "Chat avviata",
|
||||||
"Call_already_ended": "Chiamata già terminata!",
|
"Chats": "Chat",
|
||||||
|
"Choose": "Scegli",
|
||||||
|
"Choose_file": "Scegli file",
|
||||||
|
"Choose_from_library": "Scegli dalla libreria",
|
||||||
|
"Choose_where_you_want_links_be_opened": "Scegli dove vuoi che vengano aperti i link",
|
||||||
|
"Clear": "Cancella",
|
||||||
|
"Clear_cache": "Cancella la cache locale",
|
||||||
|
"Clear_cache_loading": "Cancellando la cache.",
|
||||||
"Clear_cookies_alert": "Vuoi cancellare tutti i cookie?",
|
"Clear_cookies_alert": "Vuoi cancellare tutti i cookie?",
|
||||||
"Clear_cookies_desc": "Questo cancellerà tutti i coockie di login, permettendoti di accedere con altri account.",
|
"Clear_cookies_desc": "Questo cancellerà tutti i coockie di login, permettendoti di accedere con altri account.",
|
||||||
"Clear_cookies_yes": "Si, cancella i cookie",
|
|
||||||
"Clear_cookies_no": "No, mantieni i cookie",
|
"Clear_cookies_no": "No, mantieni i cookie",
|
||||||
|
"Clear_cookies_yes": "Si, cancella i cookie",
|
||||||
"Click_to_join": "Clicca per unirti!",
|
"Click_to_join": "Clicca per unirti!",
|
||||||
"Close": "Chiudi",
|
"Close": "Chiudi",
|
||||||
"Close_emoji_selector": "Chiudi selettore emoji",
|
"Close_emoji_selector": "Chiudi selettore emoji",
|
||||||
"Change_language_loading": "Cambiando la lingua.",
|
|
||||||
"Chat_closed_by_agent": "Chat chiusa dall'agente",
|
|
||||||
"Choose": "Scegli",
|
|
||||||
"Choose_from_library": "Scegli dalla libreria",
|
|
||||||
"Choose_file": "Scegli file",
|
|
||||||
"Choose_where_you_want_links_be_opened": "Scegli dove vuoi che vengano aperti i link",
|
|
||||||
"Code_or_password_invalid": "Codice o password non validi",
|
"Code_or_password_invalid": "Codice o password non validi",
|
||||||
"Conversation_closed": "Conversazione chiusa",
|
|
||||||
"Collaborative": "Collaborativo",
|
"Collaborative": "Collaborativo",
|
||||||
"Confirm": "Conferma",
|
"Confirm": "Conferma",
|
||||||
"Connect": "Connetti",
|
"Connect": "Connetti",
|
||||||
|
@ -86,78 +67,92 @@
|
||||||
"Contact_us": "Contattaci",
|
"Contact_us": "Contattaci",
|
||||||
"Contact_your_server_admin": "Contatta l'amministratore.",
|
"Contact_your_server_admin": "Contatta l'amministratore.",
|
||||||
"Continue_with": "Continua con",
|
"Continue_with": "Continua con",
|
||||||
|
"Conversation": "Conversazione",
|
||||||
|
"Conversation_closed": "Conversazione chiusa",
|
||||||
"Copied_to_clipboard": "Copiato negli appunti!",
|
"Copied_to_clipboard": "Copiato negli appunti!",
|
||||||
"Copy": "Copia",
|
"Copy": "Copia",
|
||||||
"Conversation": "Conversazione",
|
"Crash_report_disclaimer": "Non registreremo mai il contenuto delle tue chat. Il crash report contiene solo informazioni necessarie per l'identificazione e la risoluzione dei problemi.",
|
||||||
"Certificate_password": "Password certificato",
|
"Create": "Crea",
|
||||||
"Clear_cache": "Cancella la cache locale",
|
"Create_A_New_Channel": "Crea un nuovo canale",
|
||||||
"Clear_cache_loading": "Cancellando la cache.",
|
|
||||||
"Whats_the_password_for_your_certificate": "Qual'è la password del tuo certificato?",
|
|
||||||
"Create_account": "Crea un account",
|
|
||||||
"Create_Channel": "Crea canale",
|
"Create_Channel": "Crea canale",
|
||||||
"Create_Direct_Messages": "Crea Messaggi Privati",
|
"Create_Direct_Messages": "Crea Messaggi Privati",
|
||||||
"Create_Discussion": "Crea una Discussione",
|
"Create_Discussion": "Crea una Discussione",
|
||||||
"Created_snippet": "Snippet creato",
|
|
||||||
"Create_a_new_workspace": "Crea un nuovo workspace",
|
"Create_a_new_workspace": "Crea un nuovo workspace",
|
||||||
"Create": "Crea",
|
"Create_account": "Crea un account",
|
||||||
|
"Created_snippet": "Snippet creato",
|
||||||
|
"DELETE": "ELIMINA",
|
||||||
"Dark": "Scuro",
|
"Dark": "Scuro",
|
||||||
"Dark_level": "Contrasto",
|
"Dark_level": "Contrasto",
|
||||||
"Default": "Predefinito",
|
"Default": "Predefinito",
|
||||||
"Default_browser": "Browser predefinito",
|
"Default_browser": "Browser predefinito",
|
||||||
"Delete_Room_Warning": "Eliminare una stanza cancellerà tutti i messaggi in essa contenuti. Questa azione non può essere annullata.",
|
|
||||||
"Department": "Dipartimento",
|
|
||||||
"delete": "elimina",
|
|
||||||
"Delete": "Elimina",
|
"Delete": "Elimina",
|
||||||
"DELETE": "ELIMINA",
|
|
||||||
"Delete_Account": "Elimina account",
|
"Delete_Account": "Elimina account",
|
||||||
"Delete_Account_confirm": "Sì, Elimina",
|
"Delete_Account_confirm": "Sì, Elimina",
|
||||||
"move": "spostare",
|
"Delete_Room_Warning": "Eliminare una stanza cancellerà tutti i messaggi in essa contenuti. Questa azione non può essere annullata.",
|
||||||
"deleting_room": "cancellazione stanza",
|
"Deleting_a_user_will_delete_all_messages": "L'eliminazione di un utente comporta l'eliminazione di tutti i messaggi, le stanze e i team di quell'utente. Questa operazione non può essere annullata.",
|
||||||
"description": "descrizione",
|
"Department": "Dipartimento",
|
||||||
"Description": "Descrizione",
|
"Description": "Descrizione",
|
||||||
"Desktop_Notifications": "Notifiche Desktop",
|
|
||||||
"Desktop_Alert_info": "Queste notifiche vengono inviate sul client desktop",
|
"Desktop_Alert_info": "Queste notifiche vengono inviate sul client desktop",
|
||||||
"Directory": "Rubrica",
|
"Desktop_Notifications": "Notifiche Desktop",
|
||||||
"Direct_Messages": "Messaggi diretti",
|
"Direct_Messages": "Messaggi diretti",
|
||||||
"Discussions": "Discussioni",
|
"Direct_message": "Messaggio diretto",
|
||||||
|
"Direct_message_someone": "Invia un messaggio diretto",
|
||||||
|
"Directory": "Rubrica",
|
||||||
"Discussion_Desc": "Aiuta a mantenere una panoramica di ciò che sta succedendo! Creando una discussione verrà creato un sotto-canale di quello selezionato ed entrambi saranno collegati",
|
"Discussion_Desc": "Aiuta a mantenere una panoramica di ciò che sta succedendo! Creando una discussione verrà creato un sotto-canale di quello selezionato ed entrambi saranno collegati",
|
||||||
"Discussion_name": "Nome della discussione",
|
"Discussion_name": "Nome della discussione",
|
||||||
"Dont_Have_An_Account": "Non hai un account?",
|
"Discussions": "Discussioni",
|
||||||
"Do_you_have_an_account": "Hai un account?",
|
"Displays_action_text": "Mostra il testo di azione",
|
||||||
"Do_you_have_a_certificate": "Hai un certificato?",
|
"Do_you_have_a_certificate": "Hai un certificato?",
|
||||||
|
"Do_you_have_an_account": "Hai un account?",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "Sei sicuro di voler {{key}} questa stanza?",
|
"Do_you_really_want_to_key_this_room_question_mark": "Sei sicuro di voler {{key}} questa stanza?",
|
||||||
|
"Dont_Have_An_Account": "Non hai un account?",
|
||||||
|
"Dont_activate": "Non attivare ora",
|
||||||
"E2E_Encryption": "Crittografia E2E",
|
"E2E_Encryption": "Crittografia E2E",
|
||||||
"E2E_How_It_Works_info1": "Ora puoi creare gruppi e messaggi privati crittografati. Puoi anche crittografare quelli già esistenti.",
|
"E2E_How_It_Works_info1": "Ora puoi creare gruppi e messaggi privati crittografati. Puoi anche crittografare quelli già esistenti.",
|
||||||
"E2E_How_It_Works_info2": "Questa è *crittografia end-to-end*, quindi la chiave per cifrare/decifrare i messaggi non verrà salvata sul server. Per questo motivo *devi salvare questa password in un luogo sicuro* dove poterla recuperare in seguito qualora necessario.",
|
"E2E_How_It_Works_info2": "Questa è *crittografia end-to-end*, quindi la chiave per cifrare/decifrare i messaggi non verrà salvata sul server. Per questo motivo *devi salvare questa password in un luogo sicuro* dove poterla recuperare in seguito qualora necessario.",
|
||||||
"E2E_How_It_Works_info3": "Procedendo verrà generata automaticamente una password E2E.",
|
"E2E_How_It_Works_info3": "Procedendo verrà generata automaticamente una password E2E.",
|
||||||
"E2E_How_It_Works_info4": "Puoi impostare una nuova password per la chiave di cifratura in qualsiasi momento da uno dei browser dove hai inserito la password E2E esistente.",
|
"E2E_How_It_Works_info4": "Puoi impostare una nuova password per la chiave di cifratura in qualsiasi momento da uno dei browser dove hai inserito la password E2E esistente.",
|
||||||
|
"E2E_encryption_change_password_confirmation": "Si, cambiala",
|
||||||
|
"E2E_encryption_change_password_description": "Ora puoi creare gruppi e messaggi privati crittografati. Potrai, inoltre, crittografare i tuoi gruppi e messaggi privati esistenti. \nQuesta è crittografia end-to-end, la chiave per codificare/decodificare i tuoi messaggi non verrà salvata sul server. Per questo motivo devi salvarla in un luogo sicuro. Ti verrà richiesto di inserirla sugli altri dispositivi sui quali vuoi usare la crittografia e2e.",
|
||||||
|
"E2E_encryption_change_password_error": "Si è verificato un errore durante il cambio della password della chiave E2E!",
|
||||||
|
"E2E_encryption_change_password_message": "Assicurati di salvarla in un posto sicuro.",
|
||||||
|
"E2E_encryption_change_password_success": "La password della chiave E2E è stata cambiata con successo!",
|
||||||
|
"E2E_encryption_change_password_title": "Cambia la password di cifratura",
|
||||||
|
"E2E_encryption_reset_button": "Ripristina",
|
||||||
|
"E2E_encryption_reset_confirmation": "Si, resettala",
|
||||||
|
"E2E_encryption_reset_description": "Questa opzione rimuoverà la tua chiave E2E corrente e sarai disconnesso. \nAl prossimo login, Rocket.Chat genererà una nuova chiave e ripristinerà l'accesso a tutte le stanze crittografate con uno o più membri online. \nA causa della natura della crittografia E2E, Rocket.Chat non sarà in grado di ripristinare l'accesso alle stanze senza membri online.",
|
||||||
|
"E2E_encryption_reset_error": "Si è verificato un errore durante il ripristino della chiave E2E!",
|
||||||
|
"E2E_encryption_reset_message": "Stai per essere disconnesso.",
|
||||||
|
"E2E_encryption_reset_title": "Ripristina la Chiave E2E",
|
||||||
"Edit": "Modifica",
|
"Edit": "Modifica",
|
||||||
"Edit_Status": "Modifica Stato",
|
|
||||||
"Edit_Invite": "Modifica invito",
|
"Edit_Invite": "Modifica invito",
|
||||||
"End_to_end_encrypted_room": "Stanza crittografata end to end",
|
"Edit_Status": "Modifica Stato",
|
||||||
|
"Email": "E-mail",
|
||||||
"Email_Notification_Mode_All": "Ogni Menzione/Messaggio Privato",
|
"Email_Notification_Mode_All": "Ogni Menzione/Messaggio Privato",
|
||||||
"Email_Notification_Mode_Disabled": "Disabilitato",
|
"Email_Notification_Mode_Disabled": "Disabilitato",
|
||||||
"Email": "E-mail",
|
|
||||||
"Enable_Auto_Translate": "Abilita traduzione automatica",
|
"Enable_Auto_Translate": "Abilita traduzione automatica",
|
||||||
"Encrypted": "Crittografato",
|
"Encrypted": "Crittografato",
|
||||||
"Encrypted_message": "Messaggio crittografato",
|
"Encrypted_message": "Messaggio crittografato",
|
||||||
|
"Encryption_error_desc": "Non è stato possibile importare la tua chiave di cifratura.",
|
||||||
|
"Encryption_error_title": "La tua password di cifratura sembra errata",
|
||||||
|
"End_to_end_encrypted_room": "Stanza crittografata end to end",
|
||||||
"Enter_Your_E2E_Password": "Inserisci la tua password E2E",
|
"Enter_Your_E2E_Password": "Inserisci la tua password E2E",
|
||||||
"Enter_Your_Encryption_Password_desc1": "Potrai così accedere ai tuoi gruppi privati e messaggi privati crittografati.",
|
"Enter_Your_Encryption_Password_desc1": "Potrai così accedere ai tuoi gruppi privati e messaggi privati crittografati.",
|
||||||
"Enter_Your_Encryption_Password_desc2": "Devi inserire la password per cifrare/decifrare i messaggi ovunque usi la chat.",
|
"Enter_Your_Encryption_Password_desc2": "Devi inserire la password per cifrare/decifrare i messaggi ovunque usi la chat.",
|
||||||
"Encryption_error_title": "La tua password di cifratura sembra errata",
|
"Enter_workspace_URL": "Inserisci la url del workspace",
|
||||||
"Encryption_error_desc": "Non è stato possibile importare la tua chiave di cifratura.",
|
"Error_uploading": "Errore nel caricamento di",
|
||||||
"Everyone_can_access_this_channel": "Tutti hanno accesso a questo canale",
|
"Everyone_can_access_this_channel": "Tutti hanno accesso a questo canale",
|
||||||
"Everyone_can_access_this_team": "Tutti hanno accesso a questo team",
|
"Everyone_can_access_this_team": "Tutti hanno accesso a questo team",
|
||||||
"Error_uploading": "Errore nel caricamento di",
|
|
||||||
"Expiration_Days": "Scadenza (giorni)",
|
"Expiration_Days": "Scadenza (giorni)",
|
||||||
"Favorites": "Preferiti",
|
"Favorites": "Preferiti",
|
||||||
"Files": "File",
|
|
||||||
"File_description": "Descrizione file",
|
"File_description": "Descrizione file",
|
||||||
|
"Files": "File",
|
||||||
"Finish_recording": "Termina registrazione",
|
"Finish_recording": "Termina registrazione",
|
||||||
|
"Following": "Seguiti",
|
||||||
"Following_thread": "Thread seguito",
|
"Following_thread": "Thread seguito",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "Per garantire la sicurezza del tuo account, inserisci la password per continuare.",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "Per garantire la sicurezza del tuo account, inserisci la password per continuare.",
|
||||||
"Forgot_password_If_this_email_is_registered": "Se questa e-mail è registrata, manderemo istruzioni su come resettare la tua password. Se non ricevi nulla, torna qui e riprova di nuovo.",
|
|
||||||
"Forgot_password": "Password dimenticata",
|
"Forgot_password": "Password dimenticata",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "Se questa e-mail è registrata, manderemo istruzioni su come resettare la tua password. Se non ricevi nulla, torna qui e riprova di nuovo.",
|
||||||
"Forward": "Inoltra",
|
"Forward": "Inoltra",
|
||||||
"Forward_Chat": "Inoltra Chat",
|
"Forward_Chat": "Inoltra Chat",
|
||||||
"Forward_to_department": "Inoltra a dipartimento",
|
"Forward_to_department": "Inoltra a dipartimento",
|
||||||
|
@ -167,109 +162,141 @@
|
||||||
"Get_link": "Ottieni link",
|
"Get_link": "Ottieni link",
|
||||||
"Has_left_the_team": "Ha lasciato il team",
|
"Has_left_the_team": "Ha lasciato il team",
|
||||||
"Hide_System_Messages": "Nascondi messaggi di sistema",
|
"Hide_System_Messages": "Nascondi messaggi di sistema",
|
||||||
|
"Hide_room": "Nascondi il canale",
|
||||||
"Hide_type_messages": "Nascondi messaggi di \"{{type}}\"",
|
"Hide_type_messages": "Nascondi messaggi di \"{{type}}\"",
|
||||||
"How_It_Works": "Come funziona",
|
"How_It_Works": "Come funziona",
|
||||||
"Message_HideType_uj": "Ingresso Utente",
|
|
||||||
"Message_HideType_ul": "Uscita Utente",
|
|
||||||
"Message_HideType_ru": "Rimozione Utente",
|
|
||||||
"Message_HideType_au": "Aggiunta Utente",
|
|
||||||
"Message_HideType_mute_unmute": "Microfono Utente attivato / disattivato",
|
|
||||||
"Message_HideType_r": "Nome Stanza cambiato",
|
|
||||||
"Message_HideType_ut": "Ingresso Utente in Conversazione",
|
|
||||||
"Message_HideType_wm": "Benvenuto",
|
|
||||||
"Message_HideType_rm": "Rimozione Messaggio",
|
|
||||||
"Message_HideType_subscription_role_added": "Creazione ruolo",
|
|
||||||
"Message_HideType_subscription_role_removed": "Rimozione ruolo",
|
|
||||||
"Message_HideType_room_archived": "Stanza archiviata",
|
|
||||||
"Message_HideType_room_unarchived": "Stanza ripristinata dall'archivio",
|
|
||||||
"I_Saved_My_E2E_Password": "Ho salvato la mia Password E2E",
|
|
||||||
"IP": "Indirizzo IP",
|
"IP": "Indirizzo IP",
|
||||||
"In_app": "In-app",
|
"I_Saved_My_E2E_Password": "Ho salvato la mia Password E2E",
|
||||||
|
"Ignore": "Ignora",
|
||||||
"In_App_And_Desktop": "In-app e Desktop",
|
"In_App_And_Desktop": "In-app e Desktop",
|
||||||
"In_App_and_Desktop_Alert_info": "Mostra una notifica in cima allo schermo quando l'app è aperta, e mostra una notifica sul desktop",
|
"In_App_and_Desktop_Alert_info": "Mostra una notifica in cima allo schermo quando l'app è aperta, e mostra una notifica sul desktop",
|
||||||
"Invisible": "Invisibile",
|
"In_app": "In-app",
|
||||||
"is_typing": "sta scrivendo",
|
"Insert_Join_Code": "Inserisci il codice d'accesso",
|
||||||
"Invalid_or_expired_invite_token": "Token di invito non valido o scaduto",
|
"Invalid_or_expired_invite_token": "Token di invito non valido o scaduto",
|
||||||
"Invalid_server_version": "Il server a cui stai cercando di connetterti sta utilizzando una versione non più supportata dall'app: {{currentVersion}}.\n\nVersione minima richiesta: {{minVersion}}",
|
"Invalid_server_version": "Il server a cui stai cercando di connetterti sta utilizzando una versione non più supportata dall'app: {{currentVersion}}.\n\nVersione minima richiesta: {{minVersion}}",
|
||||||
|
"Invisible": "Invisibile",
|
||||||
"Invite_Link": "Link di invito",
|
"Invite_Link": "Link di invito",
|
||||||
|
"Invite_user_to_join_channel": "Invita un utente ad entrare in questo canale",
|
||||||
|
"Invite_user_to_join_channel_all_from": "Invita tutti gli utenti da [#channell] per unirsi a questo canale",
|
||||||
|
"Invite_user_to_join_channel_all_to": "Invita tutti gli utenti di questo canale a unirsi [#channel]",
|
||||||
"Invite_users": "Invita utenti",
|
"Invite_users": "Invita utenti",
|
||||||
"Join": "Entra",
|
"Join": "Entra",
|
||||||
"Join_Code": "Codice d'accesso",
|
"Join_Code": "Codice d'accesso",
|
||||||
"Insert_Join_Code": "Inserisci il codice d'accesso",
|
|
||||||
"Join_our_open_workspace": "Unisciti al nostro workspace",
|
"Join_our_open_workspace": "Unisciti al nostro workspace",
|
||||||
|
"Join_the_given_channel": "Entra nel canale specificato",
|
||||||
"Just_invited_people_can_access_this_channel": "Solo le persone invitate possono accedere a questo canale",
|
"Just_invited_people_can_access_this_channel": "Solo le persone invitate possono accedere a questo canale",
|
||||||
"Just_invited_people_can_access_this_team": "Solo le persone invitate possono accedere a questo team",
|
"Just_invited_people_can_access_this_team": "Solo le persone invitate possono accedere a questo team",
|
||||||
"Language": "Lingua",
|
"Language": "Lingua",
|
||||||
"last_message": "ultimo messaggio",
|
|
||||||
"leaving_room": "abbandonando stanza",
|
|
||||||
"Leave": "Lasciare il canale",
|
"Leave": "Lasciare il canale",
|
||||||
"leave": "abbandona",
|
"Leave_the_current_channel": "Abbandona il canale corrente",
|
||||||
"Legal": "Informazioni",
|
"Legal": "Informazioni",
|
||||||
"Light": "Chiaro",
|
|
||||||
"License": "Licenza",
|
"License": "Licenza",
|
||||||
|
"Light": "Chiaro",
|
||||||
|
"Local_authentication_auto_lock_1800": "Dopo 30 minuti",
|
||||||
|
"Local_authentication_auto_lock_300": "Dopo 5 minuti",
|
||||||
|
"Local_authentication_auto_lock_3600": "Dopo 1 ora",
|
||||||
|
"Local_authentication_auto_lock_60": "Dopo 1 minuto",
|
||||||
|
"Local_authentication_auto_lock_900": "Dopo 15 minuti",
|
||||||
|
"Local_authentication_biometry_fallback": "Usa passcode",
|
||||||
|
"Local_authentication_biometry_title": "Autenticazione",
|
||||||
|
"Local_authentication_change_passcode": "Cambia Passcode",
|
||||||
|
"Local_authentication_facial_recognition": "riconoscimento facciale",
|
||||||
|
"Local_authentication_fingerprint": "impronta digitale",
|
||||||
|
"Local_authentication_info": "Nota: se dimentichi il Passcode, dovrai cancellare e installare nuovamente l'app.",
|
||||||
|
"Local_authentication_unlock_option": "Sblocca con Passcode",
|
||||||
|
"Local_authentication_unlock_with_label": "Sblocca con {{label}}",
|
||||||
|
"Log_analytics_events": "Invia statistiche anonime",
|
||||||
|
"Logged_out_by_server": "Sei stato disconnesso dal server. Esegui nuovamente l'accesso.",
|
||||||
|
"Logged_out_of_other_clients_successfully": "Disconnesso dalle altre postazioni con successo",
|
||||||
|
"Logging_out": "Disconnettendo.",
|
||||||
"Login": "Accedi",
|
"Login": "Accedi",
|
||||||
"Login_error": "Le tue credenziali sono state rifiutate! Prova di nuovo.",
|
"Login_error": "Le tue credenziali sono state rifiutate! Prova di nuovo.",
|
||||||
"Logging_out": "Disconnettendo.",
|
|
||||||
"Logout": "Disconnetti",
|
"Logout": "Disconnetti",
|
||||||
"Max_number_of_uses": "Max numero di utilizzi",
|
"Logout_failed": "Disconnessione fallita!",
|
||||||
|
"Logout_from_other_logged_in_locations": "Disconnetti da altre postazioni",
|
||||||
|
"Mark_unread": "Segna come non letto",
|
||||||
"Max_number_of_users_allowed_is_number": "Il numero massimo di utenti ammessi è {{maxUsers}}",
|
"Max_number_of_users_allowed_is_number": "Il numero massimo di utenti ammessi è {{maxUsers}}",
|
||||||
"members": "membri",
|
"Max_number_of_uses": "Max numero di utilizzi",
|
||||||
"Members": "Membri",
|
"Members": "Membri",
|
||||||
"Mentions": "Menzioni",
|
"Mentions": "Menzioni",
|
||||||
|
"Message": "Messaggio",
|
||||||
|
"Message_HideType_au": "Aggiunta Utente",
|
||||||
|
"Message_HideType_mute_unmute": "Microfono Utente attivato / disattivato",
|
||||||
|
"Message_HideType_r": "Nome Stanza cambiato",
|
||||||
|
"Message_HideType_rm": "Rimozione Messaggio",
|
||||||
|
"Message_HideType_room_archived": "Stanza archiviata",
|
||||||
|
"Message_HideType_room_unarchived": "Stanza ripristinata dall'archivio",
|
||||||
|
"Message_HideType_ru": "Rimozione Utente",
|
||||||
|
"Message_HideType_subscription_role_added": "Creazione ruolo",
|
||||||
|
"Message_HideType_subscription_role_removed": "Rimozione ruolo",
|
||||||
|
"Message_HideType_uj": "Ingresso Utente",
|
||||||
|
"Message_HideType_ul": "Uscita Utente",
|
||||||
|
"Message_HideType_ut": "Ingresso Utente in Conversazione",
|
||||||
|
"Message_HideType_wm": "Benvenuto",
|
||||||
|
"Message_Ignored": "Messaggio ignorato. Tocca per visualizzarlo.",
|
||||||
|
"Message_Reported": "Messaggio segnalato",
|
||||||
"Message_actions": "Azioni messaggio",
|
"Message_actions": "Azioni messaggio",
|
||||||
|
"Message_composer_Send_to_channel": "Invia sul canale",
|
||||||
"Message_removed": "Messaggio rimosso",
|
"Message_removed": "Messaggio rimosso",
|
||||||
"Message_starred": "Messaggio importante",
|
"Message_starred": "Messaggio importante",
|
||||||
"Message_unstarred": "Messaggio non importante",
|
"Message_unstarred": "Messaggio non importante",
|
||||||
"message": "messaggio",
|
|
||||||
"messages": "messaggi",
|
|
||||||
"Message": "Messaggio",
|
|
||||||
"Message_Reported": "Messaggio segnalato",
|
|
||||||
"Mute": "Silenzia",
|
"Mute": "Silenzia",
|
||||||
"muted": "silenziato",
|
"Mute_someone_in_room": "Silenzia qualcuno nel canale",
|
||||||
|
"N_channels": "{{n}} canali",
|
||||||
"N_people_reacted": "{{n}} persone hanno reagito",
|
"N_people_reacted": "{{n}} persone hanno reagito",
|
||||||
"N_users": "{{n}} utenti",
|
"N_users": "{{n}} utenti",
|
||||||
"N_channels": "{{n}} canali",
|
|
||||||
"Name": "Nome",
|
"Name": "Nome",
|
||||||
"Never": "Mai",
|
"Never": "Mai",
|
||||||
"New_Message": "Nuovo messaggio",
|
"New_Message": "Nuovo messaggio",
|
||||||
"New_Password": "Nuova password",
|
"New_Password": "Nuova password",
|
||||||
"Next": "Successivo",
|
"Next": "Successivo",
|
||||||
|
"No_Message": "Nessun messaggio",
|
||||||
|
"No_Reactions": "Nessuna reazione",
|
||||||
|
"No_Read_Receipts": "Nessuna conferma di lettura",
|
||||||
|
"No_available_agents_to_transfer": "Nessun agente disponibile a cui trasferire",
|
||||||
"No_files": "Nessun file",
|
"No_files": "Nessun file",
|
||||||
|
"No_label_provided": "Nessun {{label}} fornito.",
|
||||||
"No_limit": "Nessun limite",
|
"No_limit": "Nessun limite",
|
||||||
"No_mentioned_messages": "Nessun messaggio menzionato",
|
"No_mentioned_messages": "Nessun messaggio menzionato",
|
||||||
|
"No_messages_yet": "Non ci sono ancora messaggi",
|
||||||
"No_pinned_messages": "Nessun messaggio attaccato",
|
"No_pinned_messages": "Nessun messaggio attaccato",
|
||||||
"No_results_found": "Nessun risultato",
|
"No_results_found": "Nessun risultato",
|
||||||
"No_starred_messages": "Nessun messaggio preferito",
|
"No_starred_messages": "Nessun messaggio preferito",
|
||||||
"No_label_provided": "Nessun {{label}} fornito.",
|
"No_threads": "Non ci sono thread",
|
||||||
"No_Message": "Nessun messaggio",
|
"No_threads_following": "Non stai seguendo alcun thread",
|
||||||
"No_messages_yet": "Non ci sono ancora messaggi",
|
"No_threads_unread": "Non ci sono thread non letti",
|
||||||
"No_Reactions": "Nessuna reazione",
|
|
||||||
"No_Read_Receipts": "Nessuna conferma di lettura",
|
|
||||||
"Not_RC_Server": "Questo non è un server di Rocket.Chat.\n{{contact}}",
|
"Not_RC_Server": "Questo non è un server di Rocket.Chat.\n{{contact}}",
|
||||||
"Nothing": "Niente",
|
"Nothing": "Niente",
|
||||||
"Nothing_to_save": "Niente da salvare!",
|
"Nothing_to_save": "Niente da salvare!",
|
||||||
|
"Notification_Preferences": "Impostazioni notifiche",
|
||||||
|
"Notifications": "Notifiche",
|
||||||
"Notify_active_in_this_room": "Notifica solo gli utenti attivi in questa stanza",
|
"Notify_active_in_this_room": "Notifica solo gli utenti attivi in questa stanza",
|
||||||
"Notify_all_in_this_room": "Notifica tutti gli utenti in questa stanza",
|
"Notify_all_in_this_room": "Notifica tutti gli utenti in questa stanza",
|
||||||
"Notifications": "Notifiche",
|
|
||||||
"Notification_Preferences": "Impostazioni notifiche",
|
|
||||||
"No_available_agents_to_transfer": "Nessun agente disponibile a cui trasferire",
|
|
||||||
"Oops": "Oops!",
|
|
||||||
"Omnichannel": "Omnichannel",
|
|
||||||
"Omnichannel_enable_alert": "Non sei ancora su Onmichannel. Vuoi attivarlo?",
|
|
||||||
"Onboarding_subtitle": "Oltre la collaborazione di gruppo",
|
|
||||||
"Onboarding_join_open_description": "Unisciti al nostro workspace per parlare con il team e la community di Rocket.Chat.",
|
|
||||||
"Onboarding_agree_terms": "Procedendo, accetti Rocket.Chat",
|
|
||||||
"Onboarding_less_options": "Meno opzioni",
|
|
||||||
"Onboarding_more_options": "Più opzioni",
|
|
||||||
"Online": "Online",
|
|
||||||
"Only_authorized_users_can_write_new_messages": "Solo gli utenti autorizzati possono scrivere nuovi messaggi",
|
|
||||||
"Open_emoji_selector": "Apri selettore emoji",
|
|
||||||
"Open_your_authentication_app_and_enter_the_code": "Apri l'app di autenticazione e inserisci il codice.",
|
|
||||||
"OR": "O",
|
"OR": "O",
|
||||||
"OS": "SO",
|
"OS": "SO",
|
||||||
|
"Omnichannel": "Omnichannel",
|
||||||
|
"Omnichannel_enable_alert": "Non sei ancora su Onmichannel. Vuoi attivarlo?",
|
||||||
|
"Onboarding_agree_terms": "Procedendo, accetti Rocket.Chat",
|
||||||
|
"Onboarding_join_open_description": "Unisciti al nostro workspace per parlare con il team e la community di Rocket.Chat.",
|
||||||
|
"Onboarding_less_options": "Meno opzioni",
|
||||||
|
"Onboarding_more_options": "Più opzioni",
|
||||||
|
"Onboarding_subtitle": "Oltre la collaborazione di gruppo",
|
||||||
|
"Online": "Online",
|
||||||
|
"Only_authorized_users_can_write_new_messages": "Solo gli utenti autorizzati possono scrivere nuovi messaggi",
|
||||||
|
"Oops": "Oops!",
|
||||||
|
"Open_Livechats": "Chat in corso",
|
||||||
|
"Open_emoji_selector": "Apri selettore emoji",
|
||||||
|
"Open_your_authentication_app_and_enter_the_code": "Apri l'app di autenticazione e inserisci il codice.",
|
||||||
"Overwrites_the_server_configuration_and_use_room_config": "Sovrascrive la configurazione del server in favore di quella della stanza",
|
"Overwrites_the_server_configuration_and_use_room_config": "Sovrascrive la configurazione del server in favore di quella della stanza",
|
||||||
"Password": "Password",
|
|
||||||
"Parent_channel_or_group": "Gruppo o canale originario",
|
"Parent_channel_or_group": "Gruppo o canale originario",
|
||||||
|
"Passcode_app_locked_subtitle": "Riprova tra {{timeLeft}} secondi",
|
||||||
|
"Passcode_app_locked_title": "App bloccata",
|
||||||
|
"Passcode_choose_confirm_title": "Conferma il tuo nuovo passcode",
|
||||||
|
"Passcode_choose_error": "I passcode non corrispondono. Riprova.",
|
||||||
|
"Passcode_choose_force_set": "Passcode richiesto dall'admin",
|
||||||
|
"Passcode_choose_title": "Scegli il tuo nuovo passcode",
|
||||||
|
"Passcode_enter_title": "Inserisci il passcode",
|
||||||
|
"Password": "Password",
|
||||||
"Permalink_copied_to_clipboard": "Permalink copiato negli appunti!",
|
"Permalink_copied_to_clipboard": "Permalink copiato negli appunti!",
|
||||||
"Phone": "Telefono",
|
"Phone": "Telefono",
|
||||||
"Pin": "Appunta",
|
"Pin": "Appunta",
|
||||||
|
@ -281,66 +308,66 @@
|
||||||
"Privacy_Policy": " Privacy Policy",
|
"Privacy_Policy": " Privacy Policy",
|
||||||
"Private": "Privato",
|
"Private": "Privato",
|
||||||
"Processing": "Elaborazione...",
|
"Processing": "Elaborazione...",
|
||||||
"Profile_saved_successfully": "Profilo salvato correttamente!",
|
|
||||||
"Profile": "Profilo",
|
"Profile": "Profilo",
|
||||||
|
"Profile_saved_successfully": "Profilo salvato correttamente!",
|
||||||
"Public": "Pubblico",
|
"Public": "Pubblico",
|
||||||
"Push_Notifications": "Notifiche Push",
|
"Push_Notifications": "Notifiche Push",
|
||||||
"Push_Notifications_Alert_Info": "Queste notifiche ti vengono recapitate quando l'app non è aperta",
|
"Push_Notifications_Alert_Info": "Queste notifiche ti vengono recapitate quando l'app non è aperta",
|
||||||
|
"Queued_chats": "Chat in coda",
|
||||||
"Quote": "Cita",
|
"Quote": "Cita",
|
||||||
|
"RESET": "RIPRISTINA",
|
||||||
"Reactions_are_disabled": "Le reazioni sono disabilitate",
|
"Reactions_are_disabled": "Le reazioni sono disabilitate",
|
||||||
"Reactions_are_enabled": "Le reazioni sono abilitate",
|
"Reactions_are_enabled": "Le reazioni sono abilitate",
|
||||||
"Read_External_Permission_Message": "Rocket.Chat deve accedere alle foto, media, e documenti sul tuo dispositivo",
|
|
||||||
"Read_External_Permission": "Permesso di Lettura della Memoria",
|
"Read_External_Permission": "Permesso di Lettura della Memoria",
|
||||||
|
"Read_External_Permission_Message": "Rocket.Chat deve accedere alle foto, media, e documenti sul tuo dispositivo",
|
||||||
"Read_Only": "Sola lettura",
|
"Read_Only": "Sola lettura",
|
||||||
"Read_Receipt": "Conferma di lettura",
|
"Read_Receipt": "Conferma di lettura",
|
||||||
"Receive_Group_Mentions": "Ricevi menzioni di gruppo",
|
"Receive_Group_Mentions": "Ricevi menzioni di gruppo",
|
||||||
"Receive_Group_Mentions_Info": "Ricevi menzioni @all e @here",
|
"Receive_Group_Mentions_Info": "Ricevi menzioni @all e @here",
|
||||||
"Register": "Registrati",
|
|
||||||
"replies": "risposte",
|
|
||||||
"reply": "risposta",
|
|
||||||
"Reply": "Rispondi",
|
|
||||||
"Report": "Segnala",
|
|
||||||
"Receive_Notification": "Ricevi notifiche",
|
"Receive_Notification": "Ricevi notifiche",
|
||||||
"Receive_notifications_from": "Ricevi notifiche da {{name}}",
|
"Receive_notifications_from": "Ricevi notifiche da {{name}}",
|
||||||
|
"Register": "Registrati",
|
||||||
|
"Registration_Succeeded": "Registrazione completata!",
|
||||||
|
"Remove": "Rimuovi",
|
||||||
|
"Remove_from_room": "Rimuovi dalla stanza",
|
||||||
|
"Remove_someone_from_room": "Rimuovi qualcuno dal canale",
|
||||||
|
"Reply": "Rispondi",
|
||||||
|
"Reply_in_Thread": "Rispondi nella discussione",
|
||||||
|
"Report": "Segnala",
|
||||||
"Resend": "Invia di nuovo",
|
"Resend": "Invia di nuovo",
|
||||||
"Reset_password": "Ripristina password",
|
"Reset_password": "Ripristina password",
|
||||||
"resetting_password": "ripristinando password",
|
|
||||||
"RESET": "RIPRISTINA",
|
|
||||||
"Review_app_title": "Ti piace questa app?",
|
|
||||||
"Review_app_desc": "Dacci 5 stesse su {{store}}",
|
"Review_app_desc": "Dacci 5 stesse su {{store}}",
|
||||||
"Review_app_yes": "Certo!",
|
|
||||||
"Review_app_no": "No",
|
|
||||||
"Review_app_later": "In seguito",
|
"Review_app_later": "In seguito",
|
||||||
|
"Review_app_no": "No",
|
||||||
|
"Review_app_title": "Ti piace questa app?",
|
||||||
"Review_app_unable_store": "Impossibile aprire {{store}}",
|
"Review_app_unable_store": "Impossibile aprire {{store}}",
|
||||||
|
"Review_app_yes": "Certo!",
|
||||||
"Review_this_app": "Recensisci questa app",
|
"Review_this_app": "Recensisci questa app",
|
||||||
"Remove": "Rimuovi",
|
|
||||||
"Roles": "Ruoli",
|
"Roles": "Ruoli",
|
||||||
"Room_Info_Edit": "Modifica informazioni stanza",
|
|
||||||
"Room_Info": "Informazioni stanza",
|
"Room_Info": "Informazioni stanza",
|
||||||
|
"Room_Info_Edit": "Modifica informazioni stanza",
|
||||||
"SAVE": "SALVA",
|
"SAVE": "SALVA",
|
||||||
"Save_Changes": "Salva cambiamenti",
|
|
||||||
"Save": "Salva",
|
"Save": "Salva",
|
||||||
"Saved": "Salvato",
|
"Save_Changes": "Salva cambiamenti",
|
||||||
"saving_preferences": "salvataggio impostazioni",
|
|
||||||
"saving_profile": "salvataggio profilo",
|
|
||||||
"saving_settings": "salvataggio impostazioni",
|
|
||||||
"saved_to_gallery": "Salvato in Galleria",
|
|
||||||
"Save_Your_E2E_Password": "Salva la tua Password E2E",
|
"Save_Your_E2E_Password": "Salva la tua Password E2E",
|
||||||
"Save_Your_Encryption_Password": "Salva la tua Password di cifratura",
|
"Save_Your_Encryption_Password": "Salva la tua Password di cifratura",
|
||||||
"Save_Your_Encryption_Password_warning": "Questa password non è salvata da nessuna parte, conservala con cura.",
|
|
||||||
"Save_Your_Encryption_Password_info": "Nota: se dovessi perdere la tua password, non c'è alcun modo per recuperarla e perderesti l'accesso ai tuoi messaggi.",
|
"Save_Your_Encryption_Password_info": "Nota: se dovessi perdere la tua password, non c'è alcun modo per recuperarla e perderesti l'accesso ai tuoi messaggi.",
|
||||||
"Search_Messages": "Cerca messaggi",
|
"Save_Your_Encryption_Password_warning": "Questa password non è salvata da nessuna parte, conservala con cura.",
|
||||||
|
"Saved": "Salvato",
|
||||||
|
"Screen_lock": "Blocco schermo",
|
||||||
"Search": "Cerca",
|
"Search": "Cerca",
|
||||||
|
"Search_Messages": "Cerca messaggi",
|
||||||
"Search_by": "Cerca per",
|
"Search_by": "Cerca per",
|
||||||
"Search_global_users": "Cerca utenti globali",
|
"Search_global_users": "Cerca utenti globali",
|
||||||
"Search_global_users_description": "Se attivi questa opzione, puoi cercare qualsiasi utente da altre aziende o server.",
|
"Search_global_users_description": "Se attivi questa opzione, puoi cercare qualsiasi utente da altre aziende o server.",
|
||||||
|
"Search_messages": "Cerca messaggi",
|
||||||
"Security_and_privacy": "Sicurezza e privacy",
|
"Security_and_privacy": "Sicurezza e privacy",
|
||||||
"Select_Server": "Seleziona server",
|
"Select_Server": "Seleziona server",
|
||||||
"Select_Users": "Seleziona utenti",
|
"Select_Users": "Seleziona utenti",
|
||||||
"Select_a_Channel": "Seleziona un Canale",
|
"Select_a_Channel": "Seleziona un Canale",
|
||||||
"Select_a_Department": "Seleziona un Dipartimento",
|
"Select_a_Department": "Seleziona un Dipartimento",
|
||||||
"Select_an_option": "Seleziona un' opzione",
|
|
||||||
"Select_a_User": "Seleziona un Utente",
|
"Select_a_User": "Seleziona un Utente",
|
||||||
|
"Select_an_option": "Seleziona un' opzione",
|
||||||
"Send": "Invia",
|
"Send": "Invia",
|
||||||
"Send_audio_message": "Invia messaggio audio",
|
"Send_audio_message": "Invia messaggio audio",
|
||||||
"Send_crash_report": "Invia report sui crash",
|
"Send_crash_report": "Invia report sui crash",
|
||||||
|
@ -350,195 +377,168 @@
|
||||||
"Server": "Server",
|
"Server": "Server",
|
||||||
"Server_version": "Versione server: {{version}}",
|
"Server_version": "Versione server: {{version}}",
|
||||||
"Set_username_subtitle": "Il nome utente viene utilizzato per permettere ad altri di menzionarti nei messaggi",
|
"Set_username_subtitle": "Il nome utente viene utilizzato per permettere ad altri di menzionarti nei messaggi",
|
||||||
"Status_saved_successfully": "Stato salvato correttamente!",
|
|
||||||
"Settings": "Impostazioni",
|
"Settings": "Impostazioni",
|
||||||
"Settings_succesfully_changed": "Impostazioni modificate correttamente!",
|
"Settings_succesfully_changed": "Impostazioni modificate correttamente!",
|
||||||
"Share": "Condividi",
|
"Share": "Condividi",
|
||||||
"Share_Link": "Condividi link",
|
"Share_Link": "Condividi link",
|
||||||
"Share_this_app": "Condividi questa app",
|
"Share_this_app": "Condividi questa app",
|
||||||
"Show_more": "Mostra altri",
|
"Show_more": "Mostra altri",
|
||||||
|
"Show_the_keyboard_shortcut_list": "Mostra l'elenco delle scorciatoie per la tastiera",
|
||||||
"Sign_Up": "Registrati",
|
"Sign_Up": "Registrati",
|
||||||
|
"Slash_Gimme_Description": "Displays ༼ つ ◕_◕ ༽つ before your message",
|
||||||
|
"Slash_LennyFace_Description": "Displays ( ͡° ͜ʖ ͡°) after your message",
|
||||||
|
"Slash_Shrug_Description": "Displays ¯\\_(ツ)_/¯ after your message",
|
||||||
|
"Slash_TableUnflip_Description": "Displays ┬─┬ ノ( ゜-゜ノ)",
|
||||||
|
"Slash_Tableflip_Description": "Displays (╯°□°)╯︵ ┻━┻",
|
||||||
|
"Slash_Topic_Description": "Set topic",
|
||||||
|
"Slash_Topic_Params": "Topic message",
|
||||||
"Sound": "Suono",
|
"Sound": "Suono",
|
||||||
"Star": "Aggiungi ai preferiti",
|
"Star": "Aggiungi ai preferiti",
|
||||||
"Starred": "Preferiti",
|
"Starred": "Preferiti",
|
||||||
"Start_a_Discussion": "Avvia una Discussione",
|
"Start_a_Discussion": "Avvia una Discussione",
|
||||||
"Started_discussion": "Discussione iniziata:",
|
|
||||||
"Started_call": "Chiamata iniziata da {{userBy}}",
|
"Started_call": "Chiamata iniziata da {{userBy}}",
|
||||||
|
"Started_discussion": "Discussione iniziata:",
|
||||||
|
"Status_saved_successfully": "Stato salvato correttamente!",
|
||||||
"Table": "Tabella",
|
"Table": "Tabella",
|
||||||
"Tags": "Tag",
|
"Tags": "Tag",
|
||||||
"Take_a_photo": "Scatta una foto",
|
"Take_a_photo": "Scatta una foto",
|
||||||
"Take_a_video": "Registra un video",
|
"Take_a_video": "Registra un video",
|
||||||
"Take_it": "Prendi!",
|
"Take_it": "Prendi!",
|
||||||
"Terms_of_Service": " Termini di servizio ",
|
"Terms_of_Service": " Termini di servizio ",
|
||||||
|
"The_user_will_be_able_to_type_in_roomName": "L'utente potrà scrivere in {{roomName}}",
|
||||||
|
"The_user_will_be_removed_from_s": "L'utente sarà rimosso da {{s}}",
|
||||||
|
"The_user_wont_be_able_to_type_in_roomName": "L'utente non potrà scrivere in {{roomName}}",
|
||||||
"Theme": "Tema",
|
"Theme": "Tema",
|
||||||
"There_was_an_error_while_action": "Si è verificato un errore nel {{action}}!",
|
"There_was_an_error_while_action": "Si è verificato un errore nel {{action}}!",
|
||||||
"This_room_is_blocked": "Questa stanza è bloccata",
|
"This_room_is_blocked": "Questa stanza è bloccata",
|
||||||
"This_room_is_read_only": "Questa stanza è in sola lettura",
|
"This_room_is_read_only": "Questa stanza è in sola lettura",
|
||||||
"Threads": "Threads",
|
"This_will_clear_all_your_offline_data": "Questo cancellerà tutti i tuoi dati offline.",
|
||||||
|
"This_will_remove_all_data_from_this_server": "Questo rimuoverà tutti i dati dal server.",
|
||||||
"Thread": "Thread",
|
"Thread": "Thread",
|
||||||
|
"Threads": "Threads",
|
||||||
|
"Threads_displaying_all": "Visualizza Tutti",
|
||||||
|
"Threads_displaying_following": "Visualizza Seguiti",
|
||||||
|
"Threads_displaying_unread": "Visualizza Non letti",
|
||||||
"Timezone": "Fuso orario",
|
"Timezone": "Fuso orario",
|
||||||
"topic": "argomento",
|
|
||||||
"Topic": "Argomento",
|
"Topic": "Argomento",
|
||||||
"Translate": "Traduci",
|
"Translate": "Traduci",
|
||||||
"Try_again": "Riprova",
|
"Try_again": "Riprova",
|
||||||
"Two_Factor_Authentication": "Autenticazione a due fattori",
|
"Two_Factor_Authentication": "Autenticazione a due fattori",
|
||||||
"unarchive": "rimuovi dall'archivio",
|
"Type_message": "Scrivi messaggio",
|
||||||
"UNARCHIVE": "RIMUOVI DALL'ARCHIVIO",
|
"UNARCHIVE": "RIMUOVI DALL'ARCHIVIO",
|
||||||
"Unfollowed_thread": "Non segui più il thread",
|
"Unfollowed_thread": "Non segui più il thread",
|
||||||
|
"Unignore": "Non ignorare",
|
||||||
"Unmute": "Attiva notifiche",
|
"Unmute": "Attiva notifiche",
|
||||||
"unmuted": "notifiche attivate",
|
"Unmute_someone_in_room": "Smuta a qualcuno nel canale",
|
||||||
"Unpin": "Stacca",
|
"Unpin": "Stacca",
|
||||||
"unread_messages": "non letti",
|
|
||||||
"Unread": "Non letto",
|
"Unread": "Non letto",
|
||||||
"Unread_on_top": "Non letti sopra",
|
"Unread_on_top": "Non letti sopra",
|
||||||
"Unstar": "Rimuovi dai preferiti",
|
"Unstar": "Rimuovi dai preferiti",
|
||||||
"Updating": "Aggiornamento...",
|
"Updating": "Aggiornamento...",
|
||||||
"Uploading": "Caricamento",
|
"Uploading": "Caricamento",
|
||||||
"User": "Utente",
|
"User": "Utente",
|
||||||
"Users": "Utenti",
|
|
||||||
"User_Info": "Informazioni utente",
|
"User_Info": "Informazioni utente",
|
||||||
"User_has_been_key": "Utente {{key}}",
|
|
||||||
"User_sent_an_attachment": "{{user}} ha inviato un allegato",
|
|
||||||
"Username": "Username",
|
|
||||||
"Username_or_email": "Username o email",
|
|
||||||
"Uses_server_configuration": "Usa la configurazione del server",
|
|
||||||
"Registration_Succeeded": "Registrazione completata!",
|
|
||||||
"Verify_email_desc": "Ti abbiamo inviato una e-mail per confermare la tua registrazione. Se non la ricevi, ritorna qui e riprova",
|
|
||||||
"View_Original": "Mostra originale",
|
|
||||||
"Waiting_for_network": "In attesa di connessione ...",
|
|
||||||
"Websocket_disabled": "Websocket disabilitata per questo server.\n{{contact}}",
|
|
||||||
"What_are_you_doing_right_now": "Cosa stai facendo in questo momento?",
|
|
||||||
"Without_Servers": "Senza server",
|
|
||||||
"Workspaces": "Workspace",
|
|
||||||
"Would_you_like_to_return_the_inquiry": "Vorresti ritirare la tua domanda?",
|
|
||||||
"Write_External_Permission_Message": "Rocket.Chat ha bisogno dell'accesso alla galleria per salvare le immagini.",
|
|
||||||
"Write_External_Permission": "Permesso galleria",
|
|
||||||
"Yes": "Si",
|
|
||||||
"Yes_action_it": "Sì, {{action}}!",
|
|
||||||
"Yesterday": "Ieri",
|
|
||||||
"You_are_in_preview_mode": "Sei in modalità anteprima",
|
|
||||||
"You_can_search_using_RegExp_eg": "Puoi usare espressioni regolari. es. `/^testo$/i`",
|
|
||||||
"You_colon": "Tu: ",
|
|
||||||
"you_were_mentioned": "sei stato menzionato",
|
|
||||||
"You_were_removed_from_channel": "Sei stato rimosso da {{channel}}",
|
|
||||||
"you": "tu",
|
|
||||||
"You": "Tu",
|
|
||||||
"Logged_out_by_server": "Sei stato disconnesso dal server. Esegui nuovamente l'accesso.",
|
|
||||||
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "Devi accedere ad almeno un server Rocket.Chat prima di condividere qualcosa.",
|
|
||||||
"You_need_to_verifiy_your_email_address_to_get_notications": "Devi verificare il tuo indirizzo e-mail per ricevere le notifiche",
|
|
||||||
"Your_certificate": "Il tuo certificato",
|
|
||||||
"Your_invite_link_will_expire_after__usesLeft__uses": "Il tuo link di invito scadrà dopo {{usesLeft}} utilizzi.",
|
|
||||||
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "Il tuo link di invito scadrà il {{date}} oppure dopo {{usesLeft}} utilizzi.",
|
|
||||||
"Your_invite_link_will_expire_on__date__": "Il tuo link di invito scadrà il {{date}}.",
|
|
||||||
"Your_invite_link_will_never_expire": "Il tuo link di invito non scadrà mai.",
|
|
||||||
"Your_workspace": "Il tuo workspace",
|
|
||||||
"Your_password_is": "La tua password è",
|
|
||||||
"Version_no": "Versione: {{version}}",
|
|
||||||
"You_will_not_be_able_to_recover_this_message": "Non sarai in grado di ripristinare questo messaggio!",
|
|
||||||
"You_will_unset_a_certificate_for_this_server": "Rimuoverai un certificato per questo server",
|
|
||||||
"Change_Language": "Cambia lingua",
|
|
||||||
"Crash_report_disclaimer": "Non registreremo mai il contenuto delle tue chat. Il crash report contiene solo informazioni necessarie per l'identificazione e la risoluzione dei problemi.",
|
|
||||||
"Type_message": "Scrivi messaggio",
|
|
||||||
"Search_messages": "Cerca messaggi",
|
|
||||||
"Reply_in_Thread": "Rispondi nella discussione",
|
|
||||||
"Add_server": "Aggiungi server",
|
|
||||||
"You_will_be_logged_out_of_this_application": "Verrai disconnesso da questa applicazione.",
|
|
||||||
"Clear": "Cancella",
|
|
||||||
"This_will_clear_all_your_offline_data": "Questo cancellerà tutti i tuoi dati offline.",
|
|
||||||
"This_will_remove_all_data_from_this_server": "Questo rimuoverà tutti i dati dal server.",
|
|
||||||
"Mark_unread": "Segna come non letto",
|
|
||||||
"Wait_activation_warning": "Prima di poter accedere, il tuo account deve essere attivato manualmente da un amministratore.",
|
|
||||||
"Screen_lock": "Blocco schermo",
|
|
||||||
"Local_authentication_biometry_title": "Autenticazione",
|
|
||||||
"Local_authentication_biometry_fallback": "Usa passcode",
|
|
||||||
"Local_authentication_unlock_option": "Sblocca con Passcode",
|
|
||||||
"Local_authentication_change_passcode": "Cambia Passcode",
|
|
||||||
"Local_authentication_info": "Nota: se dimentichi il Passcode, dovrai cancellare e installare nuovamente l'app.",
|
|
||||||
"Local_authentication_facial_recognition": "riconoscimento facciale",
|
|
||||||
"Local_authentication_fingerprint": "impronta digitale",
|
|
||||||
"Local_authentication_unlock_with_label": "Sblocca con {{label}}",
|
|
||||||
"Local_authentication_auto_lock_60": "Dopo 1 minuto",
|
|
||||||
"Local_authentication_auto_lock_300": "Dopo 5 minuti",
|
|
||||||
"Local_authentication_auto_lock_900": "Dopo 15 minuti",
|
|
||||||
"Local_authentication_auto_lock_1800": "Dopo 30 minuti",
|
|
||||||
"Local_authentication_auto_lock_3600": "Dopo 1 ora",
|
|
||||||
"Passcode_enter_title": "Inserisci il passcode",
|
|
||||||
"Passcode_choose_title": "Scegli il tuo nuovo passcode",
|
|
||||||
"Passcode_choose_confirm_title": "Conferma il tuo nuovo passcode",
|
|
||||||
"Passcode_choose_error": "I passcode non corrispondono. Riprova.",
|
|
||||||
"Passcode_choose_force_set": "Passcode richiesto dall'admin",
|
|
||||||
"Passcode_app_locked_title": "App bloccata",
|
|
||||||
"Passcode_app_locked_subtitle": "Riprova tra {{timeLeft}} secondi",
|
|
||||||
"After_seconds_set_by_admin": "Dopo {{seconds}} secondi (impostati dall'admin)",
|
|
||||||
"Dont_activate": "Non attivare ora",
|
|
||||||
"Queued_chats": "Chat in coda",
|
|
||||||
"Logout_from_other_logged_in_locations": "Disconnetti da altre postazioni",
|
|
||||||
"You_will_be_logged_out_from_other_locations": "Verrai disconnesso dalle altre postazioni.",
|
|
||||||
"Logged_out_of_other_clients_successfully": "Disconnesso dalle altre postazioni con successo",
|
|
||||||
"Logout_failed": "Disconnessione fallita!",
|
|
||||||
"Log_analytics_events": "Invia statistiche anonime",
|
|
||||||
"E2E_encryption_change_password_title": "Cambia la password di cifratura",
|
|
||||||
"E2E_encryption_change_password_description": "Ora puoi creare gruppi e messaggi privati crittografati. Potrai, inoltre, crittografare i tuoi gruppi e messaggi privati esistenti. \nQuesta è crittografia end-to-end, la chiave per codificare/decodificare i tuoi messaggi non verrà salvata sul server. Per questo motivo devi salvarla in un luogo sicuro. Ti verrà richiesto di inserirla sugli altri dispositivi sui quali vuoi usare la crittografia e2e.",
|
|
||||||
"E2E_encryption_change_password_error": "Si è verificato un errore durante il cambio della password della chiave E2E!",
|
|
||||||
"E2E_encryption_change_password_success": "La password della chiave E2E è stata cambiata con successo!",
|
|
||||||
"E2E_encryption_change_password_message": "Assicurati di salvarla in un posto sicuro.",
|
|
||||||
"E2E_encryption_change_password_confirmation": "Si, cambiala",
|
|
||||||
"E2E_encryption_reset_title": "Ripristina la Chiave E2E",
|
|
||||||
"E2E_encryption_reset_description": "Questa opzione rimuoverà la tua chiave E2E corrente e sarai disconnesso. \nAl prossimo login, Rocket.Chat genererà una nuova chiave e ripristinerà l'accesso a tutte le stanze crittografate con uno o più membri online. \nA causa della natura della crittografia E2E, Rocket.Chat non sarà in grado di ripristinare l'accesso alle stanze senza membri online.",
|
|
||||||
"E2E_encryption_reset_button": "Ripristina",
|
|
||||||
"E2E_encryption_reset_error": "Si è verificato un errore durante il ripristino della chiave E2E!",
|
|
||||||
"E2E_encryption_reset_message": "Stai per essere disconnesso.",
|
|
||||||
"E2E_encryption_reset_confirmation": "Si, resettala",
|
|
||||||
"Following": "Seguiti",
|
|
||||||
"Threads_displaying_all": "Visualizza Tutti",
|
|
||||||
"Threads_displaying_following": "Visualizza Seguiti",
|
|
||||||
"Threads_displaying_unread": "Visualizza Non letti",
|
|
||||||
"No_threads": "Non ci sono thread",
|
|
||||||
"No_threads_following": "Non stai seguendo alcun thread",
|
|
||||||
"No_threads_unread": "Non ci sono thread non letti",
|
|
||||||
"Message_composer_Send_to_channel": "Invia sul canale",
|
|
||||||
"Remove_from_room": "Rimuovi dalla stanza",
|
|
||||||
"Ignore": "Ignora",
|
|
||||||
"Unignore": "Non ignorare",
|
|
||||||
"User_has_been_ignored": "Utente ignorato",
|
|
||||||
"User_has_been_unignored": "Utente non ignorato",
|
|
||||||
"User_has_been_removed_from_s": "L'utente è stato rimosso da {{s}}",
|
|
||||||
"User__username__is_now_a_leader_of__room_name_": "L'utente {{username}} è ora un leader di {{room_name}}",
|
"User__username__is_now_a_leader_of__room_name_": "L'utente {{username}} è ora un leader di {{room_name}}",
|
||||||
"User__username__is_now_a_moderator_of__room_name_": "L'utente {{username}} è ora un moderatore di {{room_name}}",
|
"User__username__is_now_a_moderator_of__room_name_": "L'utente {{username}} è ora un moderatore di {{room_name}}",
|
||||||
"User__username__is_now_a_owner_of__room_name_": "L'utente {{username}} è ora un proprietario di {{room_name}}",
|
"User__username__is_now_a_owner_of__room_name_": "L'utente {{username}} è ora un proprietario di {{room_name}}",
|
||||||
"User__username__removed_from__room_name__leaders": "L'utente {{username}} non è più un leader di {{room_name}}",
|
"User__username__removed_from__room_name__leaders": "L'utente {{username}} non è più un leader di {{room_name}}",
|
||||||
"User__username__removed_from__room_name__moderators": "L'utente {{username}} non è più un moderatore di {{room_name}}",
|
"User__username__removed_from__room_name__moderators": "L'utente {{username}} non è più un moderatore di {{room_name}}",
|
||||||
"User__username__removed_from__room_name__owners": "L'utente {{username}} non è più un proprietario di {{room_name}}",
|
"User__username__removed_from__room_name__owners": "L'utente {{username}} non è più un proprietario di {{room_name}}",
|
||||||
"The_user_will_be_removed_from_s": "L'utente sarà rimosso da {{s}}",
|
"User_has_been_ignored": "Utente ignorato",
|
||||||
"Yes_remove_user": "Si, rimuovi utente!",
|
"User_has_been_key": "Utente {{key}}",
|
||||||
"Direct_message": "Messaggio diretto",
|
"User_has_been_removed_from_s": "L'utente è stato rimosso da {{s}}",
|
||||||
"Message_Ignored": "Messaggio ignorato. Tocca per visualizzarlo.",
|
"User_has_been_unignored": "Utente non ignorato",
|
||||||
"Enter_workspace_URL": "Inserisci la url del workspace",
|
"User_sent_an_attachment": "{{user}} ha inviato un allegato",
|
||||||
|
"Username": "Username",
|
||||||
|
"Username_or_email": "Username o email",
|
||||||
|
"Users": "Utenti",
|
||||||
|
"Uses_server_configuration": "Usa la configurazione del server",
|
||||||
|
"Verify_email_desc": "Ti abbiamo inviato una e-mail per confermare la tua registrazione. Se non la ricevi, ritorna qui e riprova",
|
||||||
|
"Version_no": "Versione: {{version}}",
|
||||||
|
"View_Original": "Mostra originale",
|
||||||
|
"Wait_activation_warning": "Prima di poter accedere, il tuo account deve essere attivato manualmente da un amministratore.",
|
||||||
|
"Waiting_for_network": "In attesa di connessione ...",
|
||||||
|
"Websocket_disabled": "Websocket disabilitata per questo server.\n{{contact}}",
|
||||||
|
"What_are_you_doing_right_now": "Cosa stai facendo in questo momento?",
|
||||||
|
"Whats_the_password_for_your_certificate": "Qual'è la password del tuo certificato?",
|
||||||
|
"Without_Servers": "Senza server",
|
||||||
"Workspace_URL_Example": "Es. tua-azienda.rocket.chat",
|
"Workspace_URL_Example": "Es. tua-azienda.rocket.chat",
|
||||||
"Open_Livechats": "Chat in corso",
|
"Workspaces": "Workspace",
|
||||||
"Broadcast_hint": "Solo gli utenti autorizzati possono scrivere messaggi, ma gli altri utenti saranno in grado di rispondere",
|
"Would_you_like_to_return_the_inquiry": "Vorresti ritirare la tua domanda?",
|
||||||
|
"Write_External_Permission": "Permesso galleria",
|
||||||
|
"Write_External_Permission_Message": "Rocket.Chat ha bisogno dell'accesso alla galleria per salvare le immagini.",
|
||||||
|
"Yes": "Si",
|
||||||
|
"Yes_action_it": "Sì, {{action}}!",
|
||||||
|
"Yes_remove_user": "Si, rimuovi utente!",
|
||||||
|
"Yesterday": "Ieri",
|
||||||
|
"You": "Tu",
|
||||||
|
"You_are_in_preview_mode": "Sei in modalità anteprima",
|
||||||
|
"You_can_search_using_RegExp_eg": "Puoi usare espressioni regolari. es. `/^testo$/i`",
|
||||||
|
"You_colon": "Tu: ",
|
||||||
|
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "Devi accedere ad almeno un server Rocket.Chat prima di condividere qualcosa.",
|
||||||
|
"You_need_to_verifiy_your_email_address_to_get_notications": "Devi verificare il tuo indirizzo e-mail per ricevere le notifiche",
|
||||||
|
"You_were_removed_from_channel": "Sei stato rimosso da {{channel}}",
|
||||||
|
"You_will_be_logged_out_from_other_locations": "Verrai disconnesso dalle altre postazioni.",
|
||||||
|
"You_will_be_logged_out_of_this_application": "Verrai disconnesso da questa applicazione.",
|
||||||
|
"You_will_not_be_able_to_recover_this_message": "Non sarai in grado di ripristinare questo messaggio!",
|
||||||
|
"You_will_unset_a_certificate_for_this_server": "Rimuoverai un certificato per questo server",
|
||||||
|
"Your_certificate": "Il tuo certificato",
|
||||||
|
"Your_invite_link_will_expire_after__usesLeft__uses": "Il tuo link di invito scadrà dopo {{usesLeft}} utilizzi.",
|
||||||
|
"Your_invite_link_will_expire_on__date__": "Il tuo link di invito scadrà il {{date}}.",
|
||||||
|
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "Il tuo link di invito scadrà il {{date}} oppure dopo {{usesLeft}} utilizzi.",
|
||||||
|
"Your_invite_link_will_never_expire": "Il tuo link di invito non scadrà mai.",
|
||||||
|
"Your_password_is": "La tua password è",
|
||||||
|
"Your_workspace": "Il tuo workspace",
|
||||||
|
"__count__empty_room_will_be_removed_automatically": "{{count}} stanza vuota verrà eliminata.",
|
||||||
|
"__count__empty_rooms_will_be_removed_automatically": "{{count}} stanze vuote verranno eliminate.",
|
||||||
|
"alert": "avviso",
|
||||||
|
"alerts": "avvisi",
|
||||||
|
"and": "e",
|
||||||
"and_N_more": "e altri {{count}}",
|
"and_N_more": "e altri {{count}}",
|
||||||
"Slash_Gimme_Description": "Displays ༼ つ ◕_◕ ༽つ before your message",
|
"announcement": "annuncio",
|
||||||
"Slash_LennyFace_Description": "Displays ( ͡° ͜ʖ ͡°) after your message",
|
"archive": "archivio",
|
||||||
"Slash_Shrug_Description": "Displays ¯\\_(ツ)_/¯ after your message",
|
"are_typing": "stanno scrivendo",
|
||||||
"Slash_Tableflip_Description": "Displays (╯°□°)╯︵ ┻━┻",
|
"changing_avatar": "cambio avatar",
|
||||||
"Slash_TableUnflip_Description": "Displays ┬─┬ ノ( ゜-゜ノ)",
|
"creating_channel": "creo canale",
|
||||||
"Slash_Topic_Description": "Set topic",
|
"creating_invite": "creo invito",
|
||||||
"Slash_Topic_Params": "Topic message",
|
"delete": "elimina",
|
||||||
"Create_A_New_Channel": "Crea un nuovo canale",
|
"deleting_room": "cancellazione stanza",
|
||||||
"Show_the_keyboard_shortcut_list": "Mostra l'elenco delle scorciatoie per la tastiera",
|
"description": "descrizione",
|
||||||
"Hide_room": "Nascondi il canale",
|
"error-action-not-allowed": "{{action}} non autorizzata",
|
||||||
"Invite_user_to_join_channel": "Invita un utente ad entrare in questo canale",
|
"error-avatar-invalid-url": "URL avatar non valido: {{url}}",
|
||||||
"Invite_user_to_join_channel_all_from": "Invita tutti gli utenti da [#channell] per unirsi a questo canale",
|
"error-duplicate-channel-name": "Esiste già un canale con nome {{room_name}}",
|
||||||
"Invite_user_to_join_channel_all_to": "Invita tutti gli utenti di questo canale a unirsi [#channel]",
|
"error-email-send-failed": "Errore nel tentativo di invio e-mail: {{message}}",
|
||||||
"Join_the_given_channel": "Entra nel canale specificato",
|
"error-file-too-large": "File troppo grande",
|
||||||
"Remove_someone_from_room": "Rimuovi qualcuno dal canale",
|
"error-invalid-email": "E-mail {{email}} non valida",
|
||||||
"Leave_the_current_channel": "Abbandona il canale corrente",
|
"error-invalid-file-type": "Tipo di file non valido",
|
||||||
"Displays_action_text": "Mostra il testo di azione",
|
"error-invalid-password": "Password non corretta",
|
||||||
"Direct_message_someone": "Invia un messaggio diretto",
|
"error-invalid-room-name": "{{room_name}} non è un nome di stanza valido",
|
||||||
"Mute_someone_in_room": "Silenzia qualcuno nel canale",
|
"error-not-allowed": "Non permesso",
|
||||||
"Unmute_someone_in_room": "Smuta a qualcuno nel canale",
|
"error-not-permission-to-upload-file": "Non hai l'autorizzazione per caricare file",
|
||||||
"Audio": "Audio",
|
"error-save-image": "Errore nel salvataggio dell'immagine",
|
||||||
"The_user_wont_be_able_to_type_in_roomName": "L'utente non potrà scrivere in {{roomName}}",
|
"error-save-video": "Errore nel salvataggio del video",
|
||||||
"The_user_will_be_able_to_type_in_roomName": "L'utente potrà scrivere in {{roomName}}"
|
"error-too-many-requests": "Errore, troppe richieste effettuate. Rallenta. Devi attendere {{seconds}} secondi prima di riprovare.",
|
||||||
|
"error-you-are-last-owner": "Sei l'ultimo proprietario rimasto. Imposta un nuovo proprietario prima di lasciare la stanza.",
|
||||||
|
"is_typing": "sta scrivendo",
|
||||||
|
"last_message": "ultimo messaggio",
|
||||||
|
"leave": "abbandona",
|
||||||
|
"leaving_room": "abbandonando stanza",
|
||||||
|
"members": "membri",
|
||||||
|
"message": "messaggio",
|
||||||
|
"messages": "messaggi",
|
||||||
|
"move": "spostare",
|
||||||
|
"muted": "silenziato",
|
||||||
|
"replies": "risposte",
|
||||||
|
"reply": "risposta",
|
||||||
|
"resetting_password": "ripristinando password",
|
||||||
|
"saved_to_gallery": "Salvato in Galleria",
|
||||||
|
"saving_preferences": "salvataggio impostazioni",
|
||||||
|
"saving_profile": "salvataggio profilo",
|
||||||
|
"saving_settings": "salvataggio impostazioni",
|
||||||
|
"topic": "argomento",
|
||||||
|
"unarchive": "rimuovi dall'archivio",
|
||||||
|
"unmuted": "notifiche attivate",
|
||||||
|
"unread_messages": "non letti",
|
||||||
|
"you": "tu",
|
||||||
|
"you_were_mentioned": "sei stato menzionato"
|
||||||
}
|
}
|
|
@ -1,75 +1,59 @@
|
||||||
{
|
{
|
||||||
"1_person_reacted": "1人がリアクション",
|
"1_person_reacted": "1人がリアクション",
|
||||||
"error-action-not-allowed": "{{action}}の権限がありません。",
|
"ARCHIVE": "アーカイブ",
|
||||||
"error-avatar-invalid-url": "画像のURLが正しくありません: {{url}}",
|
"A_meaningful_name_for_the_discussion_room": "ディスカッションルームわかりやすい名前",
|
||||||
"error-duplicate-channel-name": "{{room_name}}と同名のチャンネルが存在します。",
|
|
||||||
"error-email-send-failed": "次のメールアドレスの送信に失敗しました: {{message}}",
|
|
||||||
"error-save-image": "画像の保存に失敗しました。",
|
|
||||||
"error-save-video": "動画の保存中にエラーが発生しました",
|
|
||||||
"error-file-too-large": "ファイルが大きすぎます。",
|
|
||||||
"error-not-permission-to-upload-file": "ファイルをアップロードする権限がありません",
|
|
||||||
"error-invalid-email": "不正なメールアドレスです。 {{email}}",
|
|
||||||
"error-invalid-file-type": "ファイルの種類が不正です",
|
|
||||||
"error-invalid-password": "不正なパスワードです",
|
|
||||||
"error-invalid-room-name": "{{room_name}}は正しいルーム名ではありません。",
|
|
||||||
"error-not-allowed": "許可されていません。",
|
|
||||||
"error-too-many-requests": "エラーです。リクエストが多すぎます。リクエストの頻度を落としてください。{{seconds}} 秒以上待ってから再度お試しください。",
|
|
||||||
"error-you-are-last-owner": "あなたは最後のオーナーです。ルームを退出する前に別のオーナーを設定してください。",
|
|
||||||
"Actions": "アクション",
|
"Actions": "アクション",
|
||||||
"Activity": "アクティビティ順",
|
"Activity": "アクティビティ順",
|
||||||
"Add_Server": "サーバーを追加",
|
"Add_Server": "サーバーを追加",
|
||||||
|
"Add_server": "サーバーを追加",
|
||||||
"Add_users": "ユーザーを追加",
|
"Add_users": "ユーザーを追加",
|
||||||
"Admin_Panel": "管理者パネル",
|
"Admin_Panel": "管理者パネル",
|
||||||
"Agent": "エージェント",
|
"Agent": "エージェント",
|
||||||
"Alert": "アラート",
|
"Alert": "アラート",
|
||||||
"alert": "アラート",
|
|
||||||
"alerts": "アラート",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "すべてのユーザーが新しいメッセージを書き込みできます",
|
|
||||||
"All_users_in_the_team_can_write_new_messages": "チームのすべてのユーザーが新しいメッセージを書き込むことができます",
|
|
||||||
"A_meaningful_name_for_the_discussion_room": "ディスカッションルームわかりやすい名前",
|
|
||||||
"All": "すべての",
|
"All": "すべての",
|
||||||
"All_Messages": "全メッセージ",
|
"All_Messages": "全メッセージ",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "すべてのユーザーが新しいメッセージを書き込みできます",
|
||||||
|
"All_users_in_the_team_can_write_new_messages": "チームのすべてのユーザーが新しいメッセージを書き込むことができます",
|
||||||
"Allow_Reactions": "リアクションを許可",
|
"Allow_Reactions": "リアクションを許可",
|
||||||
"and": "と",
|
|
||||||
"announcement": "アナウンス",
|
|
||||||
"Announcement": "アナウンス",
|
"Announcement": "アナウンス",
|
||||||
"Apply_Your_Certificate": "証明書を適用する",
|
"Apply_Your_Certificate": "証明書を適用する",
|
||||||
"ARCHIVE": "アーカイブ",
|
|
||||||
"archive": "アーカイブ",
|
|
||||||
"are_typing": "が入力中",
|
|
||||||
"Are_you_sure_question_mark": "よろしいですか?",
|
"Are_you_sure_question_mark": "よろしいですか?",
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "{{room}}を退出してもよろしいですか?",
|
"Are_you_sure_you_want_to_leave_the_room": "{{room}}を退出してもよろしいですか?",
|
||||||
"Automatic": "自動",
|
"Audio": "音声",
|
||||||
"Auto_Translate": "自動翻訳",
|
"Auto_Translate": "自動翻訳",
|
||||||
"Avatar_changed_successfully": "アバターを変更しました!",
|
"Automatic": "自動",
|
||||||
"Avatar_Url": "アバターURL",
|
"Avatar_Url": "アバターURL",
|
||||||
|
"Avatar_changed_successfully": "アバターを変更しました!",
|
||||||
"Away": "退出中",
|
"Away": "退出中",
|
||||||
"Black": "ブラック",
|
"Black": "ブラック",
|
||||||
|
"Broadcast_hint": "許可されたユーザーのみが新しいメッセージを書き込めます。他のユーザーは返信することができます",
|
||||||
"Browser": "ブラウザ",
|
"Browser": "ブラウザ",
|
||||||
"Busy": "取り込み中",
|
"Busy": "取り込み中",
|
||||||
|
"Call_already_ended": "通話は終了しています。",
|
||||||
|
"Cancel": "キャンセル",
|
||||||
"Cancel_editing": "編集をキャンセル",
|
"Cancel_editing": "編集をキャンセル",
|
||||||
"Cancel_recording": "録音をキャンセル",
|
"Cancel_recording": "録音をキャンセル",
|
||||||
"Cancel": "キャンセル",
|
"Certificate_password": "パスワード証明書",
|
||||||
"changing_avatar": "アバターを変更",
|
"Change_Language": "言語を変更",
|
||||||
"creating_channel": "チャンネルを作成",
|
"Change_language_loading": "言語の変更",
|
||||||
"creating_invite": "招待を作成",
|
|
||||||
"Channel_Name": "チャンネル名",
|
"Channel_Name": "チャンネル名",
|
||||||
"Channels": "チャンネル",
|
"Channels": "チャンネル",
|
||||||
|
"Chat_closed_by_agent": "エージェントが閉じたチャット",
|
||||||
"Chats": "チャット",
|
"Chats": "チャット",
|
||||||
"Call_already_ended": "通話は終了しています。",
|
"Choose": "選択",
|
||||||
|
"Choose_file": "ファイルを選択",
|
||||||
|
"Choose_from_library": "ライブラリから選択",
|
||||||
|
"Choose_where_you_want_links_be_opened": "開くリンクを選択する",
|
||||||
|
"Clear": "クリア",
|
||||||
|
"Clear_cache": "ローカルのサーバーキャッシュをクリア",
|
||||||
|
"Clear_cache_loading": "キャッシュをクリアしています。",
|
||||||
"Clear_cookies_alert": "すべてのCookieをクリアしますか?",
|
"Clear_cookies_alert": "すべてのCookieをクリアしますか?",
|
||||||
"Clear_cookies_desc": "この操作により、すべてのログインCookieがクリアされ、他のアカウントにログインできます。",
|
"Clear_cookies_desc": "この操作により、すべてのログインCookieがクリアされ、他のアカウントにログインできます。",
|
||||||
"Clear_cookies_yes": "はい、Cookieをクリアします",
|
|
||||||
"Clear_cookies_no": "いいえ、Cookieを保持します",
|
"Clear_cookies_no": "いいえ、Cookieを保持します",
|
||||||
|
"Clear_cookies_yes": "はい、Cookieをクリアします",
|
||||||
"Click_to_join": "クリックして参加!",
|
"Click_to_join": "クリックして参加!",
|
||||||
"Close": "閉じる",
|
"Close": "閉じる",
|
||||||
"Close_emoji_selector": "絵文字ピッカーを閉じる",
|
"Close_emoji_selector": "絵文字ピッカーを閉じる",
|
||||||
"Change_language_loading": "言語の変更",
|
|
||||||
"Chat_closed_by_agent": "エージェントが閉じたチャット",
|
|
||||||
"Choose": "選択",
|
|
||||||
"Choose_from_library": "ライブラリから選択",
|
|
||||||
"Choose_file": "ファイルを選択",
|
|
||||||
"Choose_where_you_want_links_be_opened": "開くリンクを選択する",
|
|
||||||
"Code_or_password_invalid": "無効なコードまたはパスワード",
|
"Code_or_password_invalid": "無効なコードまたはパスワード",
|
||||||
"Collaborative": "コラボ",
|
"Collaborative": "コラボ",
|
||||||
"Confirm": "承認",
|
"Confirm": "承認",
|
||||||
|
@ -78,76 +62,72 @@
|
||||||
"Contact_us": "お問い合わせ",
|
"Contact_us": "お問い合わせ",
|
||||||
"Contact_your_server_admin": "サーバー管理者にお問い合わせください。",
|
"Contact_your_server_admin": "サーバー管理者にお問い合わせください。",
|
||||||
"Continue_with": "次でログイン: ",
|
"Continue_with": "次でログイン: ",
|
||||||
|
"Conversation": "会話",
|
||||||
"Copied_to_clipboard": "クリップボードにコピー!",
|
"Copied_to_clipboard": "クリップボードにコピー!",
|
||||||
"Copy": "コピー",
|
"Copy": "コピー",
|
||||||
"Conversation": "会話",
|
"Crash_report_disclaimer": "クラッシュレポートには問題を特定し、修正するために必要な情報のみが含まれます。チャット内のコンテンツは送信されません。",
|
||||||
"Certificate_password": "パスワード証明書",
|
"Create": "作成",
|
||||||
"Clear_cache": "ローカルのサーバーキャッシュをクリア",
|
"Create_A_New_Channel": "新しいChannelの作成",
|
||||||
"Clear_cache_loading": "キャッシュをクリアしています。",
|
|
||||||
"Whats_the_password_for_your_certificate": "証明書のパスワードはなんですか?",
|
|
||||||
"Create_account": "アカウントを作成",
|
|
||||||
"Create_Channel": "チャンネルを作成",
|
"Create_Channel": "チャンネルを作成",
|
||||||
"Create_Direct_Messages": "ダイレクトメッセージを作成する",
|
"Create_Direct_Messages": "ダイレクトメッセージを作成する",
|
||||||
"Create_Discussion": "ディスカッションを作成する",
|
"Create_Discussion": "ディスカッションを作成する",
|
||||||
"Created_snippet": "スニペットを作成",
|
|
||||||
"Create_a_new_workspace": "新しいワークスペースを作成",
|
"Create_a_new_workspace": "新しいワークスペースを作成",
|
||||||
"Create": "作成",
|
"Create_account": "アカウントを作成",
|
||||||
|
"Created_snippet": "スニペットを作成",
|
||||||
|
"DELETE": "削除",
|
||||||
"Dark": "ダーク",
|
"Dark": "ダーク",
|
||||||
"Dark_level": "ダークレベル",
|
"Dark_level": "ダークレベル",
|
||||||
"Default": "デフォルト",
|
"Default": "デフォルト",
|
||||||
"Default_browser": "デフォルトのブラウザ",
|
"Default_browser": "デフォルトのブラウザ",
|
||||||
|
"Delete": "削除",
|
||||||
"Delete_Room_Warning": "ルームを削除すると、ルームに投稿されたすべてのメッセージが削除されます。この操作は取り消せません。",
|
"Delete_Room_Warning": "ルームを削除すると、ルームに投稿されたすべてのメッセージが削除されます。この操作は取り消せません。",
|
||||||
"Department": "部署",
|
"Department": "部署",
|
||||||
"delete": "削除",
|
|
||||||
"Delete": "削除",
|
|
||||||
"DELETE": "削除",
|
|
||||||
"move": "移動",
|
|
||||||
"deleting_room": "ルームを削除",
|
|
||||||
"description": "概要",
|
|
||||||
"Description": "概要",
|
"Description": "概要",
|
||||||
"Desktop_Notifications": "デスクトップ通知",
|
|
||||||
"Desktop_Alert_info": "これらの通知はデスクトップで配信されます",
|
"Desktop_Alert_info": "これらの通知はデスクトップで配信されます",
|
||||||
"Directory": "ディレクトリ",
|
"Desktop_Notifications": "デスクトップ通知",
|
||||||
"Direct_Messages": "ダイレクトメッセージ",
|
"Direct_Messages": "ダイレクトメッセージ",
|
||||||
"Discussions": "ディスカッション",
|
"Direct_message_someone": "ユーザーへダイレクトメッセージする",
|
||||||
|
"Directory": "ディレクトリ",
|
||||||
"Discussion_Desc": "状況の概要を把握するのに役立ちます。ディスカッションを作成すると、選択したチャンネルのサブチャンネルが作成され、両方のチャンネルがリンクされます。",
|
"Discussion_Desc": "状況の概要を把握するのに役立ちます。ディスカッションを作成すると、選択したチャンネルのサブチャンネルが作成され、両方のチャンネルがリンクされます。",
|
||||||
"Discussion_name": "ディスカッション名",
|
"Discussion_name": "ディスカッション名",
|
||||||
"Dont_Have_An_Account": "アカウントがありませんか?",
|
"Discussions": "ディスカッション",
|
||||||
"Do_you_have_an_account": "アカウントをお持ちですか?",
|
"Displays_action_text": "アクションテキストを表示",
|
||||||
"Do_you_have_a_certificate": "証明書を持っていますか?",
|
"Do_you_have_a_certificate": "証明書を持っていますか?",
|
||||||
|
"Do_you_have_an_account": "アカウントをお持ちですか?",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "本当にこのルームを{{key}}しますか?",
|
"Do_you_really_want_to_key_this_room_question_mark": "本当にこのルームを{{key}}しますか?",
|
||||||
|
"Dont_Have_An_Account": "アカウントがありませんか?",
|
||||||
"E2E_Encryption": "E2E暗号化",
|
"E2E_Encryption": "E2E暗号化",
|
||||||
"E2E_How_It_Works_info1": "暗号化されたプライベートグループやダイレクトメッセージを作成できるようになりました。また、既存のプライベートグループやDMを暗号化された状態に変更することもできます。",
|
"E2E_How_It_Works_info1": "暗号化されたプライベートグループやダイレクトメッセージを作成できるようになりました。また、既存のプライベートグループやDMを暗号化された状態に変更することもできます。",
|
||||||
"E2E_How_It_Works_info2": "これは*エンドツーエンド*の暗号化であり、メッセージをエンコード/デコードするためのキーであるため、サーバーには保存されません。そのため、必要に応じて後でアクセスできる*安全な場所にこのパスワードを保管する*必要があります。",
|
"E2E_How_It_Works_info2": "これは*エンドツーエンド*の暗号化であり、メッセージをエンコード/デコードするためのキーであるため、サーバーには保存されません。そのため、必要に応じて後でアクセスできる*安全な場所にこのパスワードを保管する*必要があります。",
|
||||||
"E2E_How_It_Works_info3": "処理を進めると、E2Eパスワードが自動生成されます。",
|
"E2E_How_It_Works_info3": "処理を進めると、E2Eパスワードが自動生成されます。",
|
||||||
"E2E_How_It_Works_info4": "既存のE2Eパスワードを入力した任意のブラウザから、暗号化キーの新しいパスワードをいつでも設定することもできます。",
|
"E2E_How_It_Works_info4": "既存のE2Eパスワードを入力した任意のブラウザから、暗号化キーの新しいパスワードをいつでも設定することもできます。",
|
||||||
"Edit": "編集",
|
"Edit": "編集",
|
||||||
"Edit_Status": "ステータスを編集する",
|
|
||||||
"Edit_Invite": "編集に招待",
|
"Edit_Invite": "編集に招待",
|
||||||
"End_to_end_encrypted_room": "暗号化されたエンドツーエンドのルーム",
|
"Edit_Status": "ステータスを編集する",
|
||||||
|
"Email": "メールアドレス",
|
||||||
"Email_Notification_Mode_All": "すべてのメンション/DM",
|
"Email_Notification_Mode_All": "すべてのメンション/DM",
|
||||||
"Email_Notification_Mode_Disabled": "無効",
|
"Email_Notification_Mode_Disabled": "無効",
|
||||||
"Email": "メールアドレス",
|
|
||||||
"Enable_Auto_Translate": "自動翻訳を有効にする",
|
"Enable_Auto_Translate": "自動翻訳を有効にする",
|
||||||
"Encrypted": "暗号化済み",
|
"Encrypted": "暗号化済み",
|
||||||
"Encrypted_message": "暗号化されたメッセージ",
|
"Encrypted_message": "暗号化されたメッセージ",
|
||||||
|
"Encryption_error_desc": "暗号化キーをデコードしてインポートできませんでした。",
|
||||||
|
"Encryption_error_title": "暗号化パスワードが間違っているようです",
|
||||||
|
"End_to_end_encrypted_room": "暗号化されたエンドツーエンドのルーム",
|
||||||
"Enter_Your_E2E_Password": "E2Eパスワードを入力してください",
|
"Enter_Your_E2E_Password": "E2Eパスワードを入力してください",
|
||||||
"Enter_Your_Encryption_Password_desc1": "これにより、暗号化されたプライベートグループやダイレクトメッセージにアクセスできます。",
|
"Enter_Your_Encryption_Password_desc1": "これにより、暗号化されたプライベートグループやダイレクトメッセージにアクセスできます。",
|
||||||
"Enter_Your_Encryption_Password_desc2": "チャットを利用するたびに、メッセージをエンコード/デコードするためのパスワードを入力する必要があります。",
|
"Enter_Your_Encryption_Password_desc2": "チャットを利用するたびに、メッセージをエンコード/デコードするためのパスワードを入力する必要があります。",
|
||||||
"Encryption_error_title": "暗号化パスワードが間違っているようです",
|
"Error_uploading": "アップロードエラー",
|
||||||
"Encryption_error_desc": "暗号化キーをデコードしてインポートできませんでした。",
|
|
||||||
"Everyone_can_access_this_channel": "全員このチャンネルにアクセスできます",
|
"Everyone_can_access_this_channel": "全員このチャンネルにアクセスできます",
|
||||||
"Everyone_can_access_this_team": "全員このチームにアクセスできます",
|
"Everyone_can_access_this_team": "全員このチームにアクセスできます",
|
||||||
"Error_uploading": "アップロードエラー",
|
|
||||||
"Expiration_Days": "期限切れ (日)",
|
"Expiration_Days": "期限切れ (日)",
|
||||||
"Favorites": "お気に入り",
|
"Favorites": "お気に入り",
|
||||||
"Files": "ファイル",
|
|
||||||
"File_description": "ファイルの説明",
|
"File_description": "ファイルの説明",
|
||||||
|
"Files": "ファイル",
|
||||||
"Finish_recording": "録音停止",
|
"Finish_recording": "録音停止",
|
||||||
"Following_thread": "スレッド更新時に通知",
|
"Following_thread": "スレッド更新時に通知",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "セキュリティのため、続けるには現在のパスワードを入力してください。",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "セキュリティのため、続けるには現在のパスワードを入力してください。",
|
||||||
"Forgot_password_If_this_email_is_registered": "送信したメールアドレスが登録されていれば、パスワードのリセット方法を送信しました。メールアドレスがすぐに来ない場合はやり直してください。",
|
|
||||||
"Forgot_password": "パスワードを忘れた",
|
"Forgot_password": "パスワードを忘れた",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "送信したメールアドレスが登録されていれば、パスワードのリセット方法を送信しました。メールアドレスがすぐに来ない場合はやり直してください。",
|
||||||
"Forward": "転送",
|
"Forward": "転送",
|
||||||
"Forward_Chat": "チャットを転送する",
|
"Forward_Chat": "チャットを転送する",
|
||||||
"Forward_to_department": "部署に転送する",
|
"Forward_to_department": "部署に転送する",
|
||||||
|
@ -156,62 +136,62 @@
|
||||||
"Generate_New_Link": "新しいリンクを生成",
|
"Generate_New_Link": "新しいリンクを生成",
|
||||||
"Has_left_the_team": "チームを退出しました",
|
"Has_left_the_team": "チームを退出しました",
|
||||||
"Hide_System_Messages": "システムメッセージを非表示にする",
|
"Hide_System_Messages": "システムメッセージを非表示にする",
|
||||||
|
"Hide_room": "ルームを非表示",
|
||||||
"Hide_type_messages": "\"{{type}}\"メッセージを非表示にする",
|
"Hide_type_messages": "\"{{type}}\"メッセージを非表示にする",
|
||||||
"How_It_Works": "仕組み",
|
"How_It_Works": "仕組み",
|
||||||
"Message_HideType_uj": "ユーザー参加",
|
|
||||||
"Message_HideType_ul": "ユーザー退出",
|
|
||||||
"Message_HideType_ru": "ユーザーが削除されました",
|
|
||||||
"Message_HideType_au": "ユーザーが追加されました",
|
|
||||||
"Message_HideType_mute_unmute": "ユーザーがミュート/ミュート解除されました",
|
|
||||||
"Message_HideType_r": "ルーム名が変更されました",
|
|
||||||
"Message_HideType_ut": "ユーザーが会話に参加しました",
|
|
||||||
"Message_HideType_wm": "ようこそ",
|
|
||||||
"Message_HideType_rm": "メッセージが削除されました",
|
|
||||||
"Message_HideType_subscription_role_added": "ロールが設定されました",
|
|
||||||
"Message_HideType_subscription_role_removed": "ロールが定義されていません",
|
|
||||||
"Message_HideType_room_archived": "ルームがアーカイブされました",
|
|
||||||
"Message_HideType_room_unarchived": "ルームのアーカイブが解除されました",
|
|
||||||
"I_Saved_My_E2E_Password": "自分のE2Eのパスワードを保存しました",
|
|
||||||
"IP": "IP",
|
"IP": "IP",
|
||||||
"In_app": "アプリ内",
|
"I_Saved_My_E2E_Password": "自分のE2Eのパスワードを保存しました",
|
||||||
"In_App_And_Desktop": "アプリ内とデスクトップ",
|
"In_App_And_Desktop": "アプリ内とデスクトップ",
|
||||||
"In_App_and_Desktop_Alert_info": "アプリを表示中にはバナーを上部に表示し、デスクトップには通知を送ります。",
|
"In_App_and_Desktop_Alert_info": "アプリを表示中にはバナーを上部に表示し、デスクトップには通知を送ります。",
|
||||||
"Invisible": "状態を隠す",
|
"In_app": "アプリ内",
|
||||||
"is_typing": "が入力中",
|
"Insert_Join_Code": "参加コードを挿入する",
|
||||||
"Invalid_or_expired_invite_token": "招待トークンが無効か、期限が切れています",
|
"Invalid_or_expired_invite_token": "招待トークンが無効か、期限が切れています",
|
||||||
"Invalid_server_version": "接続しようとしているサーバーのバージョン({{currentVersion}})はサポートされていません。\n\nサポートする最低バージョンは {{minVersion}} です",
|
"Invalid_server_version": "接続しようとしているサーバーのバージョン({{currentVersion}})はサポートされていません。\n\nサポートする最低バージョンは {{minVersion}} です",
|
||||||
|
"Invisible": "状態を隠す",
|
||||||
"Invite_Link": "招待リンク",
|
"Invite_Link": "招待リンク",
|
||||||
|
"Invite_user_to_join_channel": "1ユーザーをこのチャネルに招待",
|
||||||
|
"Invite_user_to_join_channel_all_from": "[#channel]のすべてのユーザーをこのチャネルに招待",
|
||||||
|
"Invite_user_to_join_channel_all_to": "このチャネルのすべてのユーザーを[#channel]に招待",
|
||||||
"Invite_users": "ユーザーを招待",
|
"Invite_users": "ユーザーを招待",
|
||||||
"Join": "参加",
|
"Join": "参加",
|
||||||
"Join_Code": "参加コード",
|
"Join_Code": "参加コード",
|
||||||
"Insert_Join_Code": "参加コードを挿入する",
|
|
||||||
"Join_our_open_workspace": "開いているワークスペースに参加する",
|
"Join_our_open_workspace": "開いているワークスペースに参加する",
|
||||||
|
"Join_the_given_channel": "指定したチャネルに参加",
|
||||||
"Just_invited_people_can_access_this_channel": "招待されたユーザーだけがこのチャンネルに参加できます",
|
"Just_invited_people_can_access_this_channel": "招待されたユーザーだけがこのチャンネルに参加できます",
|
||||||
"Just_invited_people_can_access_this_team": "招待されたユーザーのみがこのチームにアクセスできます",
|
"Just_invited_people_can_access_this_team": "招待されたユーザーのみがこのチームにアクセスできます",
|
||||||
"Language": "言語",
|
"Language": "言語",
|
||||||
"last_message": "最後のメッセージ",
|
|
||||||
"leaving_room": "チャンネルを退出",
|
|
||||||
"Leave": "ルームを退出",
|
"Leave": "ルームを退出",
|
||||||
"leave": "退出",
|
"Leave_the_current_channel": "現在のチャネルから退出",
|
||||||
"Legal": "法的項目",
|
"Legal": "法的項目",
|
||||||
"Light": "ライト",
|
|
||||||
"License": "ライセンス",
|
"License": "ライセンス",
|
||||||
|
"Light": "ライト",
|
||||||
|
"Logged_out_by_server": "サーバーからログアウトします。もう一度ログインしてください。",
|
||||||
|
"Logging_out": "ログアウトしています。",
|
||||||
"Login": "ログイン",
|
"Login": "ログイン",
|
||||||
"Login_error": "証明書が承認されませんでした。再度お試しください。",
|
"Login_error": "証明書が承認されませんでした。再度お試しください。",
|
||||||
"Logging_out": "ログアウトしています。",
|
|
||||||
"Logout": "ログアウト",
|
"Logout": "ログアウト",
|
||||||
"Max_number_of_uses": "最大利用数",
|
"Max_number_of_uses": "最大利用数",
|
||||||
"members": "メンバー",
|
|
||||||
"Members": "メンバー",
|
"Members": "メンバー",
|
||||||
"Mentions": "メンション",
|
"Mentions": "メンション",
|
||||||
|
"Message": "メッセージ",
|
||||||
|
"Message_HideType_au": "ユーザーが追加されました",
|
||||||
|
"Message_HideType_mute_unmute": "ユーザーがミュート/ミュート解除されました",
|
||||||
|
"Message_HideType_r": "ルーム名が変更されました",
|
||||||
|
"Message_HideType_rm": "メッセージが削除されました",
|
||||||
|
"Message_HideType_room_archived": "ルームがアーカイブされました",
|
||||||
|
"Message_HideType_room_unarchived": "ルームのアーカイブが解除されました",
|
||||||
|
"Message_HideType_ru": "ユーザーが削除されました",
|
||||||
|
"Message_HideType_subscription_role_added": "ロールが設定されました",
|
||||||
|
"Message_HideType_subscription_role_removed": "ロールが定義されていません",
|
||||||
|
"Message_HideType_uj": "ユーザー参加",
|
||||||
|
"Message_HideType_ul": "ユーザー退出",
|
||||||
|
"Message_HideType_ut": "ユーザーが会話に参加しました",
|
||||||
|
"Message_HideType_wm": "ようこそ",
|
||||||
|
"Message_Reported": "メッセージを報告しました",
|
||||||
"Message_actions": "メッセージアクション",
|
"Message_actions": "メッセージアクション",
|
||||||
"Message_removed": "メッセージを除く",
|
"Message_removed": "メッセージを除く",
|
||||||
"message": "メッセージ",
|
|
||||||
"messages": "メッセージ",
|
|
||||||
"Message": "メッセージ",
|
|
||||||
"Message_Reported": "メッセージを報告しました",
|
|
||||||
"Mute": "ミュート",
|
"Mute": "ミュート",
|
||||||
"muted": "ミュートした",
|
"Mute_someone_in_room": "ルーム内のいずれかのユーザーをミュート",
|
||||||
"N_people_reacted": "{{n}}人がリアクションしました",
|
"N_people_reacted": "{{n}}人がリアクションしました",
|
||||||
"N_users": "{{n}}人",
|
"N_users": "{{n}}人",
|
||||||
"Name": "名前",
|
"Name": "名前",
|
||||||
|
@ -219,26 +199,26 @@
|
||||||
"New_Message": "メッセージ",
|
"New_Message": "メッセージ",
|
||||||
"New_Password": "新しいパスワード",
|
"New_Password": "新しいパスワード",
|
||||||
"Next": "次へ",
|
"Next": "次へ",
|
||||||
|
"No_Message": "メッセージなし",
|
||||||
|
"No_Reactions": "リアクションなし",
|
||||||
|
"No_Read_Receipts": "未読通知はありません",
|
||||||
"No_files": "ファイルがありません",
|
"No_files": "ファイルがありません",
|
||||||
"No_limit": "制限なし",
|
"No_limit": "制限なし",
|
||||||
"No_mentioned_messages": "メンションされたメッセージはありません",
|
"No_mentioned_messages": "メンションされたメッセージはありません",
|
||||||
|
"No_messages_yet": "まだメッセージはありません",
|
||||||
"No_pinned_messages": "ピン留めされたメッセージはありません",
|
"No_pinned_messages": "ピン留めされたメッセージはありません",
|
||||||
"No_results_found": "結果なし",
|
"No_results_found": "結果なし",
|
||||||
"No_starred_messages": "お気に入りされたメッセージはありません",
|
"No_starred_messages": "お気に入りされたメッセージはありません",
|
||||||
"No_Message": "メッセージなし",
|
|
||||||
"No_messages_yet": "まだメッセージはありません",
|
|
||||||
"No_Reactions": "リアクションなし",
|
|
||||||
"No_Read_Receipts": "未読通知はありません",
|
|
||||||
"Not_RC_Server": "Rocket.Chatサーバーではありません。\n{{contact}}",
|
"Not_RC_Server": "Rocket.Chatサーバーではありません。\n{{contact}}",
|
||||||
"Nothing": "何もなし",
|
"Nothing": "何もなし",
|
||||||
"Nothing_to_save": "保存するものはありません!",
|
"Nothing_to_save": "保存するものはありません!",
|
||||||
|
"Notification_Preferences": "通知設定",
|
||||||
|
"Notifications": "通知",
|
||||||
"Notify_active_in_this_room": "このルームのアクティブなユーザーに通知する",
|
"Notify_active_in_this_room": "このルームのアクティブなユーザーに通知する",
|
||||||
"Notify_all_in_this_room": "このルームのユーザー全員に通知する",
|
"Notify_all_in_this_room": "このルームのユーザー全員に通知する",
|
||||||
"Notifications": "通知",
|
|
||||||
"Notification_Preferences": "通知設定",
|
|
||||||
"Oops": "おっと!",
|
|
||||||
"Online": "オンライン",
|
"Online": "オンライン",
|
||||||
"Only_authorized_users_can_write_new_messages": "承認されたユーザーだけが新しいメッセージを書き込めます",
|
"Only_authorized_users_can_write_new_messages": "承認されたユーザーだけが新しいメッセージを書き込めます",
|
||||||
|
"Oops": "おっと!",
|
||||||
"Open_emoji_selector": "絵文字ピッカーを開く",
|
"Open_emoji_selector": "絵文字ピッカーを開く",
|
||||||
"Password": "パスワード",
|
"Password": "パスワード",
|
||||||
"Permalink_copied_to_clipboard": "リンクをクリップボードにコピーしました!",
|
"Permalink_copied_to_clipboard": "リンクをクリップボードにコピーしました!",
|
||||||
|
@ -249,51 +229,47 @@
|
||||||
"Privacy_Policy": " プライバシーポリシー",
|
"Privacy_Policy": " プライバシーポリシー",
|
||||||
"Private": "プライベート",
|
"Private": "プライベート",
|
||||||
"Processing": "処理中...",
|
"Processing": "処理中...",
|
||||||
"Profile_saved_successfully": "プロフィールが保存されました!",
|
|
||||||
"Profile": "プロフィール",
|
"Profile": "プロフィール",
|
||||||
|
"Profile_saved_successfully": "プロフィールが保存されました!",
|
||||||
"Public": "パブリック",
|
"Public": "パブリック",
|
||||||
"Push_Notifications": "プッシュ通知",
|
"Push_Notifications": "プッシュ通知",
|
||||||
"Push_Notifications_Alert_Info": "通知はアプリを開いていない時に送られます。",
|
"Push_Notifications_Alert_Info": "通知はアプリを開いていない時に送られます。",
|
||||||
"Quote": "引用",
|
"Quote": "引用",
|
||||||
|
"RESET": "リセット",
|
||||||
"Reactions_are_disabled": "リアクションは無効化されています",
|
"Reactions_are_disabled": "リアクションは無効化されています",
|
||||||
"Reactions_are_enabled": "リアクションは有効化されています",
|
"Reactions_are_enabled": "リアクションは有効化されています",
|
||||||
"Read_Only": "読み取り専用",
|
"Read_Only": "読み取り専用",
|
||||||
"Read_Receipt": "レシートを見る",
|
"Read_Receipt": "レシートを見る",
|
||||||
"Receive_Group_Mentions": "グループの通知を受け取る",
|
"Receive_Group_Mentions": "グループの通知を受け取る",
|
||||||
"Receive_Group_Mentions_Info": "@all と @here の通知を受け取る",
|
"Receive_Group_Mentions_Info": "@all と @here の通知を受け取る",
|
||||||
"Register": "登録",
|
|
||||||
"replies": "返信",
|
|
||||||
"reply": "返信",
|
|
||||||
"Reply": "返信",
|
|
||||||
"Report": "報告",
|
|
||||||
"Receive_Notification": "通知を受け取る",
|
"Receive_Notification": "通知を受け取る",
|
||||||
"Receive_notifications_from": "{{name}}からの通知を受け取る",
|
"Receive_notifications_from": "{{name}}からの通知を受け取る",
|
||||||
|
"Register": "登録",
|
||||||
|
"Registration_Succeeded": "登録が成功しました",
|
||||||
|
"Remove_someone_from_room": "ルームからいずれかのユーザーを削除",
|
||||||
|
"Reply": "返信",
|
||||||
|
"Report": "報告",
|
||||||
"Resend": "再送信",
|
"Resend": "再送信",
|
||||||
"Reset_password": "パスワードをリセット",
|
"Reset_password": "パスワードをリセット",
|
||||||
"resetting_password": "パスワードを再設定",
|
|
||||||
"RESET": "リセット",
|
|
||||||
"Review_app_title": "アプリにご満足いただけておりますか?",
|
|
||||||
"Review_app_desc": "{{store}}で5段階で評価をお願いします",
|
"Review_app_desc": "{{store}}で5段階で評価をお願いします",
|
||||||
"Review_app_yes": "はい!",
|
|
||||||
"Review_app_no": "いいえ",
|
|
||||||
"Review_app_later": "あとで",
|
"Review_app_later": "あとで",
|
||||||
|
"Review_app_no": "いいえ",
|
||||||
|
"Review_app_title": "アプリにご満足いただけておりますか?",
|
||||||
"Review_app_unable_store": "{{store}}を開けません。",
|
"Review_app_unable_store": "{{store}}を開けません。",
|
||||||
|
"Review_app_yes": "はい!",
|
||||||
"Review_this_app": "アプリをレビューする",
|
"Review_this_app": "アプリをレビューする",
|
||||||
"Roles": "ロール",
|
"Roles": "ロール",
|
||||||
"Room_Info_Edit": "ルーム情報を編集",
|
|
||||||
"Room_Info": "ルーム情報",
|
"Room_Info": "ルーム情報",
|
||||||
|
"Room_Info_Edit": "ルーム情報を編集",
|
||||||
"SAVE": "保存",
|
"SAVE": "保存",
|
||||||
"Save_Changes": "変更を保存",
|
|
||||||
"Save": "保存",
|
"Save": "保存",
|
||||||
"saving_preferences": "設定を保存中",
|
"Save_Changes": "変更を保存",
|
||||||
"saving_profile": "プロフィールを設定中",
|
|
||||||
"saving_settings": "サーバー設定を保存中",
|
|
||||||
"saved_to_gallery": "ギャラリーに保存しました",
|
|
||||||
"Search_Messages": "メッセージを検索",
|
|
||||||
"Search": "検索",
|
"Search": "検索",
|
||||||
|
"Search_Messages": "メッセージを検索",
|
||||||
"Search_by": "検索種別: ",
|
"Search_by": "検索種別: ",
|
||||||
"Search_global_users": "グローバルユーザーのための検索",
|
"Search_global_users": "グローバルユーザーのための検索",
|
||||||
"Search_global_users_description": "有効にした場合、他の会社やサーバーの誰もがあなたを検索可能になります。",
|
"Search_global_users_description": "有効にした場合、他の会社やサーバーの誰もがあなたを検索可能になります。",
|
||||||
|
"Search_messages": "メッセージを検索",
|
||||||
"Select_Server": "サーバーを選択",
|
"Select_Server": "サーバーを選択",
|
||||||
"Select_Users": "ユーザーを選択",
|
"Select_Users": "ユーザーを選択",
|
||||||
"Send": "送信",
|
"Send": "送信",
|
||||||
|
@ -309,12 +285,22 @@
|
||||||
"Share": "シェア",
|
"Share": "シェア",
|
||||||
"Share_Link": "リンクをシェアする",
|
"Share_Link": "リンクをシェアする",
|
||||||
"Share_this_app": "このアプリをシェアする",
|
"Share_this_app": "このアプリをシェアする",
|
||||||
|
"Show_the_keyboard_shortcut_list": "キーボードショートカットリストを表示",
|
||||||
"Sign_Up": "登録",
|
"Sign_Up": "登録",
|
||||||
|
"Slash_Gimme_Description": "メッセージの前に༼ つ ◕_◕ ༽つを表示",
|
||||||
|
"Slash_LennyFace_Description": "メッセージの後に( ͡° ͜ʖ ͡°)を表示",
|
||||||
|
"Slash_Shrug_Description": "メッセージの後に¯\\_(ツ)_/¯を表示",
|
||||||
|
"Slash_Status_Description": "ステータスメッセージを設定",
|
||||||
|
"Slash_Status_Params": "ステータスメッセージ",
|
||||||
|
"Slash_TableUnflip_Description": "┬─┬ ノ( ゜-゜ノ)を表示します",
|
||||||
|
"Slash_Tableflip_Description": " (╯°□°)╯︵ ┻━┻を表示",
|
||||||
|
"Slash_Topic_Description": "トピックを設定",
|
||||||
|
"Slash_Topic_Params": "トピックのメッセージ",
|
||||||
"Sound": "音",
|
"Sound": "音",
|
||||||
"Star": "お気に入り",
|
"Star": "お気に入り",
|
||||||
"Starred": "お気に入りされています",
|
"Starred": "お気に入りされています",
|
||||||
"Started_discussion": "ディスカッションを開始する:",
|
|
||||||
"Started_call": "{{userBy}}と通話する",
|
"Started_call": "{{userBy}}と通話する",
|
||||||
|
"Started_discussion": "ディスカッションを開始する:",
|
||||||
"Table": "表",
|
"Table": "表",
|
||||||
"Take_a_photo": "写真を撮影",
|
"Take_a_photo": "写真を撮影",
|
||||||
"Take_a_video": "動画を撮影",
|
"Take_a_video": "動画を撮影",
|
||||||
|
@ -323,88 +309,102 @@
|
||||||
"There_was_an_error_while_action": "{{action}}の最中にエラーが発生しました!",
|
"There_was_an_error_while_action": "{{action}}の最中にエラーが発生しました!",
|
||||||
"This_room_is_blocked": "このルームはブロックされています。",
|
"This_room_is_blocked": "このルームはブロックされています。",
|
||||||
"This_room_is_read_only": "このルームは読み取り専用です。",
|
"This_room_is_read_only": "このルームは読み取り専用です。",
|
||||||
"Threads": "スレッド",
|
"This_will_clear_all_your_offline_data": "オフラインデータをすべて削除します。",
|
||||||
"Thread": "スレッド",
|
"Thread": "スレッド",
|
||||||
|
"Threads": "スレッド",
|
||||||
"Timezone": "タイムゾーン",
|
"Timezone": "タイムゾーン",
|
||||||
"topic": "トピック",
|
|
||||||
"Topic": "トピック",
|
"Topic": "トピック",
|
||||||
"Translate": "翻訳",
|
"Translate": "翻訳",
|
||||||
"Try_again": "再度お試しください。",
|
"Try_again": "再度お試しください。",
|
||||||
"Two_Factor_Authentication": "2段階認証",
|
"Two_Factor_Authentication": "2段階認証",
|
||||||
"unarchive": "アーカイブ解除",
|
"Type_message": "メッセージを入力",
|
||||||
"UNARCHIVE": "アーカイブ解除",
|
"UNARCHIVE": "アーカイブ解除",
|
||||||
"Unfollowed_thread": "スレッド更新時に通知しない",
|
"Unfollowed_thread": "スレッド更新時に通知しない",
|
||||||
"Unmute": "ミュート解除",
|
"Unmute": "ミュート解除",
|
||||||
"unmuted": "ミュート解除しました",
|
"Unmute_someone_in_room": "ルームのいずれかのユーザーのミュートを解除",
|
||||||
"Unpin": "ピン留めを解除",
|
"Unpin": "ピン留めを解除",
|
||||||
"unread_messages": "未読",
|
|
||||||
"Unread": "未読",
|
"Unread": "未読",
|
||||||
"Unread_on_top": "未読メッセージを上に表示",
|
"Unread_on_top": "未読メッセージを上に表示",
|
||||||
"Unstar": "お気に入り解除",
|
"Unstar": "お気に入り解除",
|
||||||
"Updating": "更新中...",
|
"Updating": "更新中...",
|
||||||
"Uploading": "アップロード中",
|
"Uploading": "アップロード中",
|
||||||
"User": "ユーザー",
|
"User": "ユーザー",
|
||||||
"Users": "ユーザー",
|
|
||||||
"User_Info": "ユーザー情報",
|
"User_Info": "ユーザー情報",
|
||||||
"User_has_been_key": "ユーザーは{{key}}",
|
"User_has_been_key": "ユーザーは{{key}}",
|
||||||
"User_sent_an_attachment": "{{user}}は添付ファイルを送信しました",
|
"User_sent_an_attachment": "{{user}}は添付ファイルを送信しました",
|
||||||
"Username": "ユーザー名",
|
"Username": "ユーザー名",
|
||||||
"Username_or_email": "ユーザー名かメールアドレス",
|
"Username_or_email": "ユーザー名かメールアドレス",
|
||||||
|
"Users": "ユーザー",
|
||||||
"Uses_server_configuration": "サーバー構成を使用する",
|
"Uses_server_configuration": "サーバー構成を使用する",
|
||||||
"Registration_Succeeded": "登録が成功しました",
|
"Version_no": "バージョン: {{version}}",
|
||||||
"View_Original": "オリジナルを見る",
|
"View_Original": "オリジナルを見る",
|
||||||
"Websocket_disabled": "Websocketはこのサーバーでは無効化されています。\n{{contact}}",
|
"Websocket_disabled": "Websocketはこのサーバーでは無効化されています。\n{{contact}}",
|
||||||
|
"Whats_the_password_for_your_certificate": "証明書のパスワードはなんですか?",
|
||||||
"Without_Servers": "サーバーを除く",
|
"Without_Servers": "サーバーを除く",
|
||||||
"Write_External_Permission_Message": "Rocket.Chatは画像を保存するためにギャラリーへのアクセスを求めています。",
|
|
||||||
"Write_External_Permission": "ギャラリーへのアクセス許可",
|
"Write_External_Permission": "ギャラリーへのアクセス許可",
|
||||||
|
"Write_External_Permission_Message": "Rocket.Chatは画像を保存するためにギャラリーへのアクセスを求めています。",
|
||||||
"Yes_action_it": "はい、{{action}}します!",
|
"Yes_action_it": "はい、{{action}}します!",
|
||||||
"Yesterday": "昨日",
|
"Yesterday": "昨日",
|
||||||
|
"You": "あなた",
|
||||||
"You_are_in_preview_mode": "プレビューモードです。",
|
"You_are_in_preview_mode": "プレビューモードです。",
|
||||||
"You_can_search_using_RegExp_eg": "正規表現を利用できます。 例: `/^text$/i`",
|
"You_can_search_using_RegExp_eg": "正規表現を利用できます。 例: `/^text$/i`",
|
||||||
"You_colon": "あなた: ",
|
"You_colon": "あなた: ",
|
||||||
"you_were_mentioned": "あなたがメンションしました",
|
|
||||||
"you": "あなた",
|
|
||||||
"You": "あなた",
|
|
||||||
"Logged_out_by_server": "サーバーからログアウトします。もう一度ログインしてください。",
|
|
||||||
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "シェアするためには1つ以上のサーバーにアクセスする必要があります。",
|
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "シェアするためには1つ以上のサーバーにアクセスする必要があります。",
|
||||||
|
"You_will_be_logged_out_of_this_application": "アプリからログアウトします。",
|
||||||
|
"You_will_not_be_able_to_recover_this_message": "このメッセージは復元できません!",
|
||||||
"Your_certificate": "あなたの認証情報",
|
"Your_certificate": "あなたの認証情報",
|
||||||
"Your_invite_link_will_expire_after__usesLeft__uses": "招待リンクはあと{{usesLeft}}回で使用できなくなります。",
|
"Your_invite_link_will_expire_after__usesLeft__uses": "招待リンクはあと{{usesLeft}}回で使用できなくなります。",
|
||||||
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "招待リンクは{{date}}までか、あと{{usesLeft}}回で使用できなくなります。",
|
|
||||||
"Your_invite_link_will_expire_on__date__": "招待リンクは{{date}}に使用できなくなります。",
|
"Your_invite_link_will_expire_on__date__": "招待リンクは{{date}}に使用できなくなります。",
|
||||||
|
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "招待リンクは{{date}}までか、あと{{usesLeft}}回で使用できなくなります。",
|
||||||
"Your_invite_link_will_never_expire": "招待リンクはずっと有効です。",
|
"Your_invite_link_will_never_expire": "招待リンクはずっと有効です。",
|
||||||
"Version_no": "バージョン: {{version}}",
|
"alert": "アラート",
|
||||||
"You_will_not_be_able_to_recover_this_message": "このメッセージは復元できません!",
|
"alerts": "アラート",
|
||||||
"Change_Language": "言語を変更",
|
"and": "と",
|
||||||
"Crash_report_disclaimer": "クラッシュレポートには問題を特定し、修正するために必要な情報のみが含まれます。チャット内のコンテンツは送信されません。",
|
|
||||||
"Type_message": "メッセージを入力",
|
|
||||||
"Search_messages": "メッセージを検索",
|
|
||||||
"Add_server": "サーバーを追加",
|
|
||||||
"You_will_be_logged_out_of_this_application": "アプリからログアウトします。",
|
|
||||||
"Clear": "クリア",
|
|
||||||
"This_will_clear_all_your_offline_data": "オフラインデータをすべて削除します。",
|
|
||||||
"Broadcast_hint": "許可されたユーザーのみが新しいメッセージを書き込めます。他のユーザーは返信することができます",
|
|
||||||
"and_N_more": "さらに{{count}}つ",
|
"and_N_more": "さらに{{count}}つ",
|
||||||
"Slash_Gimme_Description": "メッセージの前に༼ つ ◕_◕ ༽つを表示",
|
"announcement": "アナウンス",
|
||||||
"Slash_LennyFace_Description": "メッセージの後に( ͡° ͜ʖ ͡°)を表示",
|
"archive": "アーカイブ",
|
||||||
"Slash_Shrug_Description": "メッセージの後に¯\\_(ツ)_/¯を表示",
|
"are_typing": "が入力中",
|
||||||
"Slash_Status_Description": "ステータスメッセージを設定",
|
"changing_avatar": "アバターを変更",
|
||||||
"Slash_Status_Params": "ステータスメッセージ",
|
"creating_channel": "チャンネルを作成",
|
||||||
"Slash_Tableflip_Description": " (╯°□°)╯︵ ┻━┻を表示",
|
"creating_invite": "招待を作成",
|
||||||
"Slash_TableUnflip_Description": "┬─┬ ノ( ゜-゜ノ)を表示します",
|
"delete": "削除",
|
||||||
"Slash_Topic_Description": "トピックを設定",
|
"deleting_room": "ルームを削除",
|
||||||
"Slash_Topic_Params": "トピックのメッセージ",
|
"description": "概要",
|
||||||
"Create_A_New_Channel": "新しいChannelの作成",
|
"error-action-not-allowed": "{{action}}の権限がありません。",
|
||||||
"Show_the_keyboard_shortcut_list": "キーボードショートカットリストを表示",
|
"error-avatar-invalid-url": "画像のURLが正しくありません: {{url}}",
|
||||||
"Hide_room": "ルームを非表示",
|
"error-duplicate-channel-name": "{{room_name}}と同名のチャンネルが存在します。",
|
||||||
"Invite_user_to_join_channel": "1ユーザーをこのチャネルに招待",
|
"error-email-send-failed": "次のメールアドレスの送信に失敗しました: {{message}}",
|
||||||
"Invite_user_to_join_channel_all_from": "[#channel]のすべてのユーザーをこのチャネルに招待",
|
"error-file-too-large": "ファイルが大きすぎます。",
|
||||||
"Invite_user_to_join_channel_all_to": "このチャネルのすべてのユーザーを[#channel]に招待",
|
"error-invalid-email": "不正なメールアドレスです。 {{email}}",
|
||||||
"Join_the_given_channel": "指定したチャネルに参加",
|
"error-invalid-file-type": "ファイルの種類が不正です",
|
||||||
"Remove_someone_from_room": "ルームからいずれかのユーザーを削除",
|
"error-invalid-password": "不正なパスワードです",
|
||||||
"Leave_the_current_channel": "現在のチャネルから退出",
|
"error-invalid-room-name": "{{room_name}}は正しいルーム名ではありません。",
|
||||||
"Displays_action_text": "アクションテキストを表示",
|
"error-not-allowed": "許可されていません。",
|
||||||
"Direct_message_someone": "ユーザーへダイレクトメッセージする",
|
"error-not-permission-to-upload-file": "ファイルをアップロードする権限がありません",
|
||||||
"Mute_someone_in_room": "ルーム内のいずれかのユーザーをミュート",
|
"error-save-image": "画像の保存に失敗しました。",
|
||||||
"Unmute_someone_in_room": "ルームのいずれかのユーザーのミュートを解除",
|
"error-save-video": "動画の保存中にエラーが発生しました",
|
||||||
"Audio": "音声"
|
"error-too-many-requests": "エラーです。リクエストが多すぎます。リクエストの頻度を落としてください。{{seconds}} 秒以上待ってから再度お試しください。",
|
||||||
|
"error-you-are-last-owner": "あなたは最後のオーナーです。ルームを退出する前に別のオーナーを設定してください。",
|
||||||
|
"is_typing": "が入力中",
|
||||||
|
"last_message": "最後のメッセージ",
|
||||||
|
"leave": "退出",
|
||||||
|
"leaving_room": "チャンネルを退出",
|
||||||
|
"members": "メンバー",
|
||||||
|
"message": "メッセージ",
|
||||||
|
"messages": "メッセージ",
|
||||||
|
"move": "移動",
|
||||||
|
"muted": "ミュートした",
|
||||||
|
"replies": "返信",
|
||||||
|
"reply": "返信",
|
||||||
|
"resetting_password": "パスワードを再設定",
|
||||||
|
"saved_to_gallery": "ギャラリーに保存しました",
|
||||||
|
"saving_preferences": "設定を保存中",
|
||||||
|
"saving_profile": "プロフィールを設定中",
|
||||||
|
"saving_settings": "サーバー設定を保存中",
|
||||||
|
"topic": "トピック",
|
||||||
|
"unarchive": "アーカイブ解除",
|
||||||
|
"unmuted": "ミュート解除しました",
|
||||||
|
"unread_messages": "未読",
|
||||||
|
"you": "あなた",
|
||||||
|
"you_were_mentioned": "あなたがメンションしました"
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,19 +1,7 @@
|
||||||
{
|
{
|
||||||
"1_person_reacted": "1 pessoa reagiu",
|
"1_person_reacted": "1 pessoa reagiu",
|
||||||
"error-action-not-allowed": "{{action}} não é permitida",
|
"ARCHIVE": "ARQUIVAR",
|
||||||
"error-avatar-invalid-url": "URL de avatar inválido: {{url}}",
|
"A_meaningful_name_for_the_discussion_room": "Um nome significativo para a sala de discussão",
|
||||||
"error-duplicate-channel-name": "Existe um canal com o nome {{room_name}}",
|
|
||||||
"error-email-send-failed": "Erro ao tentar enviar e-mail: {{message}}",
|
|
||||||
"error-save-image": "Erro ao salvar imagem",
|
|
||||||
"error-save-video": "Erro ao salvar vídeo",
|
|
||||||
"error-file-too-large": "Ficheiro demasiado grande",
|
|
||||||
"error-invalid-email": "E-mail inválido {{email}}",
|
|
||||||
"error-invalid-file-type": "Tipo de ficheiro inválido",
|
|
||||||
"error-invalid-password": "Palavra-passe inválida",
|
|
||||||
"error-invalid-room-name": "{{room_name}} não é um nome de sala válido",
|
|
||||||
"error-not-allowed": "Não permitido",
|
|
||||||
"error-too-many-requests": "Erro, demasiados pedidos. Por favor, diminua a velocidade. Você deve esperar {{seconds}} segundos antes de tentar novamente.",
|
|
||||||
"error-you-are-last-owner": "Você é o último proprietário. Por favor, defina novo proprietário antes de sair da sala.",
|
|
||||||
"Actions": "Acções",
|
"Actions": "Acções",
|
||||||
"Activity": "Actividade",
|
"Activity": "Actividade",
|
||||||
"Add_Server": "Adicionar Servidor",
|
"Add_Server": "Adicionar Servidor",
|
||||||
|
@ -21,54 +9,48 @@
|
||||||
"Admin_Panel": "Painel de Administração",
|
"Admin_Panel": "Painel de Administração",
|
||||||
"Agent": "Agente",
|
"Agent": "Agente",
|
||||||
"Alert": "Alerta",
|
"Alert": "Alerta",
|
||||||
"alert": "alerta",
|
|
||||||
"alerts": "alertas",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "Todos os utilizadores no canal podem escrever novas mensagens",
|
|
||||||
"All_users_in_the_team_can_write_new_messages": "Todos os usuários da equipa podem escrever novas mensagens",
|
|
||||||
"A_meaningful_name_for_the_discussion_room": "Um nome significativo para a sala de discussão",
|
|
||||||
"All": "Todos",
|
"All": "Todos",
|
||||||
"All_Messages": "Todas as Mensagens",
|
"All_Messages": "Todas as Mensagens",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "Todos os utilizadores no canal podem escrever novas mensagens",
|
||||||
|
"All_users_in_the_team_can_write_new_messages": "Todos os usuários da equipa podem escrever novas mensagens",
|
||||||
"Allow_Reactions": "Permitir Reacções",
|
"Allow_Reactions": "Permitir Reacções",
|
||||||
"and": "e",
|
|
||||||
"announcement": "anúncio",
|
|
||||||
"Announcement": "Anúncio",
|
"Announcement": "Anúncio",
|
||||||
"Apply_Your_Certificate": "Aplique o seu Certificado",
|
"Apply_Your_Certificate": "Aplique o seu Certificado",
|
||||||
"ARCHIVE": "ARQUIVAR",
|
|
||||||
"archive": "arquivar",
|
|
||||||
"are_typing": "estão a escrever",
|
|
||||||
"Are_you_sure_question_mark": "Tem a certeza?",
|
"Are_you_sure_question_mark": "Tem a certeza?",
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "Tem certeza de que quer sair da sala {{room}}?",
|
"Are_you_sure_you_want_to_leave_the_room": "Tem certeza de que quer sair da sala {{room}}?",
|
||||||
"Automatic": "Automático",
|
"Audio": "Áudio",
|
||||||
"Auto_Translate": "Auto-Tradução",
|
"Auto_Translate": "Auto-Tradução",
|
||||||
"Avatar_changed_successfully": "Avatar alterado com sucesso!",
|
"Automatic": "Automático",
|
||||||
"Avatar_Url": "URL do Avatar",
|
"Avatar_Url": "URL do Avatar",
|
||||||
|
"Avatar_changed_successfully": "Avatar alterado com sucesso!",
|
||||||
"Away": "Ausente",
|
"Away": "Ausente",
|
||||||
"Black": "Preto",
|
"Black": "Preto",
|
||||||
|
"Broadcast_hint": "Apenas utilizadores autorizados podem escrever novas mensagens, mas os outros utilizadores poderão responder",
|
||||||
"Browser": "Navegador",
|
"Browser": "Navegador",
|
||||||
"Busy": "Ocupado",
|
"Busy": "Ocupado",
|
||||||
|
"Call_already_ended": "Chamada já terminada!",
|
||||||
|
"Cancel": "Cancelar",
|
||||||
"Cancel_editing": "Cancelar edição",
|
"Cancel_editing": "Cancelar edição",
|
||||||
"Cancel_recording": "Cancelar gravação",
|
"Cancel_recording": "Cancelar gravação",
|
||||||
"Cancel": "Cancelar",
|
"Certificate_password": "Senha do Certificado",
|
||||||
"changing_avatar": "a alterar avatar",
|
"Change_language_loading": "Mudança de idioma.",
|
||||||
"creating_channel": "a criar canal",
|
|
||||||
"creating_invite": "a criar convite",
|
|
||||||
"Channel_Name": "Nome do Canal",
|
"Channel_Name": "Nome do Canal",
|
||||||
"Channels": "Canais",
|
"Channels": "Canais",
|
||||||
|
"Chat_closed_by_agent": "Chat fechado por agente",
|
||||||
"Chats": "Chats",
|
"Chats": "Chats",
|
||||||
"Call_already_ended": "Chamada já terminada!",
|
"Choose": "Escolher",
|
||||||
|
"Choose_file": "Escolher arquivo",
|
||||||
|
"Choose_from_library": "Escolher da biblioteca",
|
||||||
|
"Choose_where_you_want_links_be_opened": "Escolha onde você quer que os links sejam abertos",
|
||||||
|
"Clear_cache": "Limpar a cache do servidor local",
|
||||||
|
"Clear_cache_loading": "A limpar a cache.",
|
||||||
"Clear_cookies_alert": "Quer limpar todas as cookies?",
|
"Clear_cookies_alert": "Quer limpar todas as cookies?",
|
||||||
"Clear_cookies_desc": "Esta acção irá limpar todos os cookies de login, permitindo que você faça login em outras contas.",
|
"Clear_cookies_desc": "Esta acção irá limpar todos os cookies de login, permitindo que você faça login em outras contas.",
|
||||||
"Clear_cookies_yes": "Sim, limpar cookies",
|
|
||||||
"Clear_cookies_no": "Não, guardar cookies",
|
"Clear_cookies_no": "Não, guardar cookies",
|
||||||
|
"Clear_cookies_yes": "Sim, limpar cookies",
|
||||||
"Click_to_join": "Clique para Entrar!",
|
"Click_to_join": "Clique para Entrar!",
|
||||||
"Close": "Fechar",
|
"Close": "Fechar",
|
||||||
"Close_emoji_selector": "Fechar selector de emoticons",
|
"Close_emoji_selector": "Fechar selector de emoticons",
|
||||||
"Change_language_loading": "Mudança de idioma.",
|
|
||||||
"Chat_closed_by_agent": "Chat fechado por agente",
|
|
||||||
"Choose": "Escolher",
|
|
||||||
"Choose_from_library": "Escolher da biblioteca",
|
|
||||||
"Choose_file": "Escolher arquivo",
|
|
||||||
"Choose_where_you_want_links_be_opened": "Escolha onde você quer que os links sejam abertos",
|
|
||||||
"Code_or_password_invalid": "Código ou senha inválidos",
|
"Code_or_password_invalid": "Código ou senha inválidos",
|
||||||
"Collaborative": "Colaborativa",
|
"Collaborative": "Colaborativa",
|
||||||
"Confirm": "Confirmar",
|
"Confirm": "Confirmar",
|
||||||
|
@ -77,76 +59,71 @@
|
||||||
"Contact_us": "Contacte-nos",
|
"Contact_us": "Contacte-nos",
|
||||||
"Contact_your_server_admin": "Contacte o administrador do seu servidor.",
|
"Contact_your_server_admin": "Contacte o administrador do seu servidor.",
|
||||||
"Continue_with": "Continuar com",
|
"Continue_with": "Continuar com",
|
||||||
|
"Conversation": "Conversa",
|
||||||
"Copied_to_clipboard": "Copiado para a área de transferência!",
|
"Copied_to_clipboard": "Copiado para a área de transferência!",
|
||||||
"Copy": "Copiar",
|
"Copy": "Copiar",
|
||||||
"Conversation": "Conversa",
|
"Create": "Criar",
|
||||||
"Certificate_password": "Senha do Certificado",
|
"Create_A_New_Channel": "Criar um novo canal",
|
||||||
"Clear_cache": "Limpar a cache do servidor local",
|
|
||||||
"Clear_cache_loading": "A limpar a cache.",
|
|
||||||
"Whats_the_password_for_your_certificate": "Qual é a senha para o seu certificado?",
|
|
||||||
"Create_account": "Criar uma conta",
|
|
||||||
"Create_Channel": "Criar Canal",
|
"Create_Channel": "Criar Canal",
|
||||||
"Create_Direct_Messages": "Criar Mensagens Diretas",
|
"Create_Direct_Messages": "Criar Mensagens Diretas",
|
||||||
"Create_Discussion": "Criar Discussão",
|
"Create_Discussion": "Criar Discussão",
|
||||||
"Created_snippet": "criado um extracto",
|
|
||||||
"Create_a_new_workspace": "Criar um novo espaço de trabalho",
|
"Create_a_new_workspace": "Criar um novo espaço de trabalho",
|
||||||
"Create": "Criar",
|
"Create_account": "Criar uma conta",
|
||||||
|
"Created_snippet": "criado um extracto",
|
||||||
|
"DELETE": "APAGAR",
|
||||||
"Dark": "Escuro",
|
"Dark": "Escuro",
|
||||||
"Dark_level": "Nível Escuro",
|
"Dark_level": "Nível Escuro",
|
||||||
"Default": "Predefinição",
|
"Default": "Predefinição",
|
||||||
"Default_browser": "Navegador predefinido",
|
"Default_browser": "Navegador predefinido",
|
||||||
|
"Delete": "Apagar",
|
||||||
"Delete_Room_Warning": "Apagar uma sala irá remover todas as mensagens contidas nela. Isto não pode ser desfeito.",
|
"Delete_Room_Warning": "Apagar uma sala irá remover todas as mensagens contidas nela. Isto não pode ser desfeito.",
|
||||||
"Department": "Departamento",
|
"Department": "Departamento",
|
||||||
"delete": "apagar",
|
|
||||||
"Delete": "Apagar",
|
|
||||||
"DELETE": "APAGAR",
|
|
||||||
"move": "mover",
|
|
||||||
"deleting_room": "apagando sala",
|
|
||||||
"description": "descrição",
|
|
||||||
"Description": "Descrição",
|
"Description": "Descrição",
|
||||||
"Desktop_Notifications": "Notificações da área de trabalho",
|
|
||||||
"Desktop_Alert_info": "Estas notificações são entregues na área de trabalho",
|
"Desktop_Alert_info": "Estas notificações são entregues na área de trabalho",
|
||||||
"Directory": "Directório",
|
"Desktop_Notifications": "Notificações da área de trabalho",
|
||||||
"Direct_Messages": "Mensagens Directas",
|
"Direct_Messages": "Mensagens Directas",
|
||||||
"Discussions": "Discussões",
|
"Direct_message_someone": "Enviar mensagem directa para alguém",
|
||||||
|
"Directory": "Directório",
|
||||||
"Discussion_Desc": "Ajude a manter uma visão geral sobre o que está acontecendo! Ao criar uma discussão, é criado um sub-canal do que você selecionou e ambos estão ligados.",
|
"Discussion_Desc": "Ajude a manter uma visão geral sobre o que está acontecendo! Ao criar uma discussão, é criado um sub-canal do que você selecionou e ambos estão ligados.",
|
||||||
"Discussion_name": "Nome da discussão",
|
"Discussion_name": "Nome da discussão",
|
||||||
"Dont_Have_An_Account": "Não tem uma conta?",
|
"Discussions": "Discussões",
|
||||||
"Do_you_have_an_account": "Você tem uma conta?",
|
"Displays_action_text": "Exibe texto da acção",
|
||||||
"Do_you_have_a_certificate": "Você tem um certificado?",
|
"Do_you_have_a_certificate": "Você tem um certificado?",
|
||||||
|
"Do_you_have_an_account": "Você tem uma conta?",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "Você quer mesmo {{key}} esta sala?",
|
"Do_you_really_want_to_key_this_room_question_mark": "Você quer mesmo {{key}} esta sala?",
|
||||||
|
"Dont_Have_An_Account": "Não tem uma conta?",
|
||||||
"E2E_Encryption": "Encriptação E2E",
|
"E2E_Encryption": "Encriptação E2E",
|
||||||
"E2E_How_It_Works_info1": "Agora você pode criar grupos privados criptografados e mensagens diretas. Você também pode alterar grupos privados existentes ou DMs para criptografados.",
|
"E2E_How_It_Works_info1": "Agora você pode criar grupos privados criptografados e mensagens diretas. Você também pode alterar grupos privados existentes ou DMs para criptografados.",
|
||||||
"E2E_How_It_Works_info2": "Isto é *criptografia ponto a ponto* portanto a chave para codificar/descodificar as suas mensagens não será salva no servidor. Por essa razão *você precisa armazenar esta senha em algum lugar seguro* que você posa aceder mais tarde, se precisar.",
|
"E2E_How_It_Works_info2": "Isto é *criptografia ponto a ponto* portanto a chave para codificar/descodificar as suas mensagens não será salva no servidor. Por essa razão *você precisa armazenar esta senha em algum lugar seguro* que você posa aceder mais tarde, se precisar.",
|
||||||
"E2E_How_It_Works_info3": "Se você prosseguir, uma senha E2E será gerada automaticamente.",
|
"E2E_How_It_Works_info3": "Se você prosseguir, uma senha E2E será gerada automaticamente.",
|
||||||
"E2E_How_It_Works_info4": "Você também pode configurar uma nova senha para sua chave de criptografia a qualquer momento a partir de qualquer navegador que você tenha inserido a senha existente do E2E.",
|
"E2E_How_It_Works_info4": "Você também pode configurar uma nova senha para sua chave de criptografia a qualquer momento a partir de qualquer navegador que você tenha inserido a senha existente do E2E.",
|
||||||
"Edit": "Editar",
|
"Edit": "Editar",
|
||||||
"Edit_Status": "Editar Status",
|
|
||||||
"Edit_Invite": "Editar Convite",
|
"Edit_Invite": "Editar Convite",
|
||||||
"End_to_end_encrypted_room": "Sala encriptada de ponta a ponta",
|
"Edit_Status": "Editar Status",
|
||||||
|
"Email": "E-mail",
|
||||||
"Email_Notification_Mode_All": "Cada Menção/DM",
|
"Email_Notification_Mode_All": "Cada Menção/DM",
|
||||||
"Email_Notification_Mode_Disabled": "Desactivado",
|
"Email_Notification_Mode_Disabled": "Desactivado",
|
||||||
"Email": "E-mail",
|
|
||||||
"Enable_Auto_Translate": "Activar Auto-Tradução",
|
"Enable_Auto_Translate": "Activar Auto-Tradução",
|
||||||
"Encrypted": "Encriptado",
|
"Encrypted": "Encriptado",
|
||||||
"Encrypted_message": "Mensagem encriptada",
|
"Encrypted_message": "Mensagem encriptada",
|
||||||
|
"Encryption_error_desc": "Não foi possível descodificar a sua chave de encriptação para ser importada.",
|
||||||
|
"Encryption_error_title": "A sua senha de encriptação parece errada",
|
||||||
|
"End_to_end_encrypted_room": "Sala encriptada de ponta a ponta",
|
||||||
"Enter_Your_E2E_Password": "Digite a sua senha E2E",
|
"Enter_Your_E2E_Password": "Digite a sua senha E2E",
|
||||||
"Enter_Your_Encryption_Password_desc1": "Isto permitir-lhe-á aceder aos seus grupos privados encriptados e às suas mensagens directas.",
|
"Enter_Your_Encryption_Password_desc1": "Isto permitir-lhe-á aceder aos seus grupos privados encriptados e às suas mensagens directas.",
|
||||||
"Enter_Your_Encryption_Password_desc2": "Você precisa digitar a senha para codificar/descodificar mensagens em cada lugar que você usar o chat.",
|
"Enter_Your_Encryption_Password_desc2": "Você precisa digitar a senha para codificar/descodificar mensagens em cada lugar que você usar o chat.",
|
||||||
"Encryption_error_title": "A sua senha de encriptação parece errada",
|
"Error_uploading": "Erro ao fazer o envio",
|
||||||
"Encryption_error_desc": "Não foi possível descodificar a sua chave de encriptação para ser importada.",
|
|
||||||
"Everyone_can_access_this_channel": "Todos podem aceder a este canal",
|
"Everyone_can_access_this_channel": "Todos podem aceder a este canal",
|
||||||
"Everyone_can_access_this_team": "Todos podem aceder a esta equipa",
|
"Everyone_can_access_this_team": "Todos podem aceder a esta equipa",
|
||||||
"Error_uploading": "Erro ao fazer o envio",
|
|
||||||
"Expiration_Days": "Validade (Dias)",
|
"Expiration_Days": "Validade (Dias)",
|
||||||
"Favorites": "Favoritos",
|
"Favorites": "Favoritos",
|
||||||
"Files": "Ficheiros",
|
|
||||||
"File_description": "Descrição do ficheiro",
|
"File_description": "Descrição do ficheiro",
|
||||||
|
"Files": "Ficheiros",
|
||||||
"Finish_recording": "Terminar a gravação",
|
"Finish_recording": "Terminar a gravação",
|
||||||
"Following_thread": "Seguir discussão",
|
"Following_thread": "Seguir discussão",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "Para sua segurança, você deve escrever a sua palavra-passe actual para continuar",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "Para sua segurança, você deve escrever a sua palavra-passe actual para continuar",
|
||||||
"Forgot_password_If_this_email_is_registered": "Se este e-mail estiver registado, enviaremos instruções sobre como repor a sua palavra-passe. Se você não receber um e-mail em breve, volte e tente novamente.",
|
|
||||||
"Forgot_password": "Esquecer palavra-passe",
|
"Forgot_password": "Esquecer palavra-passe",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "Se este e-mail estiver registado, enviaremos instruções sobre como repor a sua palavra-passe. Se você não receber um e-mail em breve, volte e tente novamente.",
|
||||||
"Forward": "Reencaminhar",
|
"Forward": "Reencaminhar",
|
||||||
"Forward_Chat": "Reencaminhar Chat",
|
"Forward_Chat": "Reencaminhar Chat",
|
||||||
"Forward_to_department": "Reencaminhar para o departamento",
|
"Forward_to_department": "Reencaminhar para o departamento",
|
||||||
|
@ -155,113 +132,114 @@
|
||||||
"Generate_New_Link": "Gerar Novo Link",
|
"Generate_New_Link": "Gerar Novo Link",
|
||||||
"Get_link": "Obter Ligação",
|
"Get_link": "Obter Ligação",
|
||||||
"Hide_System_Messages": "Esconder mensagens do sistema",
|
"Hide_System_Messages": "Esconder mensagens do sistema",
|
||||||
|
"Hide_room": "Esconder sala",
|
||||||
"Hide_type_messages": "Esconder mensagens \"{{type}}\"",
|
"Hide_type_messages": "Esconder mensagens \"{{type}}\"",
|
||||||
"How_It_Works": "Como Funciona",
|
"How_It_Works": "Como Funciona",
|
||||||
"Message_HideType_uj": "Utilizador entrou",
|
|
||||||
"Message_HideType_ul": "Utilizador saiu",
|
|
||||||
"Message_HideType_ru": "Utilizador removido",
|
|
||||||
"Message_HideType_au": "Utilizador adicionado",
|
|
||||||
"Message_HideType_mute_unmute": "Utilizador silenciado/de-silenciado",
|
|
||||||
"Message_HideType_r": "Nome da sala alterado",
|
|
||||||
"Message_HideType_ut": "Utilizador entrou na conversação",
|
|
||||||
"Message_HideType_wm": "Bem-vindo",
|
|
||||||
"Message_HideType_rm": "Mensagem Removida",
|
|
||||||
"Message_HideType_subscription_role_added": "Foi definido o estatuto",
|
|
||||||
"Message_HideType_subscription_role_removed": "Definição de estatuto removida",
|
|
||||||
"Message_HideType_room_archived": "Sala arquivada",
|
|
||||||
"Message_HideType_room_unarchived": "Sala desarquivada",
|
|
||||||
"I_Saved_My_E2E_Password": "Guardei a minha senha E2E",
|
|
||||||
"IP": "IP",
|
"IP": "IP",
|
||||||
"In_app": "Na aplicação",
|
"I_Saved_My_E2E_Password": "Guardei a minha senha E2E",
|
||||||
"In_App_And_Desktop": "Na aplicação e área de trabalho",
|
"In_App_And_Desktop": "Na aplicação e área de trabalho",
|
||||||
"In_App_and_Desktop_Alert_info": "Exibe um banner no topo da tela quando a aplicação está aberto, e exibe uma notificação na área de trabalho",
|
"In_App_and_Desktop_Alert_info": "Exibe um banner no topo da tela quando a aplicação está aberto, e exibe uma notificação na área de trabalho",
|
||||||
"Invisible": "Invisível",
|
"In_app": "Na aplicação",
|
||||||
"is_typing": "está a escrever",
|
"Insert_Join_Code": "Insira o código de entrada",
|
||||||
"Invalid_or_expired_invite_token": "Token de convite invalido ou expirado",
|
"Invalid_or_expired_invite_token": "Token de convite invalido ou expirado",
|
||||||
"Invalid_server_version": "O servidor ao qual esta tentando ligar-se, utiliza uma versão que não é suporta pela aplicação: {{currentVersion}}.\n\nA versão mínima requerida é {{minVersion}}",
|
"Invalid_server_version": "O servidor ao qual esta tentando ligar-se, utiliza uma versão que não é suporta pela aplicação: {{currentVersion}}.\n\nA versão mínima requerida é {{minVersion}}",
|
||||||
|
"Invisible": "Invisível",
|
||||||
"Invite_Link": "Link de convite",
|
"Invite_Link": "Link de convite",
|
||||||
|
"Invite_user_to_join_channel": "Convidar um utilizador para juntar-se a este canal",
|
||||||
|
"Invite_user_to_join_channel_all_from": "Convide todos os utilizadores de [#channel] a participar deste canal",
|
||||||
|
"Invite_user_to_join_channel_all_to": "Convide todos os utilizadores deste canal a participar [#canal]",
|
||||||
"Invite_users": "Convidar utilizadores",
|
"Invite_users": "Convidar utilizadores",
|
||||||
"Join": "Entrar",
|
"Join": "Entrar",
|
||||||
"Join_Code": "Código de entrada",
|
"Join_Code": "Código de entrada",
|
||||||
"Insert_Join_Code": "Insira o código de entrada",
|
|
||||||
"Join_our_open_workspace": "Junte-se ao nosso espaço de trabalho aberto",
|
"Join_our_open_workspace": "Junte-se ao nosso espaço de trabalho aberto",
|
||||||
|
"Join_the_given_channel": "Entrar no canal apresentado",
|
||||||
"Just_invited_people_can_access_this_channel": "Apenas utilizadores convidados podem aceder a este canal",
|
"Just_invited_people_can_access_this_channel": "Apenas utilizadores convidados podem aceder a este canal",
|
||||||
"Just_invited_people_can_access_this_team": "Apenas pessoas convidadas podem aceder a esta equipa",
|
"Just_invited_people_can_access_this_team": "Apenas pessoas convidadas podem aceder a esta equipa",
|
||||||
"Language": "Idioma",
|
"Language": "Idioma",
|
||||||
"last_message": "última mensagem",
|
|
||||||
"leaving_room": "a sair da sala",
|
|
||||||
"Leave": "Sair",
|
"Leave": "Sair",
|
||||||
"leave": "sair",
|
"Leave_the_current_channel": "Sai deste canal",
|
||||||
"Legal": "Legal",
|
"Legal": "Legal",
|
||||||
"Light": "Luz",
|
|
||||||
"License": "Licença",
|
"License": "Licença",
|
||||||
|
"Light": "Luz",
|
||||||
|
"Logging_out": "A terminar a sessão.",
|
||||||
"Login": "Entrar",
|
"Login": "Entrar",
|
||||||
"Login_error": "As suas credenciais foram rejeitadas! Por favor, tente novamente.",
|
"Login_error": "As suas credenciais foram rejeitadas! Por favor, tente novamente.",
|
||||||
"Logging_out": "A terminar a sessão.",
|
|
||||||
"Logout": "Sair",
|
"Logout": "Sair",
|
||||||
"Max_number_of_uses": "Número máximo de utilizações",
|
|
||||||
"Max_number_of_users_allowed_is_number": "O número máximo de utilizadores permitido é {{maxUsers}}",
|
"Max_number_of_users_allowed_is_number": "O número máximo de utilizadores permitido é {{maxUsers}}",
|
||||||
"members": "membros",
|
"Max_number_of_uses": "Número máximo de utilizações",
|
||||||
"Members": "Membros",
|
"Members": "Membros",
|
||||||
"Mentions": "Menções",
|
"Mentions": "Menções",
|
||||||
|
"Message": "Mensagem",
|
||||||
|
"Message_HideType_au": "Utilizador adicionado",
|
||||||
|
"Message_HideType_mute_unmute": "Utilizador silenciado/de-silenciado",
|
||||||
|
"Message_HideType_r": "Nome da sala alterado",
|
||||||
|
"Message_HideType_rm": "Mensagem Removida",
|
||||||
|
"Message_HideType_room_archived": "Sala arquivada",
|
||||||
|
"Message_HideType_room_unarchived": "Sala desarquivada",
|
||||||
|
"Message_HideType_ru": "Utilizador removido",
|
||||||
|
"Message_HideType_subscription_role_added": "Foi definido o estatuto",
|
||||||
|
"Message_HideType_subscription_role_removed": "Definição de estatuto removida",
|
||||||
|
"Message_HideType_uj": "Utilizador entrou",
|
||||||
|
"Message_HideType_ul": "Utilizador saiu",
|
||||||
|
"Message_HideType_ut": "Utilizador entrou na conversação",
|
||||||
|
"Message_HideType_wm": "Bem-vindo",
|
||||||
|
"Message_Reported": "Mensagem reportada",
|
||||||
"Message_actions": "Acções de mensagem",
|
"Message_actions": "Acções de mensagem",
|
||||||
"Message_removed": "Mensagem removida",
|
"Message_removed": "Mensagem removida",
|
||||||
"Message_starred": "Mensagem estrelada",
|
"Message_starred": "Mensagem estrelada",
|
||||||
"Message_unstarred": "Mensagem não estrelada",
|
"Message_unstarred": "Mensagem não estrelada",
|
||||||
"message": "mensagem",
|
|
||||||
"messages": "mensagens",
|
|
||||||
"Message": "Mensagem",
|
|
||||||
"Message_Reported": "Mensagem reportada",
|
|
||||||
"Mute": "Silenciar",
|
"Mute": "Silenciar",
|
||||||
"muted": "silenciado",
|
"Mute_someone_in_room": "Silenciar alguém na sala",
|
||||||
|
"N_channels": "{{n}} canais",
|
||||||
"N_people_reacted": "{{n}} pessoas reagiram",
|
"N_people_reacted": "{{n}} pessoas reagiram",
|
||||||
"N_users": "{{n}} utilizadores",
|
"N_users": "{{n}} utilizadores",
|
||||||
"N_channels": "{{n}} canais",
|
|
||||||
"Name": "Nome",
|
"Name": "Nome",
|
||||||
"Never": "Nunca",
|
"Never": "Nunca",
|
||||||
"New_Message": "Nova Mensagem",
|
"New_Message": "Nova Mensagem",
|
||||||
"New_Password": "Nova Palavra-passe",
|
"New_Password": "Nova Palavra-passe",
|
||||||
"Next": "Próximo",
|
"Next": "Próximo",
|
||||||
|
"No_Message": "Nenhuma mensagem",
|
||||||
|
"No_Reactions": "Nenhuma reação",
|
||||||
|
"No_Read_Receipts": "Sem recibos de leitura",
|
||||||
|
"No_available_agents_to_transfer": "Não há agentes disponíveis para transferir",
|
||||||
"No_files": "Nenhum ficheiro",
|
"No_files": "Nenhum ficheiro",
|
||||||
|
"No_label_provided": "{{label}} não fornecida/o",
|
||||||
"No_limit": "Sem limite",
|
"No_limit": "Sem limite",
|
||||||
"No_mentioned_messages": "Nenhuma mensagem mencionada",
|
"No_mentioned_messages": "Nenhuma mensagem mencionada",
|
||||||
|
"No_messages_yet": "Ainda sem mensagens",
|
||||||
"No_pinned_messages": "Nenhuma mensagem afixada",
|
"No_pinned_messages": "Nenhuma mensagem afixada",
|
||||||
"No_results_found": "Nenhum resultado encontrado",
|
"No_results_found": "Nenhum resultado encontrado",
|
||||||
"No_starred_messages": "Nenhuma mensagem marcada com estrela",
|
"No_starred_messages": "Nenhuma mensagem marcada com estrela",
|
||||||
"No_label_provided": "{{label}} não fornecida/o",
|
|
||||||
"No_Message": "Nenhuma mensagem",
|
|
||||||
"No_messages_yet": "Ainda sem mensagens",
|
|
||||||
"No_Reactions": "Nenhuma reação",
|
|
||||||
"No_Read_Receipts": "Sem recibos de leitura",
|
|
||||||
"Not_RC_Server": "Isto não é um servidor Rocket.Chat.\n{{contact}}",
|
"Not_RC_Server": "Isto não é um servidor Rocket.Chat.\n{{contact}}",
|
||||||
"Nothing": "Nada",
|
"Nothing": "Nada",
|
||||||
"Nothing_to_save": "Nada para guardar!",
|
"Nothing_to_save": "Nada para guardar!",
|
||||||
|
"Notification_Preferences": "Preferências de Notificação",
|
||||||
|
"Notifications": "Notificações",
|
||||||
"Notify_active_in_this_room": "Notifica utilizadores activos nesta sala",
|
"Notify_active_in_this_room": "Notifica utilizadores activos nesta sala",
|
||||||
"Notify_all_in_this_room": "Notifica todos os utilizadores nesta sala",
|
"Notify_all_in_this_room": "Notifica todos os utilizadores nesta sala",
|
||||||
"Notifications": "Notificações",
|
|
||||||
"Notification_Preferences": "Preferências de Notificação",
|
|
||||||
"No_available_agents_to_transfer": "Não há agentes disponíveis para transferir",
|
|
||||||
"Oops": "Oops!",
|
|
||||||
"Omnichannel": "Omnichannel",
|
|
||||||
"Omnichannel_enable_alert": "Você não está disponível no Omnichannel. Você gostaria de estar disponível?",
|
|
||||||
"Onboarding_subtitle": "Além da Colaboração da Equipe",
|
|
||||||
"Onboarding_join_open_description": "Junte-se ao nosso espaço de trabalho aberto para conversar com a equipa e comunidade Rocket.Chat.",
|
|
||||||
"Onboarding_agree_terms": "Ao continuar, você concorda com Rocket.Chat",
|
|
||||||
"Onboarding_less_options": "Menos opções",
|
|
||||||
"Onboarding_more_options": "Mais opções",
|
|
||||||
"Online": "Ligado",
|
|
||||||
"Only_authorized_users_can_write_new_messages": "Apenas utilizadores autorizados podem escrever novas mensagens",
|
|
||||||
"Open_emoji_selector": "Abra o selector de emoticons",
|
|
||||||
"Open_your_authentication_app_and_enter_the_code": "Abra o seu aplicativo de autenticação e digite o código.",
|
|
||||||
"OR": "OU",
|
"OR": "OU",
|
||||||
"OS": "OS",
|
"OS": "OS",
|
||||||
|
"Omnichannel": "Omnichannel",
|
||||||
|
"Omnichannel_enable_alert": "Você não está disponível no Omnichannel. Você gostaria de estar disponível?",
|
||||||
|
"Onboarding_agree_terms": "Ao continuar, você concorda com Rocket.Chat",
|
||||||
|
"Onboarding_join_open_description": "Junte-se ao nosso espaço de trabalho aberto para conversar com a equipa e comunidade Rocket.Chat.",
|
||||||
|
"Onboarding_less_options": "Menos opções",
|
||||||
|
"Onboarding_more_options": "Mais opções",
|
||||||
|
"Onboarding_subtitle": "Além da Colaboração da Equipe",
|
||||||
|
"Online": "Ligado",
|
||||||
|
"Only_authorized_users_can_write_new_messages": "Apenas utilizadores autorizados podem escrever novas mensagens",
|
||||||
|
"Oops": "Oops!",
|
||||||
|
"Open_Livechats": "Chats em andamento",
|
||||||
|
"Open_emoji_selector": "Abra o selector de emoticons",
|
||||||
|
"Open_your_authentication_app_and_enter_the_code": "Abra o seu aplicativo de autenticação e digite o código.",
|
||||||
"Overwrites_the_server_configuration_and_use_room_config": "Sobrescreve a configuração do servidor e a configuração da sala de uso",
|
"Overwrites_the_server_configuration_and_use_room_config": "Sobrescreve a configuração do servidor e a configuração da sala de uso",
|
||||||
"Password": "Palavra-passe",
|
|
||||||
"Parent_channel_or_group": "Canal de origem ou grupo",
|
"Parent_channel_or_group": "Canal de origem ou grupo",
|
||||||
|
"Password": "Palavra-passe",
|
||||||
"Permalink_copied_to_clipboard": "Link permanente copiado para a área de transferência!",
|
"Permalink_copied_to_clipboard": "Link permanente copiado para a área de transferência!",
|
||||||
"Phone": "Telefone",
|
"Phone": "Telefone",
|
||||||
"Pin": "Afixar",
|
"Pin": "Afixar",
|
||||||
"Pinned": "Afixada",
|
"Pinned": "Afixada",
|
||||||
|
"Pinned_a_message": "Fixou uma mensagem:",
|
||||||
"Please_add_a_comment": "Por favor, acrescente um comentário",
|
"Please_add_a_comment": "Por favor, acrescente um comentário",
|
||||||
"Please_enter_your_password": "Por favor, introduza a sua palavra-passe",
|
"Please_enter_your_password": "Por favor, introduza a sua palavra-passe",
|
||||||
"Please_wait": "Por favor, espere.",
|
"Please_wait": "Por favor, espere.",
|
||||||
|
@ -269,35 +247,32 @@
|
||||||
"Privacy_Policy": " Política de Privacidade",
|
"Privacy_Policy": " Política de Privacidade",
|
||||||
"Private": "Privado",
|
"Private": "Privado",
|
||||||
"Processing": "A processar...",
|
"Processing": "A processar...",
|
||||||
"Profile_saved_successfully": "Perfil actualizado com sucesso!",
|
|
||||||
"Profile": "Perfil",
|
"Profile": "Perfil",
|
||||||
|
"Profile_saved_successfully": "Perfil actualizado com sucesso!",
|
||||||
"Public": "Público",
|
"Public": "Público",
|
||||||
"Push_Notifications": "Notificações Push",
|
"Push_Notifications": "Notificações Push",
|
||||||
"Push_Notifications_Alert_Info": "Estas notificações são entregues quando o aplicativo não está aberto",
|
"Push_Notifications_Alert_Info": "Estas notificações são entregues quando o aplicativo não está aberto",
|
||||||
"Quote": "Citar",
|
"Quote": "Citar",
|
||||||
|
"RESET": "REPOR",
|
||||||
"Reactions_are_disabled": "Reacções desactivadas",
|
"Reactions_are_disabled": "Reacções desactivadas",
|
||||||
"Reactions_are_enabled": "Reacções activadas",
|
"Reactions_are_enabled": "Reacções activadas",
|
||||||
"Read_External_Permission_Message": "Rocket.Chat precisa acessar fotos, média e arquivos em seu dispositivo",
|
|
||||||
"Read_External_Permission": "Permissão de leitura da média",
|
"Read_External_Permission": "Permissão de leitura da média",
|
||||||
|
"Read_External_Permission_Message": "Rocket.Chat precisa acessar fotos, média e arquivos em seu dispositivo",
|
||||||
"Read_Only": "Só de Leitura",
|
"Read_Only": "Só de Leitura",
|
||||||
"Read_Receipt": "Recibos de leitura",
|
"Read_Receipt": "Recibos de leitura",
|
||||||
"Register": "Registar",
|
"Register": "Registar",
|
||||||
|
"Remove_someone_from_room": "Remover alguém da sala",
|
||||||
"Reply": "Responder",
|
"Reply": "Responder",
|
||||||
"Resend": "Reenviar",
|
"Resend": "Reenviar",
|
||||||
"Reset_password": "Repor palavra-passe",
|
"Reset_password": "Repor palavra-passe",
|
||||||
"resetting_password": "a repor palavra-passe",
|
|
||||||
"RESET": "REPOR",
|
|
||||||
"Roles": "Funções",
|
"Roles": "Funções",
|
||||||
"Room_Info_Edit": "Editar Informação da Sala",
|
|
||||||
"Room_Info": "Informação da Sala",
|
"Room_Info": "Informação da Sala",
|
||||||
|
"Room_Info_Edit": "Editar Informação da Sala",
|
||||||
"SAVE": "GUARDAR",
|
"SAVE": "GUARDAR",
|
||||||
"Save_Changes": "Guardar Alterações",
|
|
||||||
"Save": "Guardar",
|
"Save": "Guardar",
|
||||||
"saving_preferences": "a guardar preferências",
|
"Save_Changes": "Guardar Alterações",
|
||||||
"saving_profile": "a guardar perfil",
|
|
||||||
"saving_settings": "a guardar configurações",
|
|
||||||
"Search_Messages": "Pesquisar Mensagens",
|
|
||||||
"Search": "Pesquisar",
|
"Search": "Pesquisar",
|
||||||
|
"Search_Messages": "Pesquisar Mensagens",
|
||||||
"Select_Users": "Seleccionar Utilizadores",
|
"Select_Users": "Seleccionar Utilizadores",
|
||||||
"Send": "Enviar",
|
"Send": "Enviar",
|
||||||
"Send_audio_message": "Enviar mensagem de áudio",
|
"Send_audio_message": "Enviar mensagem de áudio",
|
||||||
|
@ -307,7 +282,15 @@
|
||||||
"Settings": "Definições",
|
"Settings": "Definições",
|
||||||
"Settings_succesfully_changed": "Definições guardadas com sucesso!",
|
"Settings_succesfully_changed": "Definições guardadas com sucesso!",
|
||||||
"Share": "Partilhar",
|
"Share": "Partilhar",
|
||||||
|
"Show_the_keyboard_shortcut_list": "Exibe a lista de atalhos do teclado",
|
||||||
"Sign_Up": "Inscreva-se",
|
"Sign_Up": "Inscreva-se",
|
||||||
|
"Slash_Gimme_Description": "Mostra (つ ◕_◕) つ antes de sua mensagem",
|
||||||
|
"Slash_LennyFace_Description": "Mostra (͡ ° ͜ʖ ͡ °) após a sua mensagem",
|
||||||
|
"Slash_Shrug_Description": "Mostra ¯ \\ _ (ツ) _ / ¯ após a sua mensagem",
|
||||||
|
"Slash_TableUnflip_Description": "Mostra ┬─┬ ノ (゜ - ゜ ノ)",
|
||||||
|
"Slash_Tableflip_Description": "Mostra (╯°□°)╯︵ ┻━┻",
|
||||||
|
"Slash_Topic_Description": "Definir tópico",
|
||||||
|
"Slash_Topic_Params": "Mensagem do tópico",
|
||||||
"Star": "Dar estrela",
|
"Star": "Dar estrela",
|
||||||
"Starred": "Deu uma estrela",
|
"Starred": "Deu uma estrela",
|
||||||
"Take_a_photo": "Tirar uma foto",
|
"Take_a_photo": "Tirar uma foto",
|
||||||
|
@ -316,16 +299,13 @@
|
||||||
"This_room_is_blocked": "Esta sala está bloqueada",
|
"This_room_is_blocked": "Esta sala está bloqueada",
|
||||||
"This_room_is_read_only": "Esta sala é apenas de leitura",
|
"This_room_is_read_only": "Esta sala é apenas de leitura",
|
||||||
"Timezone": "Fuso Horário",
|
"Timezone": "Fuso Horário",
|
||||||
"topic": "tópico",
|
|
||||||
"Topic": "Tópico",
|
"Topic": "Tópico",
|
||||||
"Try_again": "Tente novamente",
|
"Try_again": "Tente novamente",
|
||||||
"Two_Factor_Authentication": "Autenticação 2FA",
|
"Two_Factor_Authentication": "Autenticação 2FA",
|
||||||
"unarchive": "desarquivar",
|
|
||||||
"UNARCHIVE": "DESARQUIVAR",
|
"UNARCHIVE": "DESARQUIVAR",
|
||||||
"Unmute": "Retirar silêncio",
|
"Unmute": "Retirar silêncio",
|
||||||
"unmuted": "silêncio removido",
|
"Unmute_someone_in_room": "Remover silenciar de alguém na sala",
|
||||||
"Unpin": "Desafixar",
|
"Unpin": "Desafixar",
|
||||||
"unread_messages": "não lidas",
|
|
||||||
"Unread": "Não lidas",
|
"Unread": "Não lidas",
|
||||||
"Unread_on_top": "Não lidas no topo",
|
"Unread_on_top": "Não lidas no topo",
|
||||||
"Unstar": "Retirar estrela",
|
"Unstar": "Retirar estrela",
|
||||||
|
@ -335,38 +315,58 @@
|
||||||
"User_sent_an_attachment": "{{user}} enviou um ficheiro",
|
"User_sent_an_attachment": "{{user}} enviou um ficheiro",
|
||||||
"Username": "Nome de utilizador",
|
"Username": "Nome de utilizador",
|
||||||
"Username_or_email": "Nome de utilizador ou e-mail",
|
"Username_or_email": "Nome de utilizador ou e-mail",
|
||||||
|
"Whats_the_password_for_your_certificate": "Qual é a senha para o seu certificado?",
|
||||||
"Yes_action_it": "Sim, {{action}}!",
|
"Yes_action_it": "Sim, {{action}}!",
|
||||||
"Yesterday": "Ontem",
|
"Yesterday": "Ontem",
|
||||||
|
"You": "Você",
|
||||||
"You_are_in_preview_mode": "Você está no modo de pré-visualização",
|
"You_are_in_preview_mode": "Você está no modo de pré-visualização",
|
||||||
"You_can_search_using_RegExp_eg": "Você pode pesquisar usando RegEx. por exemplo, `/^text$/i`",
|
"You_can_search_using_RegExp_eg": "Você pode pesquisar usando RegEx. por exemplo, `/^text$/i`",
|
||||||
"You_colon": "Você: ",
|
"You_colon": "Você: ",
|
||||||
"you_were_mentioned": "você foi mencionado",
|
|
||||||
"you": "você",
|
|
||||||
"You": "Você",
|
|
||||||
"You_will_not_be_able_to_recover_this_message": "Você será incapaz de recuperar esta mensagem!",
|
"You_will_not_be_able_to_recover_this_message": "Você será incapaz de recuperar esta mensagem!",
|
||||||
"Open_Livechats": "Chats em andamento",
|
"alert": "alerta",
|
||||||
"Broadcast_hint": "Apenas utilizadores autorizados podem escrever novas mensagens, mas os outros utilizadores poderão responder",
|
"alerts": "alertas",
|
||||||
|
"and": "e",
|
||||||
"and_N_more": "e mais {{count}}",
|
"and_N_more": "e mais {{count}}",
|
||||||
"Slash_Gimme_Description": "Mostra (つ ◕_◕) つ antes de sua mensagem",
|
"announcement": "anúncio",
|
||||||
"Slash_LennyFace_Description": "Mostra (͡ ° ͜ʖ ͡ °) após a sua mensagem",
|
"archive": "arquivar",
|
||||||
"Slash_Shrug_Description": "Mostra ¯ \\ _ (ツ) _ / ¯ após a sua mensagem",
|
"are_typing": "estão a escrever",
|
||||||
"Slash_Tableflip_Description": "Mostra (╯°□°)╯︵ ┻━┻",
|
"changing_avatar": "a alterar avatar",
|
||||||
"Slash_TableUnflip_Description": "Mostra ┬─┬ ノ (゜ - ゜ ノ)",
|
"creating_channel": "a criar canal",
|
||||||
"Slash_Topic_Description": "Definir tópico",
|
"creating_invite": "a criar convite",
|
||||||
"Slash_Topic_Params": "Mensagem do tópico",
|
"delete": "apagar",
|
||||||
"Create_A_New_Channel": "Criar um novo canal",
|
"deleting_room": "apagando sala",
|
||||||
"Show_the_keyboard_shortcut_list": "Exibe a lista de atalhos do teclado",
|
"description": "descrição",
|
||||||
"Hide_room": "Esconder sala",
|
"error-action-not-allowed": "{{action}} não é permitida",
|
||||||
"Invite_user_to_join_channel": "Convidar um utilizador para juntar-se a este canal",
|
"error-avatar-invalid-url": "URL de avatar inválido: {{url}}",
|
||||||
"Invite_user_to_join_channel_all_from": "Convide todos os utilizadores de [#channel] a participar deste canal",
|
"error-duplicate-channel-name": "Existe um canal com o nome {{room_name}}",
|
||||||
"Invite_user_to_join_channel_all_to": "Convide todos os utilizadores deste canal a participar [#canal]",
|
"error-email-send-failed": "Erro ao tentar enviar e-mail: {{message}}",
|
||||||
"Join_the_given_channel": "Entrar no canal apresentado",
|
"error-file-too-large": "Ficheiro demasiado grande",
|
||||||
"Remove_someone_from_room": "Remover alguém da sala",
|
"error-invalid-email": "E-mail inválido {{email}}",
|
||||||
"Leave_the_current_channel": "Sai deste canal",
|
"error-invalid-file-type": "Tipo de ficheiro inválido",
|
||||||
"Displays_action_text": "Exibe texto da acção",
|
"error-invalid-password": "Palavra-passe inválida",
|
||||||
"Direct_message_someone": "Enviar mensagem directa para alguém",
|
"error-invalid-room-name": "{{room_name}} não é um nome de sala válido",
|
||||||
"Mute_someone_in_room": "Silenciar alguém na sala",
|
"error-not-allowed": "Não permitido",
|
||||||
"Unmute_someone_in_room": "Remover silenciar de alguém na sala",
|
"error-save-image": "Erro ao salvar imagem",
|
||||||
"Audio": "Áudio",
|
"error-save-video": "Erro ao salvar vídeo",
|
||||||
"Pinned_a_message": "Fixou uma mensagem:"
|
"error-too-many-requests": "Erro, demasiados pedidos. Por favor, diminua a velocidade. Você deve esperar {{seconds}} segundos antes de tentar novamente.",
|
||||||
|
"error-you-are-last-owner": "Você é o último proprietário. Por favor, defina novo proprietário antes de sair da sala.",
|
||||||
|
"is_typing": "está a escrever",
|
||||||
|
"last_message": "última mensagem",
|
||||||
|
"leave": "sair",
|
||||||
|
"leaving_room": "a sair da sala",
|
||||||
|
"members": "membros",
|
||||||
|
"message": "mensagem",
|
||||||
|
"messages": "mensagens",
|
||||||
|
"move": "mover",
|
||||||
|
"muted": "silenciado",
|
||||||
|
"resetting_password": "a repor palavra-passe",
|
||||||
|
"saving_preferences": "a guardar preferências",
|
||||||
|
"saving_profile": "a guardar perfil",
|
||||||
|
"saving_settings": "a guardar configurações",
|
||||||
|
"topic": "tópico",
|
||||||
|
"unarchive": "desarquivar",
|
||||||
|
"unmuted": "silêncio removido",
|
||||||
|
"unread_messages": "não lidas",
|
||||||
|
"you": "você",
|
||||||
|
"you_were_mentioned": "você foi mencionado"
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1,73 +1,59 @@
|
||||||
{
|
{
|
||||||
"1_person_reacted": "1 kişi tepki verdi.",
|
"1_person_reacted": "1 kişi tepki verdi.",
|
||||||
"error-action-not-allowed": "{{action}}'a izin verilmiyor!",
|
"ARCHIVE": "ARŞİVLE",
|
||||||
"error-avatar-invalid-url": "Geçersiz avatar URL'si: {{url}}",
|
"A_meaningful_name_for_the_discussion_room": "Tartışma odası için anlamlı bir isim",
|
||||||
"error-duplicate-channel-name": "{{room_name}} adında bir kanal var!",
|
|
||||||
"error-email-send-failed": "E-posta göndermeye çalışırken hata oluştu: {{message}}",
|
|
||||||
"error-save-image": "Görüntüyü kaydederken hata oluştu!",
|
|
||||||
"error-save-video": "Videoyu kaydederken hata oluştu!",
|
|
||||||
"error-file-too-large": "Dosya çok büyük!",
|
|
||||||
"error-invalid-email": "Geçersiz e-posta {{email}}!",
|
|
||||||
"error-invalid-file-type": "Geçersiz dosya türü!",
|
|
||||||
"error-invalid-password": "Geçersiz şifre!",
|
|
||||||
"error-invalid-room-name": "{{room_name}}, geçerli bir oda adı değil!",
|
|
||||||
"error-not-allowed": "İzin verilmedi",
|
|
||||||
"error-too-many-requests": "Hata, çok fazla istek. Lütfen yavaşla. Tekrar denemeden önce {{seconds}} saniye beklemelisiniz.",
|
|
||||||
"error-you-are-last-owner": "Son sahibi sizsiniz. Lütfen odadan ayrılmadan önce yeni bir sahip belirleyin.",
|
|
||||||
"Actions": "İşlemler",
|
"Actions": "İşlemler",
|
||||||
"Activity": "Etkinlik",
|
"Activity": "Etkinlik",
|
||||||
"Add_Server": "Sunucu ekle",
|
"Add_Server": "Sunucu ekle",
|
||||||
|
"Add_server": "Sunucu ekle",
|
||||||
"Add_users": "Kullanıcı ekle",
|
"Add_users": "Kullanıcı ekle",
|
||||||
"Admin_Panel": "Yönetim Paneli",
|
"Admin_Panel": "Yönetim Paneli",
|
||||||
|
"After_seconds_set_by_admin": "{{seconds}} saniye sonra (yönetici tarafından belirlenir)",
|
||||||
"Agent": "Temsilci",
|
"Agent": "Temsilci",
|
||||||
"Alert": "Uyarı",
|
"Alert": "Uyarı",
|
||||||
"alert": "uyarı",
|
|
||||||
"alerts": "uyarılar",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "Kanaldaki tüm kullanıcılar yeni ileti yazabilir!",
|
|
||||||
"A_meaningful_name_for_the_discussion_room": "Tartışma odası için anlamlı bir isim",
|
|
||||||
"All": "Tümü",
|
"All": "Tümü",
|
||||||
"All_Messages": "Tüm İletiler",
|
"All_Messages": "Tüm İletiler",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "Kanaldaki tüm kullanıcılar yeni ileti yazabilir!",
|
||||||
"Allow_Reactions": "Tüm Tepkiler",
|
"Allow_Reactions": "Tüm Tepkiler",
|
||||||
"and": "ve",
|
|
||||||
"announcement": "duyuru",
|
|
||||||
"Announcement": "Duyuru",
|
"Announcement": "Duyuru",
|
||||||
"Apply_Your_Certificate": "Sertifikanızı Onaylayın",
|
"Apply_Your_Certificate": "Sertifikanızı Onaylayın",
|
||||||
"ARCHIVE": "ARŞİVLE",
|
|
||||||
"archive": "arşivle",
|
|
||||||
"are_typing": "yazıyor",
|
|
||||||
"Are_you_sure_question_mark": "Emin misiniz?",
|
"Are_you_sure_question_mark": "Emin misiniz?",
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "{{room}} odasından ayrılmak istediğinizden emin misiniz?",
|
"Are_you_sure_you_want_to_leave_the_room": "{{room}} odasından ayrılmak istediğinizden emin misiniz?",
|
||||||
"Automatic": "Otomatik",
|
"Audio": "Ses",
|
||||||
"Auto_Translate": "Otomatik Çevir",
|
"Auto_Translate": "Otomatik Çevir",
|
||||||
"Avatar_changed_successfully": "Profil fotoğrafı başarıyla değiştirildi!",
|
"Automatic": "Otomatik",
|
||||||
"Avatar_Url": "Profil fotoğrafı URL'si",
|
"Avatar_Url": "Profil fotoğrafı URL'si",
|
||||||
|
"Avatar_changed_successfully": "Profil fotoğrafı başarıyla değiştirildi!",
|
||||||
"Away": "Uzakta",
|
"Away": "Uzakta",
|
||||||
"Black": "Koyu",
|
"Black": "Koyu",
|
||||||
|
"Broadcast_hint": "Yalnızca yetkili kullanıcılar yeni ileti yazabilir, ancak diğer kullanıcılar yanıt verebilir",
|
||||||
"Browser": "Tarayıcı",
|
"Browser": "Tarayıcı",
|
||||||
"Busy": "Meşgul",
|
"Busy": "Meşgul",
|
||||||
|
"Call_already_ended": "Çağrı sona erdi!",
|
||||||
|
"Cancel": "İptal et",
|
||||||
"Cancel_editing": "Düzenlemeyi iptal et",
|
"Cancel_editing": "Düzenlemeyi iptal et",
|
||||||
"Cancel_recording": "Kaydı iptal et",
|
"Cancel_recording": "Kaydı iptal et",
|
||||||
"Cancel": "İptal et",
|
"Certificate_password": "Sertifika Şifresi",
|
||||||
"changing_avatar": "profil fotoğrafı değiştirme",
|
"Change_Language": "Dili değiştir",
|
||||||
"creating_channel": "kanal açılıyor",
|
"Change_language_loading": "Dil değiştiriliyor",
|
||||||
"creating_invite": "davet üretiliyor",
|
|
||||||
"Channel_Name": "Kanal Adı",
|
"Channel_Name": "Kanal Adı",
|
||||||
"Channels": "Kanallar",
|
"Channels": "Kanallar",
|
||||||
|
"Chat_closed_by_agent": "Sohbet temsilci tarafından kapatıldı",
|
||||||
"Chats": "Sohbetler",
|
"Chats": "Sohbetler",
|
||||||
"Call_already_ended": "Çağrı sona erdi!",
|
"Choose": "Seç",
|
||||||
|
"Choose_file": "Dosya seç",
|
||||||
|
"Choose_from_library": "Kütüphaneden seç",
|
||||||
|
"Choose_where_you_want_links_be_opened": "Bağlantıların açılmasını istediğiniz yeri seçin",
|
||||||
|
"Clear": "Temizle",
|
||||||
|
"Clear_cache": "Yerel sunucu önbelleğini temizleyin",
|
||||||
|
"Clear_cache_loading": "Önbellek temizleniyor.",
|
||||||
"Clear_cookies_alert": "Tüm çerezleri temizlemek istiyor musunuz?",
|
"Clear_cookies_alert": "Tüm çerezleri temizlemek istiyor musunuz?",
|
||||||
"Clear_cookies_desc": "Bu işlem, tüm oturum açma çerezlerini temizleyerek diğer hesaplara giriş yapmanıza olanak tanır.",
|
"Clear_cookies_desc": "Bu işlem, tüm oturum açma çerezlerini temizleyerek diğer hesaplara giriş yapmanıza olanak tanır.",
|
||||||
"Clear_cookies_yes": "Evet, çerezleri temizle",
|
|
||||||
"Clear_cookies_no": "Hayır, çerezleri koru",
|
"Clear_cookies_no": "Hayır, çerezleri koru",
|
||||||
|
"Clear_cookies_yes": "Evet, çerezleri temizle",
|
||||||
"Click_to_join": "Katılmak için tıklayın!",
|
"Click_to_join": "Katılmak için tıklayın!",
|
||||||
"Close": "Kapat",
|
"Close": "Kapat",
|
||||||
"Close_emoji_selector": "Emoji seçiciyi kapat",
|
"Close_emoji_selector": "Emoji seçiciyi kapat",
|
||||||
"Change_language_loading": "Dil değiştiriliyor",
|
|
||||||
"Chat_closed_by_agent": "Sohbet temsilci tarafından kapatıldı",
|
|
||||||
"Choose": "Seç",
|
|
||||||
"Choose_from_library": "Kütüphaneden seç",
|
|
||||||
"Choose_file": "Dosya seç",
|
|
||||||
"Choose_where_you_want_links_be_opened": "Bağlantıların açılmasını istediğiniz yeri seçin",
|
|
||||||
"Code_or_password_invalid": "Kod veya şifre geçersiz",
|
"Code_or_password_invalid": "Kod veya şifre geçersiz",
|
||||||
"Collaborative": "İşbirlikçi",
|
"Collaborative": "İşbirlikçi",
|
||||||
"Confirm": "Onayla",
|
"Confirm": "Onayla",
|
||||||
|
@ -76,74 +62,87 @@
|
||||||
"Contact_us": "Bize ulaşın",
|
"Contact_us": "Bize ulaşın",
|
||||||
"Contact_your_server_admin": "Sunucu yöneticisiyle iletişime geçin.",
|
"Contact_your_server_admin": "Sunucu yöneticisiyle iletişime geçin.",
|
||||||
"Continue_with": "Devam et:",
|
"Continue_with": "Devam et:",
|
||||||
|
"Conversation": "Sohbet",
|
||||||
"Copied_to_clipboard": "Panoya kopyalandı!",
|
"Copied_to_clipboard": "Panoya kopyalandı!",
|
||||||
"Copy": "Kopyala",
|
"Copy": "Kopyala",
|
||||||
"Conversation": "Sohbet",
|
"Crash_report_disclaimer": "Sohbetlerinizin içeriğini asla takip etmiyoruz. Çökme raporu ve analiz olayları, sorunları tanımlamak ve düzeltmek için yalnızca bizim için ilgili bilgileri içerir.",
|
||||||
"Certificate_password": "Sertifika Şifresi",
|
"Create": "Oluştur",
|
||||||
"Clear_cache": "Yerel sunucu önbelleğini temizleyin",
|
"Create_A_New_Channel": "Yeni Kanal Oluştur",
|
||||||
"Clear_cache_loading": "Önbellek temizleniyor.",
|
|
||||||
"Whats_the_password_for_your_certificate": "Sertifikanızın şifresi nedir?",
|
|
||||||
"Create_account": "Hesap oluştur",
|
|
||||||
"Create_Channel": "Kanal Oluştur",
|
"Create_Channel": "Kanal Oluştur",
|
||||||
"Create_Direct_Messages": "Özel İleti Oluştur",
|
"Create_Direct_Messages": "Özel İleti Oluştur",
|
||||||
"Create_Discussion": "Tartışma Oluştur",
|
"Create_Discussion": "Tartışma Oluştur",
|
||||||
"Created_snippet": "kalıp oluşturdu",
|
|
||||||
"Create_a_new_workspace": "Çalışma alanı oluştur",
|
"Create_a_new_workspace": "Çalışma alanı oluştur",
|
||||||
"Create": "Oluştur",
|
"Create_account": "Hesap oluştur",
|
||||||
|
"Created_snippet": "kalıp oluşturdu",
|
||||||
|
"DELETE": "SİL",
|
||||||
"Dark": "Karanlık",
|
"Dark": "Karanlık",
|
||||||
"Dark_level": "Karanlık Seviyesi",
|
"Dark_level": "Karanlık Seviyesi",
|
||||||
"Default": "Varsayılan",
|
"Default": "Varsayılan",
|
||||||
"Default_browser": "Varsayılan tarayıcı",
|
"Default_browser": "Varsayılan tarayıcı",
|
||||||
|
"Delete": "Sil",
|
||||||
"Delete_Room_Warning": "Bir odanın silinmesi, oda içinde yayınlanan tüm iletileri silecektir. Bu geri alınamaz.",
|
"Delete_Room_Warning": "Bir odanın silinmesi, oda içinde yayınlanan tüm iletileri silecektir. Bu geri alınamaz.",
|
||||||
"Department": "Bölüm",
|
"Department": "Bölüm",
|
||||||
"delete": "sil",
|
|
||||||
"Delete": "Sil",
|
|
||||||
"DELETE": "SİL",
|
|
||||||
"deleting_room": "oda siliniyor",
|
|
||||||
"description": "açıklama",
|
|
||||||
"Description": "Açıklama",
|
"Description": "Açıklama",
|
||||||
"Desktop_Notifications": "Masaüstü Bildirimleri",
|
|
||||||
"Desktop_Alert_info": "Bu bildirimler masaüstünde teslim edilir",
|
"Desktop_Alert_info": "Bu bildirimler masaüstünde teslim edilir",
|
||||||
"Directory": "Dizin",
|
"Desktop_Notifications": "Masaüstü Bildirimleri",
|
||||||
"Direct_Messages": "Özel İletiler",
|
"Direct_Messages": "Özel İletiler",
|
||||||
"Discussions": "Tartışmalar",
|
"Direct_message": "Özel ileti",
|
||||||
|
"Direct_message_someone": "Birine doğrudan ileti gönder",
|
||||||
|
"Directory": "Dizin",
|
||||||
"Discussion_Desc": "Neler olup bittiğini gözden geçirmeye yardımcı olun! Bir tartışma oluşturarak, seçtiğinizin bir alt kanalı oluşturulur ve her ikisi de bağlanır.",
|
"Discussion_Desc": "Neler olup bittiğini gözden geçirmeye yardımcı olun! Bir tartışma oluşturarak, seçtiğinizin bir alt kanalı oluşturulur ve her ikisi de bağlanır.",
|
||||||
"Discussion_name": "Tartışma adı",
|
"Discussion_name": "Tartışma adı",
|
||||||
"Dont_Have_An_Account": "Hesabın yok mu?",
|
"Discussions": "Tartışmalar",
|
||||||
"Do_you_have_an_account": "Hesabın var mı?",
|
"Displays_action_text": "Görüntüler aksiyon metni",
|
||||||
"Do_you_have_a_certificate": "Sertifikanız var mı?",
|
"Do_you_have_a_certificate": "Sertifikanız var mı?",
|
||||||
|
"Do_you_have_an_account": "Hesabın var mı?",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "Bu odayı gerçekten {{key}} istiyor musun?",
|
"Do_you_really_want_to_key_this_room_question_mark": "Bu odayı gerçekten {{key}} istiyor musun?",
|
||||||
|
"Dont_Have_An_Account": "Hesabın yok mu?",
|
||||||
|
"Dont_activate": "Şimdi etkinleştirme",
|
||||||
"E2E_Encryption": "Uçtan Uca Şifreleme (E2E)",
|
"E2E_Encryption": "Uçtan Uca Şifreleme (E2E)",
|
||||||
"E2E_How_It_Works_info1": "Artık şifrelenmiş özel gruplar ve doğrudan iletiler oluşturabilirsiniz. Mevcut özel grupları veya özel iletileri şifreli olarak da değiştirebilirsiniz.",
|
"E2E_How_It_Works_info1": "Artık şifrelenmiş özel gruplar ve doğrudan iletiler oluşturabilirsiniz. Mevcut özel grupları veya özel iletileri şifreli olarak da değiştirebilirsiniz.",
|
||||||
"E2E_How_It_Works_info2": "Bu, *Uçtan Uca Şifreleme'dir (E2E)*, böylece iletilerinizi şifrelemek / çözmek için anahtar ve bunlar sunucuya kaydedilmez. Bu nedenle *bu şifreyi daha sonra ihtiyaç duyduğunuzda erişebileceğiniz güvenli bir yerde* saklamanız gerekir.",
|
"E2E_How_It_Works_info2": "Bu, *Uçtan Uca Şifreleme'dir (E2E)*, böylece iletilerinizi şifrelemek / çözmek için anahtar ve bunlar sunucuya kaydedilmez. Bu nedenle *bu şifreyi daha sonra ihtiyaç duyduğunuzda erişebileceğiniz güvenli bir yerde* saklamanız gerekir.",
|
||||||
"E2E_How_It_Works_info3": "Devam ederseniz, otomatik olarak bir Uçtan Uca Şifreleme (E2E) şifresi oluşturulacaktır.",
|
"E2E_How_It_Works_info3": "Devam ederseniz, otomatik olarak bir Uçtan Uca Şifreleme (E2E) şifresi oluşturulacaktır.",
|
||||||
"E2E_How_It_Works_info4": "Mevcut Uçtan Uca Şifreleme (E2E) şifresini, herhangi bir tarayıcıdan istediğiniz zaman girdiğiniz şifreleme anahtarınız için yeni bir şifre de ayarlayabilirsiniz.",
|
"E2E_How_It_Works_info4": "Mevcut Uçtan Uca Şifreleme (E2E) şifresini, herhangi bir tarayıcıdan istediğiniz zaman girdiğiniz şifreleme anahtarınız için yeni bir şifre de ayarlayabilirsiniz.",
|
||||||
|
"E2E_encryption_change_password_confirmation": "Evet, değiştir!",
|
||||||
|
"E2E_encryption_change_password_description": "Artık şifrelenmiş özel gruplar ve doğrudan iletiler oluşturabilirsiniz. Mevcut özel grupları veya özel iletileri şifreli olarak da değiştirebilirsiniz. \nBu uçtan uca şifrelemedir, bu nedenle iletilerinizi şifrelemek / çözmek için kullanılan anahtar sunucuya kaydedilmez. Bu nedenle şifrenizi güvenli bir yerde saklamanız gerekir. Uçtan uca şifrelemeyi (E2E) kullanmak istediğiniz diğer cihazlara girmeniz istenecektir.",
|
||||||
|
"E2E_encryption_change_password_error": "Uçtan uca şifreleme (E2E) anahtar şifresi değiştirilirken hata!",
|
||||||
|
"E2E_encryption_change_password_message": "Dikkatlice kaydettiğinizden emin olun.",
|
||||||
|
"E2E_encryption_change_password_success": "Uçtan uca şifreleme (E2E) anahtar şifresi başarıyla değiştirildi!",
|
||||||
|
"E2E_encryption_change_password_title": "Şifreleme Parolasını Değiştir",
|
||||||
|
"E2E_encryption_reset_button": "Uçtan uca şifreleme (E2E) anahtarını sıfırla",
|
||||||
|
"E2E_encryption_reset_confirmation": "Evet, sıfırla",
|
||||||
|
"E2E_encryption_reset_description": "Bu seçenek mevcut uçtan uca şifreleme (E2E) anahtarınızı kaldıracak ve oturumu kapatacaktır. \nTekrar oturum açtığınızda, Rocket.Chat size yeni bir anahtar oluşturacak ve çevrimiçi olarak bir veya daha fazla üyesi olan şifreli herhangi bir odaya erişiminizi geri yükleyecektir. \nUçtan uca şifrelemenin (E2E) doğası gereği Rocket.Chat, çevrimiçi üyesi olmayan hiçbir şifreli odaya erişimi geri yükleyemez.",
|
||||||
|
"E2E_encryption_reset_error": "Uçtan uca şifreleme (E2E) anahtarı sıfırlanırken hata!",
|
||||||
|
"E2E_encryption_reset_message": "Oturumunuz kapatılacak!",
|
||||||
|
"E2E_encryption_reset_title": "Uçtan uca şifreleme (E2E) Anahtarını Sıfırla",
|
||||||
"Edit": "Düzenle",
|
"Edit": "Düzenle",
|
||||||
"Edit_Status": "Durumu Düzenle",
|
|
||||||
"Edit_Invite": "Daveti Düzenle",
|
"Edit_Invite": "Daveti Düzenle",
|
||||||
"End_to_end_encrypted_room": "Uçtan uca şifreli oda",
|
"Edit_Status": "Durumu Düzenle",
|
||||||
|
"Email": "E-posta",
|
||||||
"Email_Notification_Mode_All": "Tüm Bahsetmeler/Özel İletiler",
|
"Email_Notification_Mode_All": "Tüm Bahsetmeler/Özel İletiler",
|
||||||
"Email_Notification_Mode_Disabled": "Devre Dışı",
|
"Email_Notification_Mode_Disabled": "Devre Dışı",
|
||||||
"Email": "E-posta",
|
|
||||||
"Enable_Auto_Translate": "Otomatik Çeviriyi Etkinleştir",
|
"Enable_Auto_Translate": "Otomatik Çeviriyi Etkinleştir",
|
||||||
"Encrypted": "Şifreli",
|
"Encrypted": "Şifreli",
|
||||||
"Encrypted_message": "Şifreli ileti",
|
"Encrypted_message": "Şifreli ileti",
|
||||||
|
"Encryption_error_desc": "İçe aktarılacak şifreleme anahtarınızın kodu çözülemedi.",
|
||||||
|
"Encryption_error_title": "Şifreleme şifreniz yanlış görünüyor",
|
||||||
|
"End_to_end_encrypted_room": "Uçtan uca şifreli oda",
|
||||||
"Enter_Your_E2E_Password": "Uçtan Uca Şifreleme (E2E) Şifrenizi Girin",
|
"Enter_Your_E2E_Password": "Uçtan Uca Şifreleme (E2E) Şifrenizi Girin",
|
||||||
"Enter_Your_Encryption_Password_desc1": "Bu, şifrelenmiş özel gruplarınıza ve doğrudan iletilerinize erişmenize izin verecektir.",
|
"Enter_Your_Encryption_Password_desc1": "Bu, şifrelenmiş özel gruplarınıza ve doğrudan iletilerinize erişmenize izin verecektir.",
|
||||||
"Enter_Your_Encryption_Password_desc2": "Sohbeti kullandığınız her yerde iletileri şifrelemek / çözmek için şifre girmeniz gerekir.",
|
"Enter_Your_Encryption_Password_desc2": "Sohbeti kullandığınız her yerde iletileri şifrelemek / çözmek için şifre girmeniz gerekir.",
|
||||||
"Encryption_error_title": "Şifreleme şifreniz yanlış görünüyor",
|
"Enter_workspace_URL": "Çalışma alanı URL'nizi girin",
|
||||||
"Encryption_error_desc": "İçe aktarılacak şifreleme anahtarınızın kodu çözülemedi.",
|
|
||||||
"Everyone_can_access_this_channel": "Bu kanala herkes erişebilir",
|
|
||||||
"Error_uploading": "Yükleme hatası",
|
"Error_uploading": "Yükleme hatası",
|
||||||
|
"Everyone_can_access_this_channel": "Bu kanala herkes erişebilir",
|
||||||
"Expiration_Days": "Geçerlilik Süresi (Gün)",
|
"Expiration_Days": "Geçerlilik Süresi (Gün)",
|
||||||
"Favorites": "Favoriler",
|
"Favorites": "Favoriler",
|
||||||
"Files": "Dosyalar",
|
|
||||||
"File_description": "Dosya açıklaması",
|
"File_description": "Dosya açıklaması",
|
||||||
|
"Files": "Dosyalar",
|
||||||
"Finish_recording": "Kaydı bitir",
|
"Finish_recording": "Kaydı bitir",
|
||||||
|
"Following": "Takip ediliyor",
|
||||||
"Following_thread": "Konu takip ediliyor",
|
"Following_thread": "Konu takip ediliyor",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "Güvenliğiniz için, devam etmek için mevcut şifrenizi girmelisiniz",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "Güvenliğiniz için, devam etmek için mevcut şifrenizi girmelisiniz",
|
||||||
"Forgot_password_If_this_email_is_registered": "Bu e-posta kayıtlıysa, şifrenizi nasıl sıfırlayacağınıza dair talimatlar göndereceğiz. Kısa süre içinde bir e-posta almazsanız, lütfen geri gelin ve tekrar deneyin.",
|
|
||||||
"Forgot_password": "Parolanızı mı unuttunuz?",
|
"Forgot_password": "Parolanızı mı unuttunuz?",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "Bu e-posta kayıtlıysa, şifrenizi nasıl sıfırlayacağınıza dair talimatlar göndereceğiz. Kısa süre içinde bir e-posta almazsanız, lütfen geri gelin ve tekrar deneyin.",
|
||||||
"Forward": "İlet",
|
"Forward": "İlet",
|
||||||
"Forward_Chat": "Sohbete İlet",
|
"Forward_Chat": "Sohbete İlet",
|
||||||
"Forward_to_department": "Bölüme İlet",
|
"Forward_to_department": "Bölüme İlet",
|
||||||
|
@ -152,64 +151,85 @@
|
||||||
"Generate_New_Link": "Yeni Bağlantı Oluştur",
|
"Generate_New_Link": "Yeni Bağlantı Oluştur",
|
||||||
"Get_link": "Bağlantıyı Al",
|
"Get_link": "Bağlantıyı Al",
|
||||||
"Hide_System_Messages": "Sistem İletilerını Gizle",
|
"Hide_System_Messages": "Sistem İletilerını Gizle",
|
||||||
|
"Hide_room": "Gizle",
|
||||||
"Hide_type_messages": "\"{{type}}\" iletilerini gizle",
|
"Hide_type_messages": "\"{{type}}\" iletilerini gizle",
|
||||||
"How_It_Works": "Nasıl Çalışır",
|
"How_It_Works": "Nasıl Çalışır",
|
||||||
"Message_HideType_uj": "Kullanıcı Katıldı",
|
|
||||||
"Message_HideType_ul": "Kullanıcı Ayrıldı",
|
|
||||||
"Message_HideType_ru": "Kullanıcı Kaldırıldı",
|
|
||||||
"Message_HideType_au": "Kullanıcı Eklendi",
|
|
||||||
"Message_HideType_mute_unmute": "Kullanıcı Sesi Kapatıldı / Sesi Açıldı",
|
|
||||||
"Message_HideType_r": "Oda Adı Değiştirildi",
|
|
||||||
"Message_HideType_ut": "Kullanıcı Sohbete Katıldı",
|
|
||||||
"Message_HideType_wm": "Hoşgeldiniz",
|
|
||||||
"Message_HideType_rm": "İleti Kaldırıldı",
|
|
||||||
"Message_HideType_subscription_role_added": "Rol Belirlendi",
|
|
||||||
"Message_HideType_subscription_role_removed": "Artık Kullanılmayan Rol",
|
|
||||||
"Message_HideType_room_archived": "Oda Arşivlendi",
|
|
||||||
"Message_HideType_room_unarchived": "Oda Arşivden Çıkarıldı",
|
|
||||||
"I_Saved_My_E2E_Password": "Uçtan Uca Şifreleme (E2E) Şifremi Kaydettim",
|
|
||||||
"IP": "IP",
|
"IP": "IP",
|
||||||
"In_app": "Uygulama İçi",
|
"I_Saved_My_E2E_Password": "Uçtan Uca Şifreleme (E2E) Şifremi Kaydettim",
|
||||||
|
"Ignore": "Yok say",
|
||||||
"In_App_And_Desktop": "Uygulama İçi ve Masaüstü",
|
"In_App_And_Desktop": "Uygulama İçi ve Masaüstü",
|
||||||
"In_App_and_Desktop_Alert_info": "Uygulama açıkken ekranın üst kısmında bir başlık görüntüler ve masaüstünde bir bildirim görüntüler",
|
"In_App_and_Desktop_Alert_info": "Uygulama açıkken ekranın üst kısmında bir başlık görüntüler ve masaüstünde bir bildirim görüntüler",
|
||||||
"Invisible": "Görünmez",
|
"In_app": "Uygulama İçi",
|
||||||
"is_typing": "yazıyor",
|
"Insert_Join_Code": "Katılım Kodu Girin",
|
||||||
"Invalid_or_expired_invite_token": "Geçersiz veya süresi dolmuş davet belirteci (token)",
|
"Invalid_or_expired_invite_token": "Geçersiz veya süresi dolmuş davet belirteci (token)",
|
||||||
"Invalid_server_version": "Bağlanmaya çalıştığınız sunucu artık uygulama tarafından desteklenmeyen bir sürüm kullanıyor: {{currentVersion}}.\n\n{{minVersion}} sürümüne ihtiyacımız var",
|
"Invalid_server_version": "Bağlanmaya çalıştığınız sunucu artık uygulama tarafından desteklenmeyen bir sürüm kullanıyor: {{currentVersion}}.\n\n{{minVersion}} sürümüne ihtiyacımız var",
|
||||||
|
"Invisible": "Görünmez",
|
||||||
"Invite_Link": "Davet Bağlantısı",
|
"Invite_Link": "Davet Bağlantısı",
|
||||||
|
"Invite_user_to_join_channel": "Bu kanala katılması için bir kullanıcı davet",
|
||||||
|
"Invite_user_to_join_channel_all_from": "[#kanal] 'daki tüm kullanıcıları bu kanala katılmaya davet et",
|
||||||
|
"Invite_user_to_join_channel_all_to": "Bu kanaldaki tüm kullanıcıları [#kanal] katılmaya davet edin",
|
||||||
"Invite_users": "Kullanıcıları davet et",
|
"Invite_users": "Kullanıcıları davet et",
|
||||||
"Join": "Katıl",
|
"Join": "Katıl",
|
||||||
"Join_Code": "Katılım Kodu",
|
"Join_Code": "Katılım Kodu",
|
||||||
"Insert_Join_Code": "Katılım Kodu Girin",
|
|
||||||
"Join_our_open_workspace": "Açık çalışma alanımıza katılın",
|
"Join_our_open_workspace": "Açık çalışma alanımıza katılın",
|
||||||
|
"Join_the_given_channel": "Verilen kanala katıl",
|
||||||
"Just_invited_people_can_access_this_channel": "Yalnızca davet edilen kişiler bu kanala erişebilir",
|
"Just_invited_people_can_access_this_channel": "Yalnızca davet edilen kişiler bu kanala erişebilir",
|
||||||
"Language": "Dil",
|
"Language": "Dil",
|
||||||
"last_message": "son ileti",
|
|
||||||
"leaving_room": "odadan ayrılıyor",
|
|
||||||
"Leave": "Odadan ayrıl",
|
"Leave": "Odadan ayrıl",
|
||||||
"leave": "ayrıl",
|
"Leave_the_current_channel": "Geçerli kanalı bırak",
|
||||||
"Legal": "Yasal",
|
"Legal": "Yasal",
|
||||||
"Light": "Açık",
|
|
||||||
"License": "Lisans",
|
"License": "Lisans",
|
||||||
|
"Light": "Açık",
|
||||||
|
"Local_authentication_auto_lock_1800": "30 dakika sonra",
|
||||||
|
"Local_authentication_auto_lock_300": "5 dakika sonra",
|
||||||
|
"Local_authentication_auto_lock_3600": "1 saat sonra",
|
||||||
|
"Local_authentication_auto_lock_60": "1 dakika sonra",
|
||||||
|
"Local_authentication_auto_lock_900": "15 dakika sonra",
|
||||||
|
"Local_authentication_biometry_fallback": "Parola kullan",
|
||||||
|
"Local_authentication_biometry_title": "Doğrula",
|
||||||
|
"Local_authentication_change_passcode": "Parolayı Değiştir",
|
||||||
|
"Local_authentication_facial_recognition": "yüz tanıma",
|
||||||
|
"Local_authentication_fingerprint": "parmak izi",
|
||||||
|
"Local_authentication_info": "Not: Parolayı unutursanız, uygulamayı silmeniz ve yeniden yüklemeniz gerekir.",
|
||||||
|
"Local_authentication_unlock_option": "Şifre ile Kilidi Açın",
|
||||||
|
"Local_authentication_unlock_with_label": "{{label}} ile kilidi açın",
|
||||||
|
"Log_analytics_events": "Olayları günlüğe kaydet",
|
||||||
|
"Logged_out_by_server": "Sunucu tarafından çıkış yaptınız. Lütfen tekrar giriş yapın.",
|
||||||
|
"Logged_out_of_other_clients_successfully": "Diğer istemcilerden başarıyla çıkış yapıldı",
|
||||||
|
"Logging_out": "Çıkış Yapılıyor",
|
||||||
"Login": "Oturum aç",
|
"Login": "Oturum aç",
|
||||||
"Login_error": "Kimlik bilgileriniz reddedildi! Lütfen tekrar deneyin.",
|
"Login_error": "Kimlik bilgileriniz reddedildi! Lütfen tekrar deneyin.",
|
||||||
"Logging_out": "Çıkış Yapılıyor",
|
|
||||||
"Logout": "Çıkış Yap",
|
"Logout": "Çıkış Yap",
|
||||||
"Max_number_of_uses": "Maksimum kullanım sayısı",
|
"Logout_failed": "Oturum kapatma başarısız oldu!",
|
||||||
|
"Logout_from_other_logged_in_locations": "Giriş yapılan diğer konumlardan çıkış yap",
|
||||||
|
"Mark_unread": "Okunmadı olarak işaretle",
|
||||||
"Max_number_of_users_allowed_is_number": "İzin verilen maksimum kullanıcı sayısı {{maxUsers}}",
|
"Max_number_of_users_allowed_is_number": "İzin verilen maksimum kullanıcı sayısı {{maxUsers}}",
|
||||||
"members": "üyeler",
|
"Max_number_of_uses": "Maksimum kullanım sayısı",
|
||||||
"Members": "Üyeler",
|
"Members": "Üyeler",
|
||||||
"Mentions": "Bahsetmeler",
|
"Mentions": "Bahsetmeler",
|
||||||
|
"Message": "İleti",
|
||||||
|
"Message_HideType_au": "Kullanıcı Eklendi",
|
||||||
|
"Message_HideType_mute_unmute": "Kullanıcı Sesi Kapatıldı / Sesi Açıldı",
|
||||||
|
"Message_HideType_r": "Oda Adı Değiştirildi",
|
||||||
|
"Message_HideType_rm": "İleti Kaldırıldı",
|
||||||
|
"Message_HideType_room_archived": "Oda Arşivlendi",
|
||||||
|
"Message_HideType_room_unarchived": "Oda Arşivden Çıkarıldı",
|
||||||
|
"Message_HideType_ru": "Kullanıcı Kaldırıldı",
|
||||||
|
"Message_HideType_subscription_role_added": "Rol Belirlendi",
|
||||||
|
"Message_HideType_subscription_role_removed": "Artık Kullanılmayan Rol",
|
||||||
|
"Message_HideType_uj": "Kullanıcı Katıldı",
|
||||||
|
"Message_HideType_ul": "Kullanıcı Ayrıldı",
|
||||||
|
"Message_HideType_ut": "Kullanıcı Sohbete Katıldı",
|
||||||
|
"Message_HideType_wm": "Hoşgeldiniz",
|
||||||
|
"Message_Ignored": "İleti yok sayıldı. Görüntülemek için dokunun.",
|
||||||
|
"Message_Reported": "İleti bildirildi",
|
||||||
"Message_actions": "İleti işlemleri",
|
"Message_actions": "İleti işlemleri",
|
||||||
|
"Message_composer_Send_to_channel": "Kanala gönder",
|
||||||
"Message_removed": "İleti kaldırıldı",
|
"Message_removed": "İleti kaldırıldı",
|
||||||
"Message_starred": "İletia yıldız eklendi",
|
"Message_starred": "İletia yıldız eklendi",
|
||||||
"Message_unstarred": "İletiın yıldızı kaldırıldı",
|
"Message_unstarred": "İletiın yıldızı kaldırıldı",
|
||||||
"message": "ileti",
|
|
||||||
"messages": "iletiler",
|
|
||||||
"Message": "İleti",
|
|
||||||
"Message_Reported": "İleti bildirildi",
|
|
||||||
"Mute": "Sessize Al",
|
"Mute": "Sessize Al",
|
||||||
"muted": "sessize alındı",
|
"Mute_someone_in_room": "Odadaki birini sustur",
|
||||||
"N_people_reacted": "{{n}} kişi tepki verdi",
|
"N_people_reacted": "{{n}} kişi tepki verdi",
|
||||||
"N_users": "{{n}} kullanıcı",
|
"N_users": "{{n}} kullanıcı",
|
||||||
"Name": "İsim",
|
"Name": "İsim",
|
||||||
|
@ -217,42 +237,53 @@
|
||||||
"New_Message": "Yeni İleti",
|
"New_Message": "Yeni İleti",
|
||||||
"New_Password": "Yeni Şifre",
|
"New_Password": "Yeni Şifre",
|
||||||
"Next": "Sonraki",
|
"Next": "Sonraki",
|
||||||
|
"No_Message": "İleti Yok",
|
||||||
|
"No_Reactions": "Tepki Yok",
|
||||||
|
"No_Read_Receipts": "Okundu Bilgisi Yok",
|
||||||
|
"No_available_agents_to_transfer": "Aktarılacak yemsilci yok",
|
||||||
"No_files": "Dosya yok",
|
"No_files": "Dosya yok",
|
||||||
|
"No_label_provided": "Hiç {{label}} sağlanmadı.",
|
||||||
"No_limit": "Limit yok",
|
"No_limit": "Limit yok",
|
||||||
"No_mentioned_messages": "Belirtilen ileti yok",
|
"No_mentioned_messages": "Belirtilen ileti yok",
|
||||||
|
"No_messages_yet": "Şu ana kadar ileti yok",
|
||||||
"No_pinned_messages": "Sabitlenmiş ileti yok",
|
"No_pinned_messages": "Sabitlenmiş ileti yok",
|
||||||
"No_results_found": "Sonuç bulunamadı",
|
"No_results_found": "Sonuç bulunamadı",
|
||||||
"No_starred_messages": "Yıldızlı ileti yok",
|
"No_starred_messages": "Yıldızlı ileti yok",
|
||||||
"No_label_provided": "Hiç {{label}} sağlanmadı.",
|
"No_threads": "Konu yok",
|
||||||
"No_Message": "İleti Yok",
|
"No_threads_following": "Herhangi bir konuyu takip etmiyorsunuz",
|
||||||
"No_messages_yet": "Şu ana kadar ileti yok",
|
"No_threads_unread": "Okunmamış konu yok",
|
||||||
"No_Reactions": "Tepki Yok",
|
|
||||||
"No_Read_Receipts": "Okundu Bilgisi Yok",
|
|
||||||
"Not_RC_Server": "Bu bir Rocket.Chat sunucusu değil.\n{{contact}}",
|
"Not_RC_Server": "Bu bir Rocket.Chat sunucusu değil.\n{{contact}}",
|
||||||
"Nothing": "Hiçbir Şey",
|
"Nothing": "Hiçbir Şey",
|
||||||
"Nothing_to_save": "Kaydedilecek bir şey yok!",
|
"Nothing_to_save": "Kaydedilecek bir şey yok!",
|
||||||
|
"Notification_Preferences": "Bildirim Tercihleri",
|
||||||
|
"Notifications": "Bildirimler",
|
||||||
"Notify_active_in_this_room": "Bu odadaki çevrimiçi kullanıcıları bilgilendir",
|
"Notify_active_in_this_room": "Bu odadaki çevrimiçi kullanıcıları bilgilendir",
|
||||||
"Notify_all_in_this_room": "Bu odadaki herkesi bilgilendir",
|
"Notify_all_in_this_room": "Bu odadaki herkesi bilgilendir",
|
||||||
"Notifications": "Bildirimler",
|
|
||||||
"Notification_Preferences": "Bildirim Tercihleri",
|
|
||||||
"No_available_agents_to_transfer": "Aktarılacak yemsilci yok",
|
|
||||||
"Oops": "Ahh!",
|
|
||||||
"Omnichannel": "Çoklu Kanal",
|
|
||||||
"Omnichannel_enable_alert": "Çoklu Kanal'da mevcut değilsiniz. Erişilebilir olmak ister misiniz?",
|
|
||||||
"Onboarding_subtitle": "Ekip İşbirliğinin Ötesinde",
|
|
||||||
"Onboarding_join_open_description": "Rocket.Chat ekibi ve topluluğu ile sohbet etmek için açık çalışma alanımıza katılın.",
|
|
||||||
"Onboarding_agree_terms": "Devam ederek Rocket.Chat'i kabul etmiş olursunuz",
|
|
||||||
"Onboarding_less_options": "Daha az seçenek",
|
|
||||||
"Onboarding_more_options": "Daha çok seçenek",
|
|
||||||
"Online": "Çevrimiçi",
|
|
||||||
"Only_authorized_users_can_write_new_messages": "Yalnızca yetkili kullanıcılar yeni ileti yazabilir",
|
|
||||||
"Open_emoji_selector": "Emoji seçiciyi aç",
|
|
||||||
"Open_your_authentication_app_and_enter_the_code": "Kimlik doğrulama uygulamanızı açın ve kodu girin.",
|
|
||||||
"OR": "OR",
|
"OR": "OR",
|
||||||
"OS": "OS",
|
"OS": "OS",
|
||||||
|
"Omnichannel": "Çoklu Kanal",
|
||||||
|
"Omnichannel_enable_alert": "Çoklu Kanal'da mevcut değilsiniz. Erişilebilir olmak ister misiniz?",
|
||||||
|
"Onboarding_agree_terms": "Devam ederek Rocket.Chat'i kabul etmiş olursunuz",
|
||||||
|
"Onboarding_join_open_description": "Rocket.Chat ekibi ve topluluğu ile sohbet etmek için açık çalışma alanımıza katılın.",
|
||||||
|
"Onboarding_less_options": "Daha az seçenek",
|
||||||
|
"Onboarding_more_options": "Daha çok seçenek",
|
||||||
|
"Onboarding_subtitle": "Ekip İşbirliğinin Ötesinde",
|
||||||
|
"Online": "Çevrimiçi",
|
||||||
|
"Only_authorized_users_can_write_new_messages": "Yalnızca yetkili kullanıcılar yeni ileti yazabilir",
|
||||||
|
"Oops": "Ahh!",
|
||||||
|
"Open_Livechats": "Devam Eden Sohbetler",
|
||||||
|
"Open_emoji_selector": "Emoji seçiciyi aç",
|
||||||
|
"Open_your_authentication_app_and_enter_the_code": "Kimlik doğrulama uygulamanızı açın ve kodu girin.",
|
||||||
"Overwrites_the_server_configuration_and_use_room_config": "Sunucu yapılandırmasının üzerine yazar ve oda yapılandırmasını kullanır",
|
"Overwrites_the_server_configuration_and_use_room_config": "Sunucu yapılandırmasının üzerine yazar ve oda yapılandırmasını kullanır",
|
||||||
"Password": "Şifre",
|
|
||||||
"Parent_channel_or_group": "Üst kanal veya grup",
|
"Parent_channel_or_group": "Üst kanal veya grup",
|
||||||
|
"Passcode_app_locked_subtitle": "{{timeLeft}} saniye içinde tekrar deneyin",
|
||||||
|
"Passcode_app_locked_title": "Uygulama kilitlendi",
|
||||||
|
"Passcode_choose_confirm_title": "Yeni şifrenizi onaylayın",
|
||||||
|
"Passcode_choose_error": "Parolalar eşleşmiyor. Tekrar deneyin.",
|
||||||
|
"Passcode_choose_force_set": "Yönetici tarafından istenen şifre",
|
||||||
|
"Passcode_choose_title": "Yeni şifrenizi yazın",
|
||||||
|
"Passcode_enter_title": "Şifrenizi giriniz",
|
||||||
|
"Password": "Şifre",
|
||||||
"Permalink_copied_to_clipboard": "Kalıcı bağlantı panoya kopyalandı!",
|
"Permalink_copied_to_clipboard": "Kalıcı bağlantı panoya kopyalandı!",
|
||||||
"Phone": "Telefon",
|
"Phone": "Telefon",
|
||||||
"Pin": "Sabitle",
|
"Pin": "Sabitle",
|
||||||
|
@ -264,66 +295,66 @@
|
||||||
"Privacy_Policy": " Privacy Policy",
|
"Privacy_Policy": " Privacy Policy",
|
||||||
"Private": "Özel",
|
"Private": "Özel",
|
||||||
"Processing": "İşleniyor...",
|
"Processing": "İşleniyor...",
|
||||||
"Profile_saved_successfully": "Profil başarıyla kaydedildi!",
|
|
||||||
"Profile": "Profil",
|
"Profile": "Profil",
|
||||||
|
"Profile_saved_successfully": "Profil başarıyla kaydedildi!",
|
||||||
"Public": "Herkese Açık",
|
"Public": "Herkese Açık",
|
||||||
"Push_Notifications": "Anlık Bildirimler",
|
"Push_Notifications": "Anlık Bildirimler",
|
||||||
"Push_Notifications_Alert_Info": "Bu bildirimler, uygulama açık olmadığında size teslim edilir",
|
"Push_Notifications_Alert_Info": "Bu bildirimler, uygulama açık olmadığında size teslim edilir",
|
||||||
|
"Queued_chats": "Sıralı sohbetler",
|
||||||
"Quote": "Alıntı",
|
"Quote": "Alıntı",
|
||||||
|
"RESET": "SIFIRLA",
|
||||||
"Reactions_are_disabled": "Tepkiler devre dışı bırakıldı",
|
"Reactions_are_disabled": "Tepkiler devre dışı bırakıldı",
|
||||||
"Reactions_are_enabled": "Tepkiler etkinleştirildi",
|
"Reactions_are_enabled": "Tepkiler etkinleştirildi",
|
||||||
"Read_External_Permission_Message": "Rocket.Chat'in cihazınızdaki fotoğraflara, medyaya ve dosyalara erişmesi gerekiyor",
|
|
||||||
"Read_External_Permission": "Medya Okuma İzni ",
|
"Read_External_Permission": "Medya Okuma İzni ",
|
||||||
|
"Read_External_Permission_Message": "Rocket.Chat'in cihazınızdaki fotoğraflara, medyaya ve dosyalara erişmesi gerekiyor",
|
||||||
"Read_Only": "Yazma Kısıtlı",
|
"Read_Only": "Yazma Kısıtlı",
|
||||||
"Read_Receipt": "Okundu Bilgisi",
|
"Read_Receipt": "Okundu Bilgisi",
|
||||||
"Receive_Group_Mentions": "Grup Bahsetmelerini Al",
|
"Receive_Group_Mentions": "Grup Bahsetmelerini Al",
|
||||||
"Receive_Group_Mentions_Info": "Grup bahsetmelerini al",
|
"Receive_Group_Mentions_Info": "Grup bahsetmelerini al",
|
||||||
"Register": "Kayıt Ol",
|
|
||||||
"replies": "yanıtlar",
|
|
||||||
"reply": "yanıtla",
|
|
||||||
"Reply": "Yanıtla",
|
|
||||||
"Report": "Bildir",
|
|
||||||
"Receive_Notification": "Bildirim Al",
|
"Receive_Notification": "Bildirim Al",
|
||||||
"Receive_notifications_from": "{{name}} bildirimlerini alın",
|
"Receive_notifications_from": "{{name}} bildirimlerini alın",
|
||||||
|
"Register": "Kayıt Ol",
|
||||||
|
"Registration_Succeeded": "Kayıt Başarılı!",
|
||||||
|
"Remove": "Kaldır",
|
||||||
|
"Remove_from_room": "Odadan çıkar",
|
||||||
|
"Remove_someone_from_room": "Odan birini çıkar",
|
||||||
|
"Reply": "Yanıtla",
|
||||||
|
"Reply_in_Thread": "Konu içinde cevapla",
|
||||||
|
"Report": "Bildir",
|
||||||
"Resend": "Yeniden yolla",
|
"Resend": "Yeniden yolla",
|
||||||
"Reset_password": "Şifre sıfırla",
|
"Reset_password": "Şifre sıfırla",
|
||||||
"resetting_password": "şifre sıfırlanıyor",
|
|
||||||
"RESET": "SIFIRLA",
|
|
||||||
"Review_app_title": "Uygulama hoşunuza gitti mi?",
|
|
||||||
"Review_app_desc": "{{store}} üzerinde bize 5 yıldız verin",
|
"Review_app_desc": "{{store}} üzerinde bize 5 yıldız verin",
|
||||||
"Review_app_yes": "Elbette!",
|
|
||||||
"Review_app_no": "Hayır",
|
|
||||||
"Review_app_later": "Belki daha sonra",
|
"Review_app_later": "Belki daha sonra",
|
||||||
|
"Review_app_no": "Hayır",
|
||||||
|
"Review_app_title": "Uygulama hoşunuza gitti mi?",
|
||||||
"Review_app_unable_store": "{{store}} açılamıyor!",
|
"Review_app_unable_store": "{{store}} açılamıyor!",
|
||||||
|
"Review_app_yes": "Elbette!",
|
||||||
"Review_this_app": "Bu uygulamayı değerlendirin",
|
"Review_this_app": "Bu uygulamayı değerlendirin",
|
||||||
"Remove": "Kaldır",
|
|
||||||
"Roles": "Roller",
|
"Roles": "Roller",
|
||||||
"Room_Info_Edit": "Oda Bilgilerini Düzenle",
|
|
||||||
"Room_Info": "Oda Bilgisi",
|
"Room_Info": "Oda Bilgisi",
|
||||||
|
"Room_Info_Edit": "Oda Bilgilerini Düzenle",
|
||||||
"SAVE": "KAYDET",
|
"SAVE": "KAYDET",
|
||||||
"Save_Changes": "Değişiklikleri Kaydet",
|
|
||||||
"Save": "Kaydet",
|
"Save": "Kaydet",
|
||||||
"Saved": "Kaydedildi",
|
"Save_Changes": "Değişiklikleri Kaydet",
|
||||||
"saving_preferences": "tercihler kaydediliyor",
|
|
||||||
"saving_profile": "profil kaydediliyor",
|
|
||||||
"saving_settings": "ayarlar kaydediliyor",
|
|
||||||
"saved_to_gallery": "Galeriye kaydedildi",
|
|
||||||
"Save_Your_E2E_Password": "(E2E) Şifrenizi Kaydedin",
|
"Save_Your_E2E_Password": "(E2E) Şifrenizi Kaydedin",
|
||||||
"Save_Your_Encryption_Password": "Şifreleme Parolanızı Kaydedin",
|
"Save_Your_Encryption_Password": "Şifreleme Parolanızı Kaydedin",
|
||||||
"Save_Your_Encryption_Password_warning": "Bu parola hiçbir yerde saklanmadığından başka bir yere dikkatlice kaydedin.",
|
|
||||||
"Save_Your_Encryption_Password_info": "Parolanızı kaybettiğinizde, kurtarmanın bir yolu olmadığını ve iletilerinize erişiminizi kaybedeceğinizi unutmayın.",
|
"Save_Your_Encryption_Password_info": "Parolanızı kaybettiğinizde, kurtarmanın bir yolu olmadığını ve iletilerinize erişiminizi kaybedeceğinizi unutmayın.",
|
||||||
"Search_Messages": "İleti ara",
|
"Save_Your_Encryption_Password_warning": "Bu parola hiçbir yerde saklanmadığından başka bir yere dikkatlice kaydedin.",
|
||||||
|
"Saved": "Kaydedildi",
|
||||||
|
"Screen_lock": "Ekran kilidi",
|
||||||
"Search": "Ara",
|
"Search": "Ara",
|
||||||
|
"Search_Messages": "İleti ara",
|
||||||
"Search_by": "Ara",
|
"Search_by": "Ara",
|
||||||
"Search_global_users": "Global kullanıcıları ara",
|
"Search_global_users": "Global kullanıcıları ara",
|
||||||
"Search_global_users_description": "Açarsanız, diğer şirketlerden veya sunuculardan herhangi bir kullanıcıyı arayabilirsiniz.",
|
"Search_global_users_description": "Açarsanız, diğer şirketlerden veya sunuculardan herhangi bir kullanıcıyı arayabilirsiniz.",
|
||||||
|
"Search_messages": "İletilerda ara",
|
||||||
"Security_and_privacy": "Güvenlik ve gizlilik",
|
"Security_and_privacy": "Güvenlik ve gizlilik",
|
||||||
"Select_Server": "Sunucu seç",
|
"Select_Server": "Sunucu seç",
|
||||||
"Select_Users": "Kullanıcıları seç",
|
"Select_Users": "Kullanıcıları seç",
|
||||||
"Select_a_Channel": "Kanal Seç",
|
"Select_a_Channel": "Kanal Seç",
|
||||||
"Select_a_Department": "Bölüm Seç",
|
"Select_a_Department": "Bölüm Seç",
|
||||||
"Select_an_option": "Bir seçenek seçin",
|
|
||||||
"Select_a_User": "Kullanıcı Seç",
|
"Select_a_User": "Kullanıcı Seç",
|
||||||
|
"Select_an_option": "Bir seçenek seçin",
|
||||||
"Send": "Yolla",
|
"Send": "Yolla",
|
||||||
"Send_audio_message": "Sesli ileti gönder",
|
"Send_audio_message": "Sesli ileti gönder",
|
||||||
"Send_crash_report": "Çökme raporu gönder",
|
"Send_crash_report": "Çökme raporu gönder",
|
||||||
|
@ -333,195 +364,164 @@
|
||||||
"Server": "Sunucu",
|
"Server": "Sunucu",
|
||||||
"Server_version": "Sunucu versiyonu: {{version}}",
|
"Server_version": "Sunucu versiyonu: {{version}}",
|
||||||
"Set_username_subtitle": "Kullanıcı adı başkalarının iletilerde sizden bahsetmesine izin vermek için kullanılır",
|
"Set_username_subtitle": "Kullanıcı adı başkalarının iletilerde sizden bahsetmesine izin vermek için kullanılır",
|
||||||
"Status_saved_successfully": "Durum başarıyla kaydedildi!",
|
|
||||||
"Settings": "Ayarlar",
|
"Settings": "Ayarlar",
|
||||||
"Settings_succesfully_changed": "Ayarlar başarıyla değiştirildi!",
|
"Settings_succesfully_changed": "Ayarlar başarıyla değiştirildi!",
|
||||||
"Share": "Paylaş",
|
"Share": "Paylaş",
|
||||||
"Share_Link": "Bağlantı paylaş",
|
"Share_Link": "Bağlantı paylaş",
|
||||||
"Share_this_app": "Bu uygulamayı paylaş",
|
"Share_this_app": "Bu uygulamayı paylaş",
|
||||||
"Show_more": "Daha fazla göster",
|
"Show_more": "Daha fazla göster",
|
||||||
|
"Show_the_keyboard_shortcut_list": "Klavye kısayol listesini göster",
|
||||||
"Sign_Up": "Kaydol",
|
"Sign_Up": "Kaydol",
|
||||||
|
"Slash_Gimme_Description": "İletilerinizden önce ༼ つ ◕_◕ ༽つ gösterir",
|
||||||
|
"Slash_LennyFace_Description": "İletilerinizden sonra ( ͡° ͜ʖ ͡°) gösterir",
|
||||||
|
"Slash_Shrug_Description": "İletilerinizden sonra ¯\\_(ツ)_/¯ gösterir",
|
||||||
|
"Slash_TableUnflip_Description": "Ekranlar ┬─┬ ノ (゜ - ゜ ノ)",
|
||||||
|
"Slash_Tableflip_Description": "Ekranlar (╯ ° □ °) ╯( ┻━┻",
|
||||||
|
"Slash_Topic_Description": "Konu ayarla",
|
||||||
|
"Slash_Topic_Params": "Konu iletisi",
|
||||||
"Sound": "Ses",
|
"Sound": "Ses",
|
||||||
"Star": "Yıldızla",
|
"Star": "Yıldızla",
|
||||||
"Starred": "Yıldızlandı",
|
"Starred": "Yıldızlandı",
|
||||||
"Start_a_Discussion": "Tartışma Başlat",
|
"Start_a_Discussion": "Tartışma Başlat",
|
||||||
"Started_discussion": "Bir tartışma başlattı:",
|
|
||||||
"Started_call": "Arama {{userBy}} tarafından başlatıldı",
|
"Started_call": "Arama {{userBy}} tarafından başlatıldı",
|
||||||
|
"Started_discussion": "Bir tartışma başlattı:",
|
||||||
|
"Status_saved_successfully": "Durum başarıyla kaydedildi!",
|
||||||
"Table": "Tablo",
|
"Table": "Tablo",
|
||||||
"Tags": "Etiketler",
|
"Tags": "Etiketler",
|
||||||
"Take_a_photo": "Fotoğraf çek",
|
"Take_a_photo": "Fotoğraf çek",
|
||||||
"Take_a_video": "Video çek",
|
"Take_a_video": "Video çek",
|
||||||
"Take_it": "Al!",
|
"Take_it": "Al!",
|
||||||
"Terms_of_Service": " Kullanım Şartları ",
|
"Terms_of_Service": " Kullanım Şartları ",
|
||||||
|
"The_user_will_be_able_to_type_in_roomName": "Kullanıcı {{roomName}} içinde yazabilecek",
|
||||||
|
"The_user_will_be_removed_from_s": "Kullanıcı, {{s}} alanından kaldırılacak!",
|
||||||
|
"The_user_wont_be_able_to_type_in_roomName": "Kullanıcı {{roomName}} içinde yazamayacak",
|
||||||
"Theme": "Tema",
|
"Theme": "Tema",
|
||||||
"There_was_an_error_while_action": "{{action}} sırasında bir hata oluştu!",
|
"There_was_an_error_while_action": "{{action}} sırasında bir hata oluştu!",
|
||||||
"This_room_is_blocked": "Bu oda engellendi",
|
"This_room_is_blocked": "Bu oda engellendi",
|
||||||
"This_room_is_read_only": "Bu oda yazma kısıtlı",
|
"This_room_is_read_only": "Bu oda yazma kısıtlı",
|
||||||
"Threads": "Başlıklar",
|
"This_will_clear_all_your_offline_data": "Bu, tüm çevrimdışı verilerinizi temizleyecektir.",
|
||||||
|
"This_will_remove_all_data_from_this_server": "Bu, bu sunucudaki tüm verileri kaldıracaktır.",
|
||||||
"Thread": "Başlık",
|
"Thread": "Başlık",
|
||||||
|
"Threads": "Başlıklar",
|
||||||
|
"Threads_displaying_all": "Tüm konular görüntüleniyor",
|
||||||
|
"Threads_displaying_following": "Takip edilen konular görüntüleniyor",
|
||||||
|
"Threads_displaying_unread": "Okunmamış konular görüntüleniyor",
|
||||||
"Timezone": "Saat dilimi",
|
"Timezone": "Saat dilimi",
|
||||||
"topic": "konu",
|
|
||||||
"Topic": "Konu",
|
"Topic": "Konu",
|
||||||
"Translate": "Çevir",
|
"Translate": "Çevir",
|
||||||
"Try_again": "Tekrar deneyin",
|
"Try_again": "Tekrar deneyin",
|
||||||
"Two_Factor_Authentication": "İki faktörlü Kimlik Doğrulama",
|
"Two_Factor_Authentication": "İki faktörlü Kimlik Doğrulama",
|
||||||
"unarchive": "arşivden çıkar",
|
"Type_message": "İleti yaz",
|
||||||
"UNARCHIVE": "ARŞİVDEN ÇIKAR",
|
"UNARCHIVE": "ARŞİVDEN ÇIKAR",
|
||||||
"Unfollowed_thread": "Takip edilmeyen başlık",
|
"Unfollowed_thread": "Takip edilmeyen başlık",
|
||||||
|
"Unignore": "Yok sayma",
|
||||||
"Unmute": "Sesi Aç",
|
"Unmute": "Sesi Aç",
|
||||||
"unmuted": "Sesi Açıldı",
|
"Unmute_someone_in_room": "Odadaki birinin sesini aç",
|
||||||
"Unpin": "Sabitlemeyi kaldır",
|
"Unpin": "Sabitlemeyi kaldır",
|
||||||
"unread_messages": "okunmamış",
|
|
||||||
"Unread": "Okunmamış",
|
"Unread": "Okunmamış",
|
||||||
"Unread_on_top": "Okunmamışlar üstte",
|
"Unread_on_top": "Okunmamışlar üstte",
|
||||||
"Unstar": "Yıldızı kaldır",
|
"Unstar": "Yıldızı kaldır",
|
||||||
"Updating": "Güncelleniyor...",
|
"Updating": "Güncelleniyor...",
|
||||||
"Uploading": "Gönderiliyor",
|
"Uploading": "Gönderiliyor",
|
||||||
"User": "Kullanıcı",
|
"User": "Kullanıcı",
|
||||||
"Users": "Kullanıcılar",
|
|
||||||
"User_Info": "Kullanıcı bilgisi",
|
"User_Info": "Kullanıcı bilgisi",
|
||||||
"User_has_been_key": "Kullanıcı {{key}} olmuştur",
|
|
||||||
"User_sent_an_attachment": "{{user}} bir ek gönderdi",
|
|
||||||
"Username": "Kullanıcı adı",
|
|
||||||
"Username_or_email": "Kullanıcı adı ya da e-posta",
|
|
||||||
"Uses_server_configuration": "Sunucu yapılandırmasını kullanır",
|
|
||||||
"Registration_Succeeded": "Kayıt Başarılı!",
|
|
||||||
"Verify_email_desc": "Kaydınızı onaylamak için size bir e-posta gönderdik. Kısa süre içinde bir e-posta almazsanız, lütfen geri gelin ve tekrar deneyin.",
|
|
||||||
"View_Original": "Orijinali Görüntüle",
|
|
||||||
"Waiting_for_network": "Ağ bağlantısı bekleniyor ...",
|
|
||||||
"Websocket_disabled": "Bu sunucu için Websocket devre dışı bırakıldı.\n{{contact}}",
|
|
||||||
"What_are_you_doing_right_now": "Şu an ne yapıyorsun?",
|
|
||||||
"Without_Servers": "Sunucusuz",
|
|
||||||
"Workspaces": "Çalışma alanları",
|
|
||||||
"Would_you_like_to_return_the_inquiry": "Başvuruyu geri çevirmek ister misiniz?",
|
|
||||||
"Write_External_Permission_Message": "Rocket.Chat'in galerinize erişmesi gerekiyor, böylece resimleri kaydedebilirsiniz.",
|
|
||||||
"Write_External_Permission": "Galeri İzni",
|
|
||||||
"Yes": "Evet",
|
|
||||||
"Yes_action_it": "Evet, {{action}}!",
|
|
||||||
"Yesterday": "Dün",
|
|
||||||
"You_are_in_preview_mode": "İzleme modundasınız",
|
|
||||||
"You_can_search_using_RegExp_eg": "Düzenli ifadeleri (Regular Expressions) kullanabilirsiniz. Örneğin: `/^text$/i`",
|
|
||||||
"You_colon": "Siz: ",
|
|
||||||
"you_were_mentioned": "senden bahsedildi",
|
|
||||||
"You_were_removed_from_channel": "{{channel}} kanalından çıkarıldınız",
|
|
||||||
"you": "siz",
|
|
||||||
"You": "Siz",
|
|
||||||
"Logged_out_by_server": "Sunucu tarafından çıkış yaptınız. Lütfen tekrar giriş yapın.",
|
|
||||||
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "Bir şeyler paylaşmak için Rocket.Chat sunucusuna erişmeniz gerekir.",
|
|
||||||
"You_need_to_verifiy_your_email_address_to_get_notications": "Bildirim almak için e-posta adresinizi doğrulamanız gerekiyor",
|
|
||||||
"Your_certificate": "Sertifikanız",
|
|
||||||
"Your_invite_link_will_expire_after__usesLeft__uses": "Davet bağlantınızın geçerliliği {{usesLeft}} kullanımdan sonra sona erecek.",
|
|
||||||
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "Davet bağlantınızın geçerliliği {{date}} tarihinde veya {{usesLeft}} kullanımdan sonra sona erecek.",
|
|
||||||
"Your_invite_link_will_expire_on__date__": "Davet bağlantınızın geçerlilik süresi {{date}} tarihinde sona erecek.",
|
|
||||||
"Your_invite_link_will_never_expire": "Davet bağlantınızın geçerlilik süresi asla dolmayacak.",
|
|
||||||
"Your_workspace": "Çalışma alanınız",
|
|
||||||
"Your_password_is": "Şifreniz",
|
|
||||||
"Version_no": "Versiyon: {{version}}",
|
|
||||||
"You_will_not_be_able_to_recover_this_message": "Bu iletiyi kurtaramayacaksınız!",
|
|
||||||
"You_will_unset_a_certificate_for_this_server": "Bu sunucu için bir sertifika ayarını kaldıracaksınız",
|
|
||||||
"Change_Language": "Dili değiştir",
|
|
||||||
"Crash_report_disclaimer": "Sohbetlerinizin içeriğini asla takip etmiyoruz. Çökme raporu ve analiz olayları, sorunları tanımlamak ve düzeltmek için yalnızca bizim için ilgili bilgileri içerir.",
|
|
||||||
"Type_message": "İleti yaz",
|
|
||||||
"Search_messages": "İletilerda ara",
|
|
||||||
"Reply_in_Thread": "Konu içinde cevapla",
|
|
||||||
"Add_server": "Sunucu ekle",
|
|
||||||
"You_will_be_logged_out_of_this_application": "Bu uygulamadan çıkış yapacaksınız.",
|
|
||||||
"Clear": "Temizle",
|
|
||||||
"This_will_clear_all_your_offline_data": "Bu, tüm çevrimdışı verilerinizi temizleyecektir.",
|
|
||||||
"This_will_remove_all_data_from_this_server": "Bu, bu sunucudaki tüm verileri kaldıracaktır.",
|
|
||||||
"Mark_unread": "Okunmadı olarak işaretle",
|
|
||||||
"Wait_activation_warning": "Giriş yapmadan önce, hesabınız bir yönetici tarafından manuel olarak etkinleştirilmelidir.",
|
|
||||||
"Screen_lock": "Ekran kilidi",
|
|
||||||
"Local_authentication_biometry_title": "Doğrula",
|
|
||||||
"Local_authentication_biometry_fallback": "Parola kullan",
|
|
||||||
"Local_authentication_unlock_option": "Şifre ile Kilidi Açın",
|
|
||||||
"Local_authentication_change_passcode": "Parolayı Değiştir",
|
|
||||||
"Local_authentication_info": "Not: Parolayı unutursanız, uygulamayı silmeniz ve yeniden yüklemeniz gerekir.",
|
|
||||||
"Local_authentication_facial_recognition": "yüz tanıma",
|
|
||||||
"Local_authentication_fingerprint": "parmak izi",
|
|
||||||
"Local_authentication_unlock_with_label": "{{label}} ile kilidi açın",
|
|
||||||
"Local_authentication_auto_lock_60": "1 dakika sonra",
|
|
||||||
"Local_authentication_auto_lock_300": "5 dakika sonra",
|
|
||||||
"Local_authentication_auto_lock_900": "15 dakika sonra",
|
|
||||||
"Local_authentication_auto_lock_1800": "30 dakika sonra",
|
|
||||||
"Local_authentication_auto_lock_3600": "1 saat sonra",
|
|
||||||
"Passcode_enter_title": "Şifrenizi giriniz",
|
|
||||||
"Passcode_choose_title": "Yeni şifrenizi yazın",
|
|
||||||
"Passcode_choose_confirm_title": "Yeni şifrenizi onaylayın",
|
|
||||||
"Passcode_choose_error": "Parolalar eşleşmiyor. Tekrar deneyin.",
|
|
||||||
"Passcode_choose_force_set": "Yönetici tarafından istenen şifre",
|
|
||||||
"Passcode_app_locked_title": "Uygulama kilitlendi",
|
|
||||||
"Passcode_app_locked_subtitle": "{{timeLeft}} saniye içinde tekrar deneyin",
|
|
||||||
"After_seconds_set_by_admin": "{{seconds}} saniye sonra (yönetici tarafından belirlenir)",
|
|
||||||
"Dont_activate": "Şimdi etkinleştirme",
|
|
||||||
"Queued_chats": "Sıralı sohbetler",
|
|
||||||
"Logout_from_other_logged_in_locations": "Giriş yapılan diğer konumlardan çıkış yap",
|
|
||||||
"You_will_be_logged_out_from_other_locations": "Diğer konumlardan çıkış yapacaksınız.",
|
|
||||||
"Logged_out_of_other_clients_successfully": "Diğer istemcilerden başarıyla çıkış yapıldı",
|
|
||||||
"Logout_failed": "Oturum kapatma başarısız oldu!",
|
|
||||||
"Log_analytics_events": "Olayları günlüğe kaydet",
|
|
||||||
"E2E_encryption_change_password_title": "Şifreleme Parolasını Değiştir",
|
|
||||||
"E2E_encryption_change_password_description": "Artık şifrelenmiş özel gruplar ve doğrudan iletiler oluşturabilirsiniz. Mevcut özel grupları veya özel iletileri şifreli olarak da değiştirebilirsiniz. \nBu uçtan uca şifrelemedir, bu nedenle iletilerinizi şifrelemek / çözmek için kullanılan anahtar sunucuya kaydedilmez. Bu nedenle şifrenizi güvenli bir yerde saklamanız gerekir. Uçtan uca şifrelemeyi (E2E) kullanmak istediğiniz diğer cihazlara girmeniz istenecektir.",
|
|
||||||
"E2E_encryption_change_password_error": "Uçtan uca şifreleme (E2E) anahtar şifresi değiştirilirken hata!",
|
|
||||||
"E2E_encryption_change_password_success": "Uçtan uca şifreleme (E2E) anahtar şifresi başarıyla değiştirildi!",
|
|
||||||
"E2E_encryption_change_password_message": "Dikkatlice kaydettiğinizden emin olun.",
|
|
||||||
"E2E_encryption_change_password_confirmation": "Evet, değiştir!",
|
|
||||||
"E2E_encryption_reset_title": "Uçtan uca şifreleme (E2E) Anahtarını Sıfırla",
|
|
||||||
"E2E_encryption_reset_description": "Bu seçenek mevcut uçtan uca şifreleme (E2E) anahtarınızı kaldıracak ve oturumu kapatacaktır. \nTekrar oturum açtığınızda, Rocket.Chat size yeni bir anahtar oluşturacak ve çevrimiçi olarak bir veya daha fazla üyesi olan şifreli herhangi bir odaya erişiminizi geri yükleyecektir. \nUçtan uca şifrelemenin (E2E) doğası gereği Rocket.Chat, çevrimiçi üyesi olmayan hiçbir şifreli odaya erişimi geri yükleyemez.",
|
|
||||||
"E2E_encryption_reset_button": "Uçtan uca şifreleme (E2E) anahtarını sıfırla",
|
|
||||||
"E2E_encryption_reset_error": "Uçtan uca şifreleme (E2E) anahtarı sıfırlanırken hata!",
|
|
||||||
"E2E_encryption_reset_message": "Oturumunuz kapatılacak!",
|
|
||||||
"E2E_encryption_reset_confirmation": "Evet, sıfırla",
|
|
||||||
"Following": "Takip ediliyor",
|
|
||||||
"Threads_displaying_all": "Tüm konular görüntüleniyor",
|
|
||||||
"Threads_displaying_following": "Takip edilen konular görüntüleniyor",
|
|
||||||
"Threads_displaying_unread": "Okunmamış konular görüntüleniyor",
|
|
||||||
"No_threads": "Konu yok",
|
|
||||||
"No_threads_following": "Herhangi bir konuyu takip etmiyorsunuz",
|
|
||||||
"No_threads_unread": "Okunmamış konu yok",
|
|
||||||
"Message_composer_Send_to_channel": "Kanala gönder",
|
|
||||||
"Remove_from_room": "Odadan çıkar",
|
|
||||||
"Ignore": "Yok say",
|
|
||||||
"Unignore": "Yok sayma",
|
|
||||||
"User_has_been_ignored": "Kullanıcı yok sayıldı.",
|
|
||||||
"User_has_been_unignored": "Kullanıcı artık yok sayılmıyor.",
|
|
||||||
"User_has_been_removed_from_s": "Kullanıcı {{s}} alanından kaldırıldı.",
|
|
||||||
"User__username__is_now_a_leader_of__room_name_": "{{username}} kullanıcısı artık {{room_name}} lideridir.",
|
"User__username__is_now_a_leader_of__room_name_": "{{username}} kullanıcısı artık {{room_name}} lideridir.",
|
||||||
"User__username__is_now_a_moderator_of__room_name_": "{{username}} kullanıcısı artık bir {{room_name}} moderatörüdür.",
|
"User__username__is_now_a_moderator_of__room_name_": "{{username}} kullanıcısı artık bir {{room_name}} moderatörüdür.",
|
||||||
"User__username__is_now_a_owner_of__room_name_": "{{username}} kullanıcısı artık {{room_name}} adlı odanın sahibidir.",
|
"User__username__is_now_a_owner_of__room_name_": "{{username}} kullanıcısı artık {{room_name}} adlı odanın sahibidir.",
|
||||||
"User__username__removed_from__room_name__leaders": "{{username}} adlı kullanıcı, {{room_name}} liderlerinden kaldırıldı.",
|
"User__username__removed_from__room_name__leaders": "{{username}} adlı kullanıcı, {{room_name}} liderlerinden kaldırıldı.",
|
||||||
"User__username__removed_from__room_name__moderators": "{{username}} adlı kullanıcı, {{room_name}} moderatörlerinden kaldırıldı.",
|
"User__username__removed_from__room_name__moderators": "{{username}} adlı kullanıcı, {{room_name}} moderatörlerinden kaldırıldı.",
|
||||||
"User__username__removed_from__room_name__owners": "{{username}} adlı kullanıcı, {{room_name}} sahiplerinden kaldırıldı.",
|
"User__username__removed_from__room_name__owners": "{{username}} adlı kullanıcı, {{room_name}} sahiplerinden kaldırıldı.",
|
||||||
"The_user_will_be_removed_from_s": "Kullanıcı, {{s}} alanından kaldırılacak!",
|
"User_has_been_ignored": "Kullanıcı yok sayıldı.",
|
||||||
"Yes_remove_user": "Evet, kullanıcıyı kaldır!",
|
"User_has_been_key": "Kullanıcı {{key}} olmuştur",
|
||||||
"Direct_message": "Özel ileti",
|
"User_has_been_removed_from_s": "Kullanıcı {{s}} alanından kaldırıldı.",
|
||||||
"Message_Ignored": "İleti yok sayıldı. Görüntülemek için dokunun.",
|
"User_has_been_unignored": "Kullanıcı artık yok sayılmıyor.",
|
||||||
"Enter_workspace_URL": "Çalışma alanı URL'nizi girin",
|
"User_sent_an_attachment": "{{user}} bir ek gönderdi",
|
||||||
|
"Username": "Kullanıcı adı",
|
||||||
|
"Username_or_email": "Kullanıcı adı ya da e-posta",
|
||||||
|
"Users": "Kullanıcılar",
|
||||||
|
"Uses_server_configuration": "Sunucu yapılandırmasını kullanır",
|
||||||
|
"Verify_email_desc": "Kaydınızı onaylamak için size bir e-posta gönderdik. Kısa süre içinde bir e-posta almazsanız, lütfen geri gelin ve tekrar deneyin.",
|
||||||
|
"Version_no": "Versiyon: {{version}}",
|
||||||
|
"View_Original": "Orijinali Görüntüle",
|
||||||
|
"Wait_activation_warning": "Giriş yapmadan önce, hesabınız bir yönetici tarafından manuel olarak etkinleştirilmelidir.",
|
||||||
|
"Waiting_for_network": "Ağ bağlantısı bekleniyor ...",
|
||||||
|
"Websocket_disabled": "Bu sunucu için Websocket devre dışı bırakıldı.\n{{contact}}",
|
||||||
|
"What_are_you_doing_right_now": "Şu an ne yapıyorsun?",
|
||||||
|
"Whats_the_password_for_your_certificate": "Sertifikanızın şifresi nedir?",
|
||||||
|
"Without_Servers": "Sunucusuz",
|
||||||
"Workspace_URL_Example": "Örn. sirketiniz.rocket.chat",
|
"Workspace_URL_Example": "Örn. sirketiniz.rocket.chat",
|
||||||
"Open_Livechats": "Devam Eden Sohbetler",
|
"Workspaces": "Çalışma alanları",
|
||||||
"Broadcast_hint": "Yalnızca yetkili kullanıcılar yeni ileti yazabilir, ancak diğer kullanıcılar yanıt verebilir",
|
"Would_you_like_to_return_the_inquiry": "Başvuruyu geri çevirmek ister misiniz?",
|
||||||
|
"Write_External_Permission": "Galeri İzni",
|
||||||
|
"Write_External_Permission_Message": "Rocket.Chat'in galerinize erişmesi gerekiyor, böylece resimleri kaydedebilirsiniz.",
|
||||||
|
"Yes": "Evet",
|
||||||
|
"Yes_action_it": "Evet, {{action}}!",
|
||||||
|
"Yes_remove_user": "Evet, kullanıcıyı kaldır!",
|
||||||
|
"Yesterday": "Dün",
|
||||||
|
"You": "Siz",
|
||||||
|
"You_are_in_preview_mode": "İzleme modundasınız",
|
||||||
|
"You_can_search_using_RegExp_eg": "Düzenli ifadeleri (Regular Expressions) kullanabilirsiniz. Örneğin: `/^text$/i`",
|
||||||
|
"You_colon": "Siz: ",
|
||||||
|
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "Bir şeyler paylaşmak için Rocket.Chat sunucusuna erişmeniz gerekir.",
|
||||||
|
"You_need_to_verifiy_your_email_address_to_get_notications": "Bildirim almak için e-posta adresinizi doğrulamanız gerekiyor",
|
||||||
|
"You_were_removed_from_channel": "{{channel}} kanalından çıkarıldınız",
|
||||||
|
"You_will_be_logged_out_from_other_locations": "Diğer konumlardan çıkış yapacaksınız.",
|
||||||
|
"You_will_be_logged_out_of_this_application": "Bu uygulamadan çıkış yapacaksınız.",
|
||||||
|
"You_will_not_be_able_to_recover_this_message": "Bu iletiyi kurtaramayacaksınız!",
|
||||||
|
"You_will_unset_a_certificate_for_this_server": "Bu sunucu için bir sertifika ayarını kaldıracaksınız",
|
||||||
|
"Your_certificate": "Sertifikanız",
|
||||||
|
"Your_invite_link_will_expire_after__usesLeft__uses": "Davet bağlantınızın geçerliliği {{usesLeft}} kullanımdan sonra sona erecek.",
|
||||||
|
"Your_invite_link_will_expire_on__date__": "Davet bağlantınızın geçerlilik süresi {{date}} tarihinde sona erecek.",
|
||||||
|
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "Davet bağlantınızın geçerliliği {{date}} tarihinde veya {{usesLeft}} kullanımdan sonra sona erecek.",
|
||||||
|
"Your_invite_link_will_never_expire": "Davet bağlantınızın geçerlilik süresi asla dolmayacak.",
|
||||||
|
"Your_password_is": "Şifreniz",
|
||||||
|
"Your_workspace": "Çalışma alanınız",
|
||||||
|
"alert": "uyarı",
|
||||||
|
"alerts": "uyarılar",
|
||||||
|
"and": "ve",
|
||||||
"and_N_more": "ve {{count}} daha",
|
"and_N_more": "ve {{count}} daha",
|
||||||
"Slash_Gimme_Description": "İletilerinizden önce ༼ つ ◕_◕ ༽つ gösterir",
|
"announcement": "duyuru",
|
||||||
"Slash_LennyFace_Description": "İletilerinizden sonra ( ͡° ͜ʖ ͡°) gösterir",
|
"archive": "arşivle",
|
||||||
"Slash_Shrug_Description": "İletilerinizden sonra ¯\\_(ツ)_/¯ gösterir",
|
"are_typing": "yazıyor",
|
||||||
"Slash_Tableflip_Description": "Ekranlar (╯ ° □ °) ╯( ┻━┻",
|
"changing_avatar": "profil fotoğrafı değiştirme",
|
||||||
"Slash_TableUnflip_Description": "Ekranlar ┬─┬ ノ (゜ - ゜ ノ)",
|
"creating_channel": "kanal açılıyor",
|
||||||
"Slash_Topic_Description": "Konu ayarla",
|
"creating_invite": "davet üretiliyor",
|
||||||
"Slash_Topic_Params": "Konu iletisi",
|
"delete": "sil",
|
||||||
"Create_A_New_Channel": "Yeni Kanal Oluştur",
|
"deleting_room": "oda siliniyor",
|
||||||
"Show_the_keyboard_shortcut_list": "Klavye kısayol listesini göster",
|
"description": "açıklama",
|
||||||
"Hide_room": "Gizle",
|
"error-action-not-allowed": "{{action}}'a izin verilmiyor!",
|
||||||
"Invite_user_to_join_channel": "Bu kanala katılması için bir kullanıcı davet",
|
"error-avatar-invalid-url": "Geçersiz avatar URL'si: {{url}}",
|
||||||
"Invite_user_to_join_channel_all_from": "[#kanal] 'daki tüm kullanıcıları bu kanala katılmaya davet et",
|
"error-duplicate-channel-name": "{{room_name}} adında bir kanal var!",
|
||||||
"Invite_user_to_join_channel_all_to": "Bu kanaldaki tüm kullanıcıları [#kanal] katılmaya davet edin",
|
"error-email-send-failed": "E-posta göndermeye çalışırken hata oluştu: {{message}}",
|
||||||
"Join_the_given_channel": "Verilen kanala katıl",
|
"error-file-too-large": "Dosya çok büyük!",
|
||||||
"Remove_someone_from_room": "Odan birini çıkar",
|
"error-invalid-email": "Geçersiz e-posta {{email}}!",
|
||||||
"Leave_the_current_channel": "Geçerli kanalı bırak",
|
"error-invalid-file-type": "Geçersiz dosya türü!",
|
||||||
"Displays_action_text": "Görüntüler aksiyon metni",
|
"error-invalid-password": "Geçersiz şifre!",
|
||||||
"Direct_message_someone": "Birine doğrudan ileti gönder",
|
"error-invalid-room-name": "{{room_name}}, geçerli bir oda adı değil!",
|
||||||
"Mute_someone_in_room": "Odadaki birini sustur",
|
"error-not-allowed": "İzin verilmedi",
|
||||||
"Unmute_someone_in_room": "Odadaki birinin sesini aç",
|
"error-save-image": "Görüntüyü kaydederken hata oluştu!",
|
||||||
"Audio": "Ses",
|
"error-save-video": "Videoyu kaydederken hata oluştu!",
|
||||||
"The_user_wont_be_able_to_type_in_roomName": "Kullanıcı {{roomName}} içinde yazamayacak",
|
"error-too-many-requests": "Hata, çok fazla istek. Lütfen yavaşla. Tekrar denemeden önce {{seconds}} saniye beklemelisiniz.",
|
||||||
"The_user_will_be_able_to_type_in_roomName": "Kullanıcı {{roomName}} içinde yazabilecek"
|
"error-you-are-last-owner": "Son sahibi sizsiniz. Lütfen odadan ayrılmadan önce yeni bir sahip belirleyin.",
|
||||||
|
"is_typing": "yazıyor",
|
||||||
|
"last_message": "son ileti",
|
||||||
|
"leave": "ayrıl",
|
||||||
|
"leaving_room": "odadan ayrılıyor",
|
||||||
|
"members": "üyeler",
|
||||||
|
"message": "ileti",
|
||||||
|
"messages": "iletiler",
|
||||||
|
"muted": "sessize alındı",
|
||||||
|
"replies": "yanıtlar",
|
||||||
|
"reply": "yanıtla",
|
||||||
|
"resetting_password": "şifre sıfırlanıyor",
|
||||||
|
"saved_to_gallery": "Galeriye kaydedildi",
|
||||||
|
"saving_preferences": "tercihler kaydediliyor",
|
||||||
|
"saving_profile": "profil kaydediliyor",
|
||||||
|
"saving_settings": "ayarlar kaydediliyor",
|
||||||
|
"topic": "konu",
|
||||||
|
"unarchive": "arşivden çıkar",
|
||||||
|
"unmuted": "Sesi Açıldı",
|
||||||
|
"unread_messages": "okunmamış",
|
||||||
|
"you": "siz",
|
||||||
|
"you_were_mentioned": "senden bahsedildi"
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1,73 +1,59 @@
|
||||||
{
|
{
|
||||||
"1_person_reacted": "1 人回复了",
|
"1_person_reacted": "1 人回复了",
|
||||||
"error-action-not-allowed": "{{action}} 不允許",
|
"ARCHIVE": "封存",
|
||||||
"error-avatar-invalid-url": "无效的头像网址:{{url}}",
|
"A_meaningful_name_for_the_discussion_room": "取一个有意义的讨论区的名称",
|
||||||
"error-duplicate-channel-name": "名为「{{room_name}}」的频道已存在",
|
|
||||||
"error-email-send-failed": "尝试发送电子邮件时出错:{{message}}",
|
|
||||||
"error-save-image": "错误,无法保存图片",
|
|
||||||
"error-save-video": "错误,无法保存視頻",
|
|
||||||
"error-file-too-large": "文件太大",
|
|
||||||
"error-invalid-email": "无效的电子邮件{{email}}",
|
|
||||||
"error-invalid-file-type": "无效的文件类型",
|
|
||||||
"error-invalid-password": "无效的密码",
|
|
||||||
"error-invalid-room-name": "{{room_name}} 不是合法的聊天室名称",
|
|
||||||
"error-not-allowed": "不允许",
|
|
||||||
"error-too-many-requests": "错误,请求太多。请慢一点。在再次尝试之前,必须等待{{seconds}}秒。",
|
|
||||||
"error-you-are-last-owner": "您是最后的拥有者。请删除此人之前设置一个新的拥有者。",
|
|
||||||
"Actions": "操作",
|
"Actions": "操作",
|
||||||
"Activity": "按活动时间排列",
|
"Activity": "按活动时间排列",
|
||||||
"Add_Server": "創建服务器",
|
"Add_Server": "創建服务器",
|
||||||
|
"Add_server": "創建服务器",
|
||||||
"Add_users": "創建用户",
|
"Add_users": "創建用户",
|
||||||
"Admin_Panel": "仪表板",
|
"Admin_Panel": "仪表板",
|
||||||
|
"After_seconds_set_by_admin": "{{seconds}} 秒 (管理员设定)",
|
||||||
"Agent": "代理",
|
"Agent": "代理",
|
||||||
"Alert": "警报",
|
"Alert": "警报",
|
||||||
"alert": "警报",
|
|
||||||
"alerts": "警报",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "频道中的所有用户都可以发送新信息",
|
|
||||||
"A_meaningful_name_for_the_discussion_room": "取一个有意义的讨论区的名称",
|
|
||||||
"All": "所有",
|
"All": "所有",
|
||||||
"All_Messages": "全部信息",
|
"All_Messages": "全部信息",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "频道中的所有用户都可以发送新信息",
|
||||||
"Allow_Reactions": "允许表情贴",
|
"Allow_Reactions": "允许表情贴",
|
||||||
"and": "和",
|
|
||||||
"announcement": "公告",
|
|
||||||
"Announcement": "公告",
|
"Announcement": "公告",
|
||||||
"Apply_Your_Certificate": "使用自己的凭证",
|
"Apply_Your_Certificate": "使用自己的凭证",
|
||||||
"ARCHIVE": "封存",
|
|
||||||
"archive": "封存",
|
|
||||||
"are_typing": "正在输入",
|
|
||||||
"Are_you_sure_question_mark": "你确定吗?",
|
"Are_you_sure_question_mark": "你确定吗?",
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "你确定要离开聊天室 {{room}} 吗?",
|
"Are_you_sure_you_want_to_leave_the_room": "你确定要离开聊天室 {{room}} 吗?",
|
||||||
"Automatic": "自动",
|
"Audio": "音讯",
|
||||||
"Auto_Translate": "自动翻译",
|
"Auto_Translate": "自动翻译",
|
||||||
"Avatar_changed_successfully": "头像更新成功!",
|
"Automatic": "自动",
|
||||||
"Avatar_Url": "头像地址",
|
"Avatar_Url": "头像地址",
|
||||||
|
"Avatar_changed_successfully": "头像更新成功!",
|
||||||
"Away": "离开",
|
"Away": "离开",
|
||||||
"Black": "黑色",
|
"Black": "黑色",
|
||||||
|
"Broadcast_hint": "只有经过授权的用户才能写新信息,但其他用户可以回复",
|
||||||
"Browser": "浏览器",
|
"Browser": "浏览器",
|
||||||
"Busy": "忙碌",
|
"Busy": "忙碌",
|
||||||
|
"Call_already_ended": "通话已经结束!",
|
||||||
|
"Cancel": "取消",
|
||||||
"Cancel_editing": "取消编辑",
|
"Cancel_editing": "取消编辑",
|
||||||
"Cancel_recording": "取消录制",
|
"Cancel_recording": "取消录制",
|
||||||
"Cancel": "取消",
|
"Certificate_password": "凭证密码",
|
||||||
"changing_avatar": "更改头像",
|
"Change_Language": "切换语言",
|
||||||
"creating_channel": "创建频道",
|
"Change_language_loading": "切换语言",
|
||||||
"creating_invite": "创建邀请",
|
|
||||||
"Channel_Name": "频道名",
|
"Channel_Name": "频道名",
|
||||||
"Channels": "频道",
|
"Channels": "频道",
|
||||||
|
"Chat_closed_by_agent": "聊天已被客服关闭",
|
||||||
"Chats": "聊天",
|
"Chats": "聊天",
|
||||||
"Call_already_ended": "通话已经结束!",
|
"Choose": "选择",
|
||||||
|
"Choose_file": "选择文件",
|
||||||
|
"Choose_from_library": "从媒体库选择",
|
||||||
|
"Choose_where_you_want_links_be_opened": "请选择您要将链接开启在",
|
||||||
|
"Clear": "清除",
|
||||||
|
"Clear_cache": "清除本机资料",
|
||||||
|
"Clear_cache_loading": "清除快取",
|
||||||
"Clear_cookies_alert": "是否清除所有 cookies?",
|
"Clear_cookies_alert": "是否清除所有 cookies?",
|
||||||
"Clear_cookies_desc": "本操作将清除所有登入 cookies,以登入其他帐号",
|
"Clear_cookies_desc": "本操作将清除所有登入 cookies,以登入其他帐号",
|
||||||
"Clear_cookies_yes": "是,清除 cookies",
|
|
||||||
"Clear_cookies_no": "否,保留 cookies",
|
"Clear_cookies_no": "否,保留 cookies",
|
||||||
|
"Clear_cookies_yes": "是,清除 cookies",
|
||||||
"Click_to_join": "点击以参与",
|
"Click_to_join": "点击以参与",
|
||||||
"Close": "关闭",
|
"Close": "关闭",
|
||||||
"Close_emoji_selector": "关闭 emoji 选择器",
|
"Close_emoji_selector": "关闭 emoji 选择器",
|
||||||
"Change_language_loading": "切换语言",
|
|
||||||
"Chat_closed_by_agent": "聊天已被客服关闭",
|
|
||||||
"Choose": "选择",
|
|
||||||
"Choose_from_library": "从媒体库选择",
|
|
||||||
"Choose_file": "选择文件",
|
|
||||||
"Choose_where_you_want_links_be_opened": "请选择您要将链接开启在",
|
|
||||||
"Code_or_password_invalid": "验证码或密码不正确",
|
"Code_or_password_invalid": "验证码或密码不正确",
|
||||||
"Collaborative": "协作",
|
"Collaborative": "协作",
|
||||||
"Confirm": "确认",
|
"Confirm": "确认",
|
||||||
|
@ -76,74 +62,82 @@
|
||||||
"Contact_us": "联系我们",
|
"Contact_us": "联系我们",
|
||||||
"Contact_your_server_admin": "请联络系统管理员",
|
"Contact_your_server_admin": "请联络系统管理员",
|
||||||
"Continue_with": "继续采用",
|
"Continue_with": "继续采用",
|
||||||
|
"Conversation": "对话",
|
||||||
"Copied_to_clipboard": "复制到剪贴板",
|
"Copied_to_clipboard": "复制到剪贴板",
|
||||||
"Copy": "复制",
|
"Copy": "复制",
|
||||||
"Conversation": "对话",
|
"Crash_report_disclaimer": "我们从不记录您的聊天内容。 崩溃报告和分析事件仅与 Rocket.Chat 有关,以便识别和修复问题。",
|
||||||
"Certificate_password": "凭证密码",
|
"Create": "创建",
|
||||||
"Clear_cache": "清除本机资料",
|
|
||||||
"Clear_cache_loading": "清除快取",
|
|
||||||
"Whats_the_password_for_your_certificate": "您的凭证密码是?",
|
|
||||||
"Create_account": "创建账户",
|
|
||||||
"Create_Channel": "创建频道",
|
"Create_Channel": "创建频道",
|
||||||
"Create_Direct_Messages": "新增私人讯息",
|
"Create_Direct_Messages": "新增私人讯息",
|
||||||
"Create_Discussion": "新增讨论区",
|
"Create_Discussion": "新增讨论区",
|
||||||
"Created_snippet": "新增程式码片段",
|
|
||||||
"Create_a_new_workspace": "创建一个新的工作区",
|
"Create_a_new_workspace": "创建一个新的工作区",
|
||||||
"Create": "创建",
|
"Create_account": "创建账户",
|
||||||
|
"Created_snippet": "新增程式码片段",
|
||||||
|
"DELETE": "删除",
|
||||||
"Dark": "深色",
|
"Dark": "深色",
|
||||||
"Dark_level": "深色程度",
|
"Dark_level": "深色程度",
|
||||||
"Default": "默認",
|
"Default": "默認",
|
||||||
"Default_browser": "预设浏览器",
|
"Default_browser": "预设浏览器",
|
||||||
|
"Delete": "删除",
|
||||||
"Delete_Room_Warning": "删除聊天室将连带删除其中所有信息。此操作将无法还原。",
|
"Delete_Room_Warning": "删除聊天室将连带删除其中所有信息。此操作将无法还原。",
|
||||||
"Department": "部门",
|
"Department": "部门",
|
||||||
"delete": "删除",
|
|
||||||
"Delete": "删除",
|
|
||||||
"DELETE": "删除",
|
|
||||||
"deleting_room": "正在删除聊天室",
|
|
||||||
"description": "描述",
|
|
||||||
"Description": "描述",
|
"Description": "描述",
|
||||||
"Desktop_Notifications": "桌面通知",
|
|
||||||
"Desktop_Alert_info": "这些通知将发送至桌面",
|
"Desktop_Alert_info": "这些通知将发送至桌面",
|
||||||
"Directory": "目录",
|
"Desktop_Notifications": "桌面通知",
|
||||||
"Direct_Messages": "私訊",
|
"Direct_Messages": "私訊",
|
||||||
"Discussions": "讨论区",
|
"Directory": "目录",
|
||||||
"Discussion_Desc": "帮助保持事态更新! 通过创建讨论,一个和所选频道双向关联的子频道将会被创建。",
|
"Discussion_Desc": "帮助保持事态更新! 通过创建讨论,一个和所选频道双向关联的子频道将会被创建。",
|
||||||
"Discussion_name": "讨论区名称",
|
"Discussion_name": "讨论区名称",
|
||||||
"Dont_Have_An_Account": "还没有账号?",
|
"Discussions": "讨论区",
|
||||||
"Do_you_have_an_account": "是否拥有帐号?",
|
|
||||||
"Do_you_have_a_certificate": "是否拥有凭证?",
|
"Do_you_have_a_certificate": "是否拥有凭证?",
|
||||||
|
"Do_you_have_an_account": "是否拥有帐号?",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "您真的想要{{key}}这个聊天室吗?",
|
"Do_you_really_want_to_key_this_room_question_mark": "您真的想要{{key}}这个聊天室吗?",
|
||||||
|
"Dont_Have_An_Account": "还没有账号?",
|
||||||
|
"Dont_activate": "現在不要激活",
|
||||||
"E2E_Encryption": "E2E 加密",
|
"E2E_Encryption": "E2E 加密",
|
||||||
"E2E_How_It_Works_info1": "您现在可以创建加密的专用组和直接消息。您也可以将现有的私人组或直接信息加密。",
|
"E2E_How_It_Works_info1": "您现在可以创建加密的专用组和直接消息。您也可以将现有的私人组或直接信息加密。",
|
||||||
"E2E_How_It_Works_info2": "这是點對點加密,因此编码/解码邮件的密钥不会保存在服务器上。因此,您需要将密码存储在安全的地方。您需要在希望使用點對點加密的其他设备上输入。",
|
"E2E_How_It_Works_info2": "这是點對點加密,因此编码/解码邮件的密钥不会保存在服务器上。因此,您需要将密码存储在安全的地方。您需要在希望使用點對點加密的其他设备上输入。",
|
||||||
"E2E_How_It_Works_info3": "如果继续,将自动生成一组 E2E 密码",
|
"E2E_How_It_Works_info3": "如果继续,将自动生成一组 E2E 密码",
|
||||||
"E2E_How_It_Works_info4": "您也可以随时从已输入既有密码的任何浏览器设定新密码给您的加密金钥。",
|
"E2E_How_It_Works_info4": "您也可以随时从已输入既有密码的任何浏览器设定新密码给您的加密金钥。",
|
||||||
|
"E2E_encryption_change_password_confirmation": "是,我要变更",
|
||||||
|
"E2E_encryption_change_password_description": "现在您可以建立加密私人群组和私讯。您也可以变更已存在的私人群组或是私讯来加密。 \\n\\n这是点对点的加密,所以用来加密/解密的金钥将不会储存到伺服器上。为此,您必须安全存放您的密码。如果您希望在其他装置上使用对点加密时,将会需要输入此密码。",
|
||||||
|
"E2E_encryption_change_password_error": "变更 E2E 密码时发生错误!",
|
||||||
|
"E2E_encryption_change_password_message": "请确定您已将其安全存放至别处",
|
||||||
|
"E2E_encryption_change_password_success": "E2E 密码已成功变更!",
|
||||||
|
"E2E_encryption_change_password_title": "变更加密密码",
|
||||||
|
"E2E_encryption_reset_button": "重设",
|
||||||
|
"E2E_encryption_reset_confirmation": "是,我要重设",
|
||||||
|
"E2E_encryption_reset_description": "此选项将撤销您目前的*E2E 金钥*并将您登出。 \\n当您再次登入时,Rocket.Chat 将产生新的一组金钥并恢复您对任一有在线成员的加密聊天室之存取权限。 \\n由于 E2E 加密的特性,Rocket.Chat 无法恢复无在线成员之聊天室之存取权限。",
|
||||||
|
"E2E_encryption_reset_error": "重设 E2E 金钥时发生错误!",
|
||||||
|
"E2E_encryption_reset_message": "您将被登出",
|
||||||
|
"E2E_encryption_reset_title": "重设 E2E 金钥",
|
||||||
"Edit": "编辑",
|
"Edit": "编辑",
|
||||||
"Edit_Status": "编辑状态",
|
|
||||||
"Edit_Invite": "编辑邀请",
|
"Edit_Invite": "编辑邀请",
|
||||||
"End_to_end_encrypted_room": "E2E 加密聊天室",
|
"Edit_Status": "编辑状态",
|
||||||
|
"Email": "邮箱",
|
||||||
"Email_Notification_Mode_All": "每次被标记或私讯",
|
"Email_Notification_Mode_All": "每次被标记或私讯",
|
||||||
"Email_Notification_Mode_Disabled": "禁用",
|
"Email_Notification_Mode_Disabled": "禁用",
|
||||||
"Email": "邮箱",
|
|
||||||
"Enable_Auto_Translate": "开启自动翻译",
|
"Enable_Auto_Translate": "开启自动翻译",
|
||||||
"Encrypted": "已加密",
|
"Encrypted": "已加密",
|
||||||
"Encrypted_message": "加密信息",
|
"Encrypted_message": "加密信息",
|
||||||
|
"Encryption_error_desc": "无法使用汇入的加密密钥来解密",
|
||||||
|
"Encryption_error_title": "您的加密密码似乎有误",
|
||||||
|
"End_to_end_encrypted_room": "E2E 加密聊天室",
|
||||||
"Enter_Your_E2E_Password": "输入您的 E2E 密码",
|
"Enter_Your_E2E_Password": "输入您的 E2E 密码",
|
||||||
"Enter_Your_Encryption_Password_desc1": "这将会允许您存取您的加密私人群组和私訊",
|
"Enter_Your_Encryption_Password_desc1": "这将会允许您存取您的加密私人群组和私訊",
|
||||||
"Enter_Your_Encryption_Password_desc2": "您需要在任何使用此聊天的平台输入密码,以编码/解码您的信息",
|
"Enter_Your_Encryption_Password_desc2": "您需要在任何使用此聊天的平台输入密码,以编码/解码您的信息",
|
||||||
"Encryption_error_title": "您的加密密码似乎有误",
|
|
||||||
"Encryption_error_desc": "无法使用汇入的加密密钥来解密",
|
|
||||||
"Everyone_can_access_this_channel": "每个人都可以访问此频道",
|
|
||||||
"Error_uploading": "错误上传",
|
"Error_uploading": "错误上传",
|
||||||
|
"Everyone_can_access_this_channel": "每个人都可以访问此频道",
|
||||||
"Expiration_Days": "到期 (日)",
|
"Expiration_Days": "到期 (日)",
|
||||||
"Favorites": "收藏",
|
"Favorites": "收藏",
|
||||||
"Files": "文件",
|
|
||||||
"File_description": "文件描述",
|
"File_description": "文件描述",
|
||||||
|
"Files": "文件",
|
||||||
"Finish_recording": "完成录制",
|
"Finish_recording": "完成录制",
|
||||||
|
"Following": "正在追踪",
|
||||||
"Following_thread": "追踪的讨论串",
|
"Following_thread": "追踪的讨论串",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "出于安全考虑,您必须输入您的密码以便继续操作",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "出于安全考虑,您必须输入您的密码以便继续操作",
|
||||||
"Forgot_password_If_this_email_is_registered": "如果这邮箱已注册,我们将发送如何重置密码的说明。如果您没有在短时间内收到电子邮件,请再试一次。",
|
|
||||||
"Forgot_password": "忘记密码",
|
"Forgot_password": "忘记密码",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "如果这邮箱已注册,我们将发送如何重置密码的说明。如果您没有在短时间内收到电子邮件,请再试一次。",
|
||||||
"Forward": "转发",
|
"Forward": "转发",
|
||||||
"Forward_Chat": "转发聊天",
|
"Forward_Chat": "转发聊天",
|
||||||
"Forward_to_department": "转发到部门",
|
"Forward_to_department": "转发到部门",
|
||||||
|
@ -153,59 +147,71 @@
|
||||||
"Hide_System_Messages": "隐藏系统信息",
|
"Hide_System_Messages": "隐藏系统信息",
|
||||||
"Hide_type_messages": "隐藏 \"{{type}}\" 信息",
|
"Hide_type_messages": "隐藏 \"{{type}}\" 信息",
|
||||||
"How_It_Works": "运作方式",
|
"How_It_Works": "运作方式",
|
||||||
"Message_HideType_uj": "隐藏“用戶加入”信息",
|
|
||||||
"Message_HideType_ul": "隐藏“用戶离开”信息",
|
|
||||||
"Message_HideType_ru": "隐藏“用戶已删除”信息",
|
|
||||||
"Message_HideType_au": "隐藏“用戶已增加”信息",
|
|
||||||
"Message_HideType_mute_unmute": "隐藏“用戶静音/取消静音”信息",
|
|
||||||
"Message_HideType_r": "隐藏“房间名称已更改”的信息",
|
|
||||||
"Message_HideType_ut": "隐藏“用戶已加入对话”的信息",
|
|
||||||
"Message_HideType_wm": "隐藏“欢迎”的信息",
|
|
||||||
"Message_HideType_rm": "隐藏“已删除信息”的信息",
|
|
||||||
"Message_HideType_subscription_role_added": "隐藏“已设置角色”的信息",
|
|
||||||
"Message_HideType_subscription_role_removed": "隐藏“不再定义的角色”的信息",
|
|
||||||
"Message_HideType_room_archived": "隐藏“聊天室已封存”的信息",
|
|
||||||
"Message_HideType_room_unarchived": "隐藏“聊天室未封存”的信息",
|
|
||||||
"I_Saved_My_E2E_Password": "保存我的 E2E 密码",
|
|
||||||
"IP": "IP",
|
"IP": "IP",
|
||||||
"In_app": "App 内",
|
"I_Saved_My_E2E_Password": "保存我的 E2E 密码",
|
||||||
"In_App_And_Desktop": "App 内及桌面",
|
"In_App_And_Desktop": "App 内及桌面",
|
||||||
"In_App_and_Desktop_Alert_info": "打开 app 时,會在屏幕上方显示横幅;显示桌面通知",
|
"In_App_and_Desktop_Alert_info": "打开 app 时,會在屏幕上方显示横幅;显示桌面通知",
|
||||||
"Invisible": "隐身",
|
"In_app": "App 内",
|
||||||
"is_typing": "正在输入",
|
|
||||||
"Invalid_or_expired_invite_token": "无效或到期的邀请 token",
|
"Invalid_or_expired_invite_token": "无效或到期的邀请 token",
|
||||||
"Invalid_server_version": "此 App 版本已不支援您正在连线之服务器版本。当前版本: {{currentVersion}}.\\n\\n最低版本要求: {{minVersion}}",
|
"Invalid_server_version": "此 App 版本已不支援您正在连线之服务器版本。当前版本: {{currentVersion}}.\\n\\n最低版本要求: {{minVersion}}",
|
||||||
|
"Invisible": "隐身",
|
||||||
"Invite_Link": "邀请链接",
|
"Invite_Link": "邀请链接",
|
||||||
"Invite_users": "邀请用戶",
|
"Invite_users": "邀请用戶",
|
||||||
"Join": "加入",
|
"Join": "加入",
|
||||||
"Join_our_open_workspace": "加入开放工作区",
|
"Join_our_open_workspace": "加入开放工作区",
|
||||||
"Just_invited_people_can_access_this_channel": "仅有被邀请人能进入这个频道",
|
"Just_invited_people_can_access_this_channel": "仅有被邀请人能进入这个频道",
|
||||||
"Language": "语言",
|
"Language": "语言",
|
||||||
"last_message": "最后一条信息",
|
|
||||||
"leaving_room": "离开聊天室",
|
|
||||||
"leave": "离开",
|
|
||||||
"Legal": "合法",
|
"Legal": "合法",
|
||||||
"Light": "浅色",
|
|
||||||
"License": "授权条款",
|
"License": "授权条款",
|
||||||
|
"Light": "浅色",
|
||||||
|
"Local_authentication_auto_lock_1800": "半小时后",
|
||||||
|
"Local_authentication_auto_lock_300": "5分钟后",
|
||||||
|
"Local_authentication_auto_lock_3600": "一小时后",
|
||||||
|
"Local_authentication_auto_lock_60": "1分钟后",
|
||||||
|
"Local_authentication_auto_lock_900": "15分钟后",
|
||||||
|
"Local_authentication_biometry_fallback": "使用通关密码",
|
||||||
|
"Local_authentication_biometry_title": "验证",
|
||||||
|
"Local_authentication_change_passcode": "变更通关密码",
|
||||||
|
"Local_authentication_facial_recognition": "脸部辨识",
|
||||||
|
"Local_authentication_fingerprint": "指纹辨识",
|
||||||
|
"Local_authentication_info": "注: 如果您忘记了通关密码,将需要移除并重新安装此 App",
|
||||||
|
"Local_authentication_unlock_option": "以通关密码解锁",
|
||||||
|
"Local_authentication_unlock_with_label": "以 {{label}} 解锁",
|
||||||
|
"Log_analytics_events": "日志分析事件",
|
||||||
|
"Logged_out_by_server": "服务器端已将你注销,请重新登入",
|
||||||
|
"Logged_out_of_other_clients_successfully": "成功登出其他用户端",
|
||||||
|
"Logging_out": "正在登出",
|
||||||
"Login": "登陆",
|
"Login": "登陆",
|
||||||
"Login_error": "认证失败!请再试一次",
|
"Login_error": "认证失败!请再试一次",
|
||||||
"Logging_out": "正在登出",
|
|
||||||
"Logout": "注销",
|
"Logout": "注销",
|
||||||
"Max_number_of_uses": "最大使用次数",
|
"Logout_failed": "注销失败",
|
||||||
|
"Logout_from_other_logged_in_locations": "注销其他已登陆的设备",
|
||||||
|
"Mark_unread": "标记未读",
|
||||||
"Max_number_of_users_allowed_is_number": "允许使用者上限数量{{maxUsers}}",
|
"Max_number_of_users_allowed_is_number": "允许使用者上限数量{{maxUsers}}",
|
||||||
"members": "成员",
|
"Max_number_of_uses": "最大使用次数",
|
||||||
"Members": "成员",
|
"Members": "成员",
|
||||||
"Mentions": "被提及",
|
"Mentions": "被提及",
|
||||||
|
"Message": "信息",
|
||||||
|
"Message_HideType_au": "隐藏“用戶已增加”信息",
|
||||||
|
"Message_HideType_mute_unmute": "隐藏“用戶静音/取消静音”信息",
|
||||||
|
"Message_HideType_r": "隐藏“房间名称已更改”的信息",
|
||||||
|
"Message_HideType_rm": "隐藏“已删除信息”的信息",
|
||||||
|
"Message_HideType_room_archived": "隐藏“聊天室已封存”的信息",
|
||||||
|
"Message_HideType_room_unarchived": "隐藏“聊天室未封存”的信息",
|
||||||
|
"Message_HideType_ru": "隐藏“用戶已删除”信息",
|
||||||
|
"Message_HideType_subscription_role_added": "隐藏“已设置角色”的信息",
|
||||||
|
"Message_HideType_subscription_role_removed": "隐藏“不再定义的角色”的信息",
|
||||||
|
"Message_HideType_uj": "隐藏“用戶加入”信息",
|
||||||
|
"Message_HideType_ul": "隐藏“用戶离开”信息",
|
||||||
|
"Message_HideType_ut": "隐藏“用戶已加入对话”的信息",
|
||||||
|
"Message_HideType_wm": "隐藏“欢迎”的信息",
|
||||||
|
"Message_Reported": "信息已举报",
|
||||||
"Message_actions": "信息操作",
|
"Message_actions": "信息操作",
|
||||||
|
"Message_composer_Send_to_channel": "发送至频道",
|
||||||
"Message_removed": "信息被删除",
|
"Message_removed": "信息被删除",
|
||||||
"Message_starred": "信息被标注",
|
"Message_starred": "信息被标注",
|
||||||
"Message_unstarred": "信息被取消标注",
|
"Message_unstarred": "信息被取消标注",
|
||||||
"message": "信息",
|
|
||||||
"messages": "信息",
|
|
||||||
"Message": "信息",
|
|
||||||
"Message_Reported": "信息已举报",
|
|
||||||
"Mute": "静音",
|
"Mute": "静音",
|
||||||
"muted": "被静音",
|
|
||||||
"N_people_reacted": "{{n}} 人回复",
|
"N_people_reacted": "{{n}} 人回复",
|
||||||
"N_users": "{{n}} 位用户",
|
"N_users": "{{n}} 位用户",
|
||||||
"Name": "名称",
|
"Name": "名称",
|
||||||
|
@ -213,42 +219,53 @@
|
||||||
"New_Message": "新信息",
|
"New_Message": "新信息",
|
||||||
"New_Password": "新密码",
|
"New_Password": "新密码",
|
||||||
"Next": "下一步",
|
"Next": "下一步",
|
||||||
|
"No_Message": "没有信息",
|
||||||
|
"No_Reactions": "没有表情貼",
|
||||||
|
"No_Read_Receipts": "没有已读人员",
|
||||||
|
"No_available_agents_to_transfer": "没有可用的代理进行传输",
|
||||||
"No_files": "没有文件",
|
"No_files": "没有文件",
|
||||||
|
"No_label_provided": "没有提供 {{label}}",
|
||||||
"No_limit": "没有限制",
|
"No_limit": "没有限制",
|
||||||
"No_mentioned_messages": "没有被提及的信息",
|
"No_mentioned_messages": "没有被提及的信息",
|
||||||
|
"No_messages_yet": "当前未有信息",
|
||||||
"No_pinned_messages": "没有钉选的消息",
|
"No_pinned_messages": "没有钉选的消息",
|
||||||
"No_results_found": "没有搜寻结果",
|
"No_results_found": "没有搜寻结果",
|
||||||
"No_starred_messages": "没有加星标的消息",
|
"No_starred_messages": "没有加星标的消息",
|
||||||
"No_label_provided": "没有提供 {{label}}",
|
"No_threads": "当前没有讨论串",
|
||||||
"No_Message": "没有信息",
|
"No_threads_following": "当前没有正在追踪的讨论",
|
||||||
"No_messages_yet": "当前未有信息",
|
"No_threads_unread": "当前没有未读的讨论",
|
||||||
"No_Reactions": "没有表情貼",
|
|
||||||
"No_Read_Receipts": "没有已读人员",
|
|
||||||
"Not_RC_Server": "这不是一个 Rocket.Chat server.\\n{{contact}}",
|
"Not_RC_Server": "这不是一个 Rocket.Chat server.\\n{{contact}}",
|
||||||
"Nothing": "无",
|
"Nothing": "无",
|
||||||
"Nothing_to_save": "什么都没有保存!",
|
"Nothing_to_save": "什么都没有保存!",
|
||||||
|
"Notification_Preferences": "通知偏好设置",
|
||||||
|
"Notifications": "通知",
|
||||||
"Notify_active_in_this_room": "通知这个聊天室的活跃用户",
|
"Notify_active_in_this_room": "通知这个聊天室的活跃用户",
|
||||||
"Notify_all_in_this_room": "通知这个聊天室的所有人",
|
"Notify_all_in_this_room": "通知这个聊天室的所有人",
|
||||||
"Notifications": "通知",
|
|
||||||
"Notification_Preferences": "通知偏好设置",
|
|
||||||
"No_available_agents_to_transfer": "没有可用的代理进行传输",
|
|
||||||
"Oops": "哎呀!",
|
|
||||||
"Omnichannel": "Omnichannel",
|
|
||||||
"Omnichannel_enable_alert": "您尚未启用 Omnichannel,是否想要启用?",
|
|
||||||
"Onboarding_subtitle": "超越团队合作",
|
|
||||||
"Onboarding_join_open_description": "加入我们的开放工作区以与 Rocket.Chat 团队及社群交谈",
|
|
||||||
"Onboarding_agree_terms": "继续,即表示您同意 Rocket.Chat",
|
|
||||||
"Onboarding_less_options": "较少选项",
|
|
||||||
"Onboarding_more_options": "较多选项",
|
|
||||||
"Online": "在线",
|
|
||||||
"Only_authorized_users_can_write_new_messages": "只有经过授权的用户才能写新信息",
|
|
||||||
"Open_emoji_selector": "打开 emoji 选择器",
|
|
||||||
"Open_your_authentication_app_and_enter_the_code": "打开您的验证应用程式并输入代码。您也可以使用其中一个备用代码。",
|
|
||||||
"OR": "或",
|
"OR": "或",
|
||||||
"OS": "作业系统",
|
"OS": "作业系统",
|
||||||
|
"Omnichannel": "Omnichannel",
|
||||||
|
"Omnichannel_enable_alert": "您尚未启用 Omnichannel,是否想要启用?",
|
||||||
|
"Onboarding_agree_terms": "继续,即表示您同意 Rocket.Chat",
|
||||||
|
"Onboarding_join_open_description": "加入我们的开放工作区以与 Rocket.Chat 团队及社群交谈",
|
||||||
|
"Onboarding_less_options": "较少选项",
|
||||||
|
"Onboarding_more_options": "较多选项",
|
||||||
|
"Onboarding_subtitle": "超越团队合作",
|
||||||
|
"Online": "在线",
|
||||||
|
"Only_authorized_users_can_write_new_messages": "只有经过授权的用户才能写新信息",
|
||||||
|
"Oops": "哎呀!",
|
||||||
|
"Open_Livechats": "打开即时聊天",
|
||||||
|
"Open_emoji_selector": "打开 emoji 选择器",
|
||||||
|
"Open_your_authentication_app_and_enter_the_code": "打开您的验证应用程式并输入代码。您也可以使用其中一个备用代码。",
|
||||||
"Overwrites_the_server_configuration_and_use_room_config": "覆写服务器设置和使用聊天室设置",
|
"Overwrites_the_server_configuration_and_use_room_config": "覆写服务器设置和使用聊天室设置",
|
||||||
"Password": "密码",
|
|
||||||
"Parent_channel_or_group": "父频道或群组",
|
"Parent_channel_or_group": "父频道或群组",
|
||||||
|
"Passcode_app_locked_subtitle": "{{timeLeft}} 秒后再进行尝试",
|
||||||
|
"Passcode_app_locked_title": "App 已锁定",
|
||||||
|
"Passcode_choose_confirm_title": "请确认新通关密码",
|
||||||
|
"Passcode_choose_error": "不正确的通关密码,请再试一次",
|
||||||
|
"Passcode_choose_force_set": "管理员设置必填",
|
||||||
|
"Passcode_choose_title": "请输入新通关密码",
|
||||||
|
"Passcode_enter_title": "请输入通关密码",
|
||||||
|
"Password": "密码",
|
||||||
"Permalink_copied_to_clipboard": "永久链接已复制到剪贴板!",
|
"Permalink_copied_to_clipboard": "永久链接已复制到剪贴板!",
|
||||||
"Phone": "电话",
|
"Phone": "电话",
|
||||||
"Pin": "钉选",
|
"Pin": "钉选",
|
||||||
|
@ -260,66 +277,64 @@
|
||||||
"Privacy_Policy": "隐私政策",
|
"Privacy_Policy": "隐私政策",
|
||||||
"Private": "私有的",
|
"Private": "私有的",
|
||||||
"Processing": "处理中",
|
"Processing": "处理中",
|
||||||
"Profile_saved_successfully": "个人资料保存成功!",
|
|
||||||
"Profile": "个人资料",
|
"Profile": "个人资料",
|
||||||
|
"Profile_saved_successfully": "个人资料保存成功!",
|
||||||
"Public": "公共",
|
"Public": "公共",
|
||||||
"Push_Notifications": "推送通知",
|
"Push_Notifications": "推送通知",
|
||||||
"Push_Notifications_Alert_Info": "这些通知将在未开启 App 时发送给您",
|
"Push_Notifications_Alert_Info": "这些通知将在未开启 App 时发送给您",
|
||||||
|
"Queued_chats": "聊天队列",
|
||||||
"Quote": "引用",
|
"Quote": "引用",
|
||||||
|
"RESET": "重置",
|
||||||
"Reactions_are_disabled": "表情貼被禁用",
|
"Reactions_are_disabled": "表情貼被禁用",
|
||||||
"Reactions_are_enabled": "表情貼被启用",
|
"Reactions_are_enabled": "表情貼被启用",
|
||||||
"Read_External_Permission_Message": "Rocket.Chat 需要存取您装置上的相片、多媒体及文件",
|
|
||||||
"Read_External_Permission": "读取媒体权限",
|
"Read_External_Permission": "读取媒体权限",
|
||||||
|
"Read_External_Permission_Message": "Rocket.Chat 需要存取您装置上的相片、多媒体及文件",
|
||||||
"Read_Only": "只读",
|
"Read_Only": "只读",
|
||||||
"Read_Receipt": "查看已读人员",
|
"Read_Receipt": "查看已读人员",
|
||||||
"Receive_Group_Mentions": "接收群组提及",
|
"Receive_Group_Mentions": "接收群组提及",
|
||||||
"Receive_Group_Mentions_Info": "接收@all和@here提及",
|
"Receive_Group_Mentions_Info": "接收@all和@here提及",
|
||||||
"Register": "注册",
|
|
||||||
"replies": "回覆",
|
|
||||||
"reply": "回复",
|
|
||||||
"Reply": "回复",
|
|
||||||
"Report": "举报",
|
|
||||||
"Receive_Notification": "接收通知",
|
"Receive_Notification": "接收通知",
|
||||||
"Receive_notifications_from": "接收来自 {{name}} 的通知",
|
"Receive_notifications_from": "接收来自 {{name}} 的通知",
|
||||||
|
"Register": "注册",
|
||||||
|
"Registration_Succeeded": "注册成功",
|
||||||
|
"Remove": "移除",
|
||||||
|
"Reply": "回复",
|
||||||
|
"Reply_in_Thread": "讨论串回覆",
|
||||||
|
"Report": "举报",
|
||||||
"Resend": "重新发送",
|
"Resend": "重新发送",
|
||||||
"Reset_password": "重置密码",
|
"Reset_password": "重置密码",
|
||||||
"resetting_password": "正在重置密码",
|
|
||||||
"RESET": "重置",
|
|
||||||
"Review_app_title": "对此 App 满意吗?",
|
|
||||||
"Review_app_desc": "请在 {{store}} 给予我们 5 星好评",
|
"Review_app_desc": "请在 {{store}} 给予我们 5 星好评",
|
||||||
"Review_app_yes": "没问题",
|
|
||||||
"Review_app_no": "婉拒",
|
|
||||||
"Review_app_later": "之后再说",
|
"Review_app_later": "之后再说",
|
||||||
|
"Review_app_no": "婉拒",
|
||||||
|
"Review_app_title": "对此 App 满意吗?",
|
||||||
"Review_app_unable_store": "无法开启 {{store}}",
|
"Review_app_unable_store": "无法开启 {{store}}",
|
||||||
|
"Review_app_yes": "没问题",
|
||||||
"Review_this_app": "评分此 App",
|
"Review_this_app": "评分此 App",
|
||||||
"Remove": "移除",
|
|
||||||
"Roles": "角色",
|
"Roles": "角色",
|
||||||
"Room_Info_Edit": "聊天室信息编辑",
|
|
||||||
"Room_Info": "聊天室信息",
|
"Room_Info": "聊天室信息",
|
||||||
|
"Room_Info_Edit": "聊天室信息编辑",
|
||||||
"SAVE": "保存",
|
"SAVE": "保存",
|
||||||
"Save_Changes": "保存更改",
|
|
||||||
"Save": "保存",
|
"Save": "保存",
|
||||||
"Saved": "保存",
|
"Save_Changes": "保存更改",
|
||||||
"saving_preferences": "保存偏好設置",
|
|
||||||
"saving_profile": "保存配置文件",
|
|
||||||
"saving_settings": "保存设置",
|
|
||||||
"saved_to_gallery": "储存至图片库",
|
|
||||||
"Save_Your_E2E_Password": "储存您的 E2E 密码",
|
"Save_Your_E2E_Password": "储存您的 E2E 密码",
|
||||||
"Save_Your_Encryption_Password": "储存您的加密密码",
|
"Save_Your_Encryption_Password": "储存您的加密密码",
|
||||||
"Save_Your_Encryption_Password_warning": "此密码未被储存在任何地方,为此您必须安全存放您的密码",
|
|
||||||
"Save_Your_Encryption_Password_info": "请记住,如果你遗失了您的密码,您将无法存取您的信息并不可恢复",
|
"Save_Your_Encryption_Password_info": "请记住,如果你遗失了您的密码,您将无法存取您的信息并不可恢复",
|
||||||
"Search_Messages": "搜索信息",
|
"Save_Your_Encryption_Password_warning": "此密码未被储存在任何地方,为此您必须安全存放您的密码",
|
||||||
|
"Saved": "保存",
|
||||||
|
"Screen_lock": "鎖屏",
|
||||||
"Search": "搜索",
|
"Search": "搜索",
|
||||||
|
"Search_Messages": "搜索信息",
|
||||||
"Search_by": "搜寻",
|
"Search_by": "搜寻",
|
||||||
"Search_global_users": "搜寻全域用户",
|
"Search_global_users": "搜寻全域用户",
|
||||||
"Search_global_users_description": "如果启用,您将可以搜寻其他公司、服务器上的任何用戶",
|
"Search_global_users_description": "如果启用,您将可以搜寻其他公司、服务器上的任何用戶",
|
||||||
|
"Search_messages": "搜索信息",
|
||||||
"Security_and_privacy": "安全与隐私",
|
"Security_and_privacy": "安全与隐私",
|
||||||
"Select_Server": "选择服务器",
|
"Select_Server": "选择服务器",
|
||||||
"Select_Users": "选择用户",
|
"Select_Users": "选择用户",
|
||||||
"Select_a_Channel": "选择一个频道",
|
"Select_a_Channel": "选择一个频道",
|
||||||
"Select_a_Department": "选择一个部门",
|
"Select_a_Department": "选择一个部门",
|
||||||
"Select_an_option": "选择一个选项",
|
|
||||||
"Select_a_User": "选择一个用戶",
|
"Select_a_User": "选择一个用戶",
|
||||||
|
"Select_an_option": "选择一个选项",
|
||||||
"Send": "发送",
|
"Send": "发送",
|
||||||
"Send_audio_message": "发送音频信息",
|
"Send_audio_message": "发送音频信息",
|
||||||
"Send_crash_report": "送出当机报告",
|
"Send_crash_report": "送出当机报告",
|
||||||
|
@ -329,7 +344,6 @@
|
||||||
"Server": "服务器",
|
"Server": "服务器",
|
||||||
"Server_version": "服务器版本: {{version}}",
|
"Server_version": "服务器版本: {{version}}",
|
||||||
"Set_username_subtitle": "用户名是用來让其他人在信息中提到您",
|
"Set_username_subtitle": "用户名是用來让其他人在信息中提到您",
|
||||||
"Status_saved_successfully": "状态储存成功",
|
|
||||||
"Settings": "设置",
|
"Settings": "设置",
|
||||||
"Settings_succesfully_changed": "设置更改成功!",
|
"Settings_succesfully_changed": "设置更改成功!",
|
||||||
"Share": "分享",
|
"Share": "分享",
|
||||||
|
@ -341,145 +355,131 @@
|
||||||
"Star": "标记",
|
"Star": "标记",
|
||||||
"Starred": "已标记",
|
"Starred": "已标记",
|
||||||
"Start_a_Discussion": "开始一个讨论",
|
"Start_a_Discussion": "开始一个讨论",
|
||||||
"Started_discussion": "已开始的讨论",
|
|
||||||
"Started_call": "{{userBy}} 开始的通话",
|
"Started_call": "{{userBy}} 开始的通话",
|
||||||
|
"Started_discussion": "已开始的讨论",
|
||||||
|
"Status_saved_successfully": "状态储存成功",
|
||||||
"Table": "表格",
|
"Table": "表格",
|
||||||
"Tags": "标签",
|
"Tags": "标签",
|
||||||
"Take_a_photo": "拍照",
|
"Take_a_photo": "拍照",
|
||||||
"Take_a_video": "录影",
|
"Take_a_video": "录影",
|
||||||
"Take_it": "拿去!",
|
"Take_it": "拿去!",
|
||||||
"Terms_of_Service": "服务条款",
|
"Terms_of_Service": "服务条款",
|
||||||
|
"The_user_will_be_able_to_type_in_roomName": "此用户将可以在 {{roomName}} 中输入",
|
||||||
|
"The_user_wont_be_able_to_type_in_roomName": "此用户将无法在 {{roomName}} 中输入",
|
||||||
"Theme": "布景主题",
|
"Theme": "布景主题",
|
||||||
"There_was_an_error_while_action": "{{action}}出现错误!",
|
"There_was_an_error_while_action": "{{action}}出现错误!",
|
||||||
"This_room_is_blocked": "这个聊天室被锁了",
|
"This_room_is_blocked": "这个聊天室被锁了",
|
||||||
"This_room_is_read_only": "这个聊天室是只读的",
|
"This_room_is_read_only": "这个聊天室是只读的",
|
||||||
"Threads": "讨论串",
|
"This_will_clear_all_your_offline_data": "这将清除您的所有离线资料。",
|
||||||
|
"This_will_remove_all_data_from_this_server": "这将从该服务器中删除所有数据。",
|
||||||
"Thread": "讨论串",
|
"Thread": "讨论串",
|
||||||
|
"Threads": "讨论串",
|
||||||
|
"Threads_displaying_all": "显示全部",
|
||||||
|
"Threads_displaying_following": "显示追踪中",
|
||||||
|
"Threads_displaying_unread": "显示未读",
|
||||||
"Timezone": "时区",
|
"Timezone": "时区",
|
||||||
"topic": "主题",
|
|
||||||
"Topic": "主题",
|
"Topic": "主题",
|
||||||
"Translate": "翻译",
|
"Translate": "翻译",
|
||||||
"Try_again": "再试一次",
|
"Try_again": "再试一次",
|
||||||
"Two_Factor_Authentication": "双重认证",
|
"Two_Factor_Authentication": "双重认证",
|
||||||
"unarchive": "取消封存",
|
"Type_message": "输入信息",
|
||||||
"UNARCHIVE": "取消封存",
|
"UNARCHIVE": "取消封存",
|
||||||
"Unfollowed_thread": "取消追踪讨论",
|
"Unfollowed_thread": "取消追踪讨论",
|
||||||
"Unmute": "取消静音",
|
"Unmute": "取消静音",
|
||||||
"unmuted": "静音状态",
|
|
||||||
"Unpin": "取消钉选",
|
"Unpin": "取消钉选",
|
||||||
"unread_messages": "未读信息",
|
|
||||||
"Unread": "未读",
|
"Unread": "未读",
|
||||||
"Unread_on_top": "未读优先",
|
"Unread_on_top": "未读优先",
|
||||||
"Unstar": "取消标记",
|
"Unstar": "取消标记",
|
||||||
"Updating": "正在更新",
|
"Updating": "正在更新",
|
||||||
"Uploading": "正在上传",
|
"Uploading": "正在上传",
|
||||||
"User": "用戶",
|
"User": "用戶",
|
||||||
"Users": "用戶",
|
|
||||||
"User_Info": "用戶资讯",
|
"User_Info": "用戶资讯",
|
||||||
"User_has_been_key": "用户已被{{key}}",
|
"User_has_been_key": "用户已被{{key}}",
|
||||||
"User_sent_an_attachment": "{{user}} 寄送了一个附件",
|
"User_sent_an_attachment": "{{user}} 寄送了一个附件",
|
||||||
"Username": "用户名",
|
"Username": "用户名",
|
||||||
"Username_or_email": "用户名或邮箱",
|
"Username_or_email": "用户名或邮箱",
|
||||||
|
"Users": "用戶",
|
||||||
"Uses_server_configuration": "使用服务器设置",
|
"Uses_server_configuration": "使用服务器设置",
|
||||||
"Registration_Succeeded": "注册成功",
|
|
||||||
"Verify_email_desc": "我们已经送出一封电子邮件,以确认您的注册。如果您没有很快收到,请再试一次。",
|
"Verify_email_desc": "我们已经送出一封电子邮件,以确认您的注册。如果您没有很快收到,请再试一次。",
|
||||||
|
"Version_no": "版本: {{version}}",
|
||||||
"View_Original": "检视原文",
|
"View_Original": "检视原文",
|
||||||
|
"Wait_activation_warning": "您的帐号必须由管理员手动启用后才能登入。",
|
||||||
"Waiting_for_network": "等待网路连接",
|
"Waiting_for_network": "等待网路连接",
|
||||||
"Websocket_disabled": "Websocket 已于此伺服器上禁用。 \\n{{contact}}",
|
"Websocket_disabled": "Websocket 已于此伺服器上禁用。 \\n{{contact}}",
|
||||||
"What_are_you_doing_right_now": "现在在做些什么?",
|
"What_are_you_doing_right_now": "现在在做些什么?",
|
||||||
|
"Whats_the_password_for_your_certificate": "您的凭证密码是?",
|
||||||
"Without_Servers": "未连接至服务器",
|
"Without_Servers": "未连接至服务器",
|
||||||
"Workspaces": "工作区",
|
"Workspaces": "工作区",
|
||||||
"Would_you_like_to_return_the_inquiry": "你想回覆询问吗?",
|
"Would_you_like_to_return_the_inquiry": "你想回覆询问吗?",
|
||||||
"Write_External_Permission_Message": "Rocket.Chat 需要您图片库的存取权限以储存图片。",
|
|
||||||
"Write_External_Permission": "图片库权限",
|
"Write_External_Permission": "图片库权限",
|
||||||
|
"Write_External_Permission_Message": "Rocket.Chat 需要您图片库的存取权限以储存图片。",
|
||||||
"Yes": "是",
|
"Yes": "是",
|
||||||
"Yes_action_it": "是的,{{action}}它!",
|
"Yes_action_it": "是的,{{action}}它!",
|
||||||
"Yesterday": "昨天",
|
"Yesterday": "昨天",
|
||||||
|
"You": "你",
|
||||||
"You_are_in_preview_mode": "您处于预览模式",
|
"You_are_in_preview_mode": "您处于预览模式",
|
||||||
"You_can_search_using_RegExp_eg": "您可用 RegExp 进行搜索。 例如`/^text$/i`",
|
"You_can_search_using_RegExp_eg": "您可用 RegExp 进行搜索。 例如`/^text$/i`",
|
||||||
"You_colon": "你:",
|
"You_colon": "你:",
|
||||||
"you_were_mentioned": "你被提到了",
|
|
||||||
"You_were_removed_from_channel": "您已从 {{channel}} 中被踢除",
|
|
||||||
"you": "你",
|
|
||||||
"You": "你",
|
|
||||||
"Logged_out_by_server": "服务器端已将你注销,请重新登入",
|
|
||||||
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "您需要访问至少一台Rocket.Chat服务器才能共享某些内容。",
|
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "您需要访问至少一台Rocket.Chat服务器才能共享某些内容。",
|
||||||
"You_need_to_verifiy_your_email_address_to_get_notications": "您需要先验证您的邮箱以启用通知",
|
"You_need_to_verifiy_your_email_address_to_get_notications": "您需要先验证您的邮箱以启用通知",
|
||||||
"Your_certificate": "你的证书",
|
"You_were_removed_from_channel": "您已从 {{channel}} 中被踢除",
|
||||||
"Your_invite_link_will_expire_after__usesLeft__uses": "您的邀请链接将在{{usesLeft}}使用后到期。",
|
"You_will_be_logged_out_from_other_locations": "您将于其他设备上注销",
|
||||||
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "您的邀请链接将于{{date}}或{{usesLeft}}使用后到期。",
|
"You_will_be_logged_out_of_this_application": "您即将登出",
|
||||||
"Your_invite_link_will_expire_on__date__": "您的邀请链接将于{{date}}到期。",
|
|
||||||
"Your_invite_link_will_never_expire": "您的邀请链接永久有效。",
|
|
||||||
"Your_workspace": "您的工作区",
|
|
||||||
"Your_password_is": "您的密码",
|
|
||||||
"Version_no": "版本: {{version}}",
|
|
||||||
"You_will_not_be_able_to_recover_this_message": "您将无法恢复此信息!",
|
"You_will_not_be_able_to_recover_this_message": "您将无法恢复此信息!",
|
||||||
"You_will_unset_a_certificate_for_this_server": "您将取消此服务器的凭证设定",
|
"You_will_unset_a_certificate_for_this_server": "您将取消此服务器的凭证设定",
|
||||||
"Change_Language": "切换语言",
|
"Your_certificate": "你的证书",
|
||||||
"Crash_report_disclaimer": "我们从不记录您的聊天内容。 崩溃报告和分析事件仅与 Rocket.Chat 有关,以便识别和修复问题。",
|
"Your_invite_link_will_expire_after__usesLeft__uses": "您的邀请链接将在{{usesLeft}}使用后到期。",
|
||||||
"Type_message": "输入信息",
|
"Your_invite_link_will_expire_on__date__": "您的邀请链接将于{{date}}到期。",
|
||||||
"Search_messages": "搜索信息",
|
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "您的邀请链接将于{{date}}或{{usesLeft}}使用后到期。",
|
||||||
"Reply_in_Thread": "讨论串回覆",
|
"Your_invite_link_will_never_expire": "您的邀请链接永久有效。",
|
||||||
"Add_server": "創建服务器",
|
"Your_password_is": "您的密码",
|
||||||
"You_will_be_logged_out_of_this_application": "您即将登出",
|
"Your_workspace": "您的工作区",
|
||||||
"Clear": "清除",
|
"alert": "警报",
|
||||||
"This_will_clear_all_your_offline_data": "这将清除您的所有离线资料。",
|
"alerts": "警报",
|
||||||
"This_will_remove_all_data_from_this_server": "这将从该服务器中删除所有数据。",
|
"and": "和",
|
||||||
"Mark_unread": "标记未读",
|
|
||||||
"Wait_activation_warning": "您的帐号必须由管理员手动启用后才能登入。",
|
|
||||||
"Screen_lock": "鎖屏",
|
|
||||||
"Local_authentication_biometry_title": "验证",
|
|
||||||
"Local_authentication_biometry_fallback": "使用通关密码",
|
|
||||||
"Local_authentication_unlock_option": "以通关密码解锁",
|
|
||||||
"Local_authentication_change_passcode": "变更通关密码",
|
|
||||||
"Local_authentication_info": "注: 如果您忘记了通关密码,将需要移除并重新安装此 App",
|
|
||||||
"Local_authentication_facial_recognition": "脸部辨识",
|
|
||||||
"Local_authentication_fingerprint": "指纹辨识",
|
|
||||||
"Local_authentication_unlock_with_label": "以 {{label}} 解锁",
|
|
||||||
"Local_authentication_auto_lock_60": "1分钟后",
|
|
||||||
"Local_authentication_auto_lock_300": "5分钟后",
|
|
||||||
"Local_authentication_auto_lock_900": "15分钟后",
|
|
||||||
"Local_authentication_auto_lock_1800": "半小时后",
|
|
||||||
"Local_authentication_auto_lock_3600": "一小时后",
|
|
||||||
"Passcode_enter_title": "请输入通关密码",
|
|
||||||
"Passcode_choose_title": "请输入新通关密码",
|
|
||||||
"Passcode_choose_confirm_title": "请确认新通关密码",
|
|
||||||
"Passcode_choose_error": "不正确的通关密码,请再试一次",
|
|
||||||
"Passcode_choose_force_set": "管理员设置必填",
|
|
||||||
"Passcode_app_locked_title": "App 已锁定",
|
|
||||||
"Passcode_app_locked_subtitle": "{{timeLeft}} 秒后再进行尝试",
|
|
||||||
"After_seconds_set_by_admin": "{{seconds}} 秒 (管理员设定)",
|
|
||||||
"Dont_activate": "現在不要激活",
|
|
||||||
"Queued_chats": "聊天队列",
|
|
||||||
"Logout_from_other_logged_in_locations": "注销其他已登陆的设备",
|
|
||||||
"You_will_be_logged_out_from_other_locations": "您将于其他设备上注销",
|
|
||||||
"Logged_out_of_other_clients_successfully": "成功登出其他用户端",
|
|
||||||
"Logout_failed": "注销失败",
|
|
||||||
"Log_analytics_events": "日志分析事件",
|
|
||||||
"E2E_encryption_change_password_title": "变更加密密码",
|
|
||||||
"E2E_encryption_change_password_description": "现在您可以建立加密私人群组和私讯。您也可以变更已存在的私人群组或是私讯来加密。 \\n\\n这是点对点的加密,所以用来加密/解密的金钥将不会储存到伺服器上。为此,您必须安全存放您的密码。如果您希望在其他装置上使用对点加密时,将会需要输入此密码。",
|
|
||||||
"E2E_encryption_change_password_error": "变更 E2E 密码时发生错误!",
|
|
||||||
"E2E_encryption_change_password_success": "E2E 密码已成功变更!",
|
|
||||||
"E2E_encryption_change_password_message": "请确定您已将其安全存放至别处",
|
|
||||||
"E2E_encryption_change_password_confirmation": "是,我要变更",
|
|
||||||
"E2E_encryption_reset_title": "重设 E2E 金钥",
|
|
||||||
"E2E_encryption_reset_description": "此选项将撤销您目前的*E2E 金钥*并将您登出。 \\n当您再次登入时,Rocket.Chat 将产生新的一组金钥并恢复您对任一有在线成员的加密聊天室之存取权限。 \\n由于 E2E 加密的特性,Rocket.Chat 无法恢复无在线成员之聊天室之存取权限。",
|
|
||||||
"E2E_encryption_reset_button": "重设",
|
|
||||||
"E2E_encryption_reset_error": "重设 E2E 金钥时发生错误!",
|
|
||||||
"E2E_encryption_reset_message": "您将被登出",
|
|
||||||
"E2E_encryption_reset_confirmation": "是,我要重设",
|
|
||||||
"Following": "正在追踪",
|
|
||||||
"Threads_displaying_all": "显示全部",
|
|
||||||
"Threads_displaying_following": "显示追踪中",
|
|
||||||
"Threads_displaying_unread": "显示未读",
|
|
||||||
"No_threads": "当前没有讨论串",
|
|
||||||
"No_threads_following": "当前没有正在追踪的讨论",
|
|
||||||
"No_threads_unread": "当前没有未读的讨论",
|
|
||||||
"Message_composer_Send_to_channel": "发送至频道",
|
|
||||||
"Open_Livechats": "打开即时聊天",
|
|
||||||
"Broadcast_hint": "只有经过授权的用户才能写新信息,但其他用户可以回复",
|
|
||||||
"and_N_more": "另外{{count}}个",
|
"and_N_more": "另外{{count}}个",
|
||||||
"Audio": "音讯",
|
"announcement": "公告",
|
||||||
"The_user_wont_be_able_to_type_in_roomName": "此用户将无法在 {{roomName}} 中输入",
|
"archive": "封存",
|
||||||
"The_user_will_be_able_to_type_in_roomName": "此用户将可以在 {{roomName}} 中输入"
|
"are_typing": "正在输入",
|
||||||
|
"changing_avatar": "更改头像",
|
||||||
|
"creating_channel": "创建频道",
|
||||||
|
"creating_invite": "创建邀请",
|
||||||
|
"delete": "删除",
|
||||||
|
"deleting_room": "正在删除聊天室",
|
||||||
|
"description": "描述",
|
||||||
|
"error-action-not-allowed": "{{action}} 不允許",
|
||||||
|
"error-avatar-invalid-url": "无效的头像网址:{{url}}",
|
||||||
|
"error-duplicate-channel-name": "名为「{{room_name}}」的频道已存在",
|
||||||
|
"error-email-send-failed": "尝试发送电子邮件时出错:{{message}}",
|
||||||
|
"error-file-too-large": "文件太大",
|
||||||
|
"error-invalid-email": "无效的电子邮件{{email}}",
|
||||||
|
"error-invalid-file-type": "无效的文件类型",
|
||||||
|
"error-invalid-password": "无效的密码",
|
||||||
|
"error-invalid-room-name": "{{room_name}} 不是合法的聊天室名称",
|
||||||
|
"error-not-allowed": "不允许",
|
||||||
|
"error-save-image": "错误,无法保存图片",
|
||||||
|
"error-save-video": "错误,无法保存視頻",
|
||||||
|
"error-too-many-requests": "错误,请求太多。请慢一点。在再次尝试之前,必须等待{{seconds}}秒。",
|
||||||
|
"error-you-are-last-owner": "您是最后的拥有者。请删除此人之前设置一个新的拥有者。",
|
||||||
|
"is_typing": "正在输入",
|
||||||
|
"last_message": "最后一条信息",
|
||||||
|
"leave": "离开",
|
||||||
|
"leaving_room": "离开聊天室",
|
||||||
|
"members": "成员",
|
||||||
|
"message": "信息",
|
||||||
|
"messages": "信息",
|
||||||
|
"muted": "被静音",
|
||||||
|
"replies": "回覆",
|
||||||
|
"reply": "回复",
|
||||||
|
"resetting_password": "正在重置密码",
|
||||||
|
"saved_to_gallery": "储存至图片库",
|
||||||
|
"saving_preferences": "保存偏好設置",
|
||||||
|
"saving_profile": "保存配置文件",
|
||||||
|
"saving_settings": "保存设置",
|
||||||
|
"topic": "主题",
|
||||||
|
"unarchive": "取消封存",
|
||||||
|
"unmuted": "静音状态",
|
||||||
|
"unread_messages": "未读信息",
|
||||||
|
"you": "你",
|
||||||
|
"you_were_mentioned": "你被提到了"
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
{ }
|
{}
|
|
@ -1,153 +1,150 @@
|
||||||
{
|
{
|
||||||
"1_person_reacted": "1 人回覆了",
|
"1_person_reacted": "1 人回覆了",
|
||||||
"error-action-not-allowed": "{{action}} 不允許",
|
"ARCHIVE": "封存",
|
||||||
"error-avatar-invalid-url": "無效的大頭貼網址:{{url}}",
|
"A_meaningful_name_for_the_discussion_room": "取一個有意義的討論區名稱",
|
||||||
"error-duplicate-channel-name": "名為「{{room_name}}」的頻道已存在",
|
|
||||||
"error-email-send-failed": "嘗試發送電子郵件時出錯:{{message}}",
|
|
||||||
"error-save-image": "錯誤,無法儲存圖片",
|
|
||||||
"error-save-video": "錯誤,無法儲存影片",
|
|
||||||
"error-file-too-large": "檔案太大",
|
|
||||||
"error-not-permission-to-upload-file": "You don't have permission to upload files",
|
|
||||||
"error-invalid-email": "無效的電子郵件{{email}}",
|
|
||||||
"error-invalid-file-type": "無效的檔案類型",
|
|
||||||
"error-invalid-password": "無效的密碼",
|
|
||||||
"error-invalid-room-name": "{{room_name}} 不是一個有效的聊天室名稱",
|
|
||||||
"error-not-allowed": "不允許",
|
|
||||||
"error-too-many-requests": "錯誤,請求過多。請稍候{{seconds}}秒後再進行嘗試。",
|
|
||||||
"error-you-are-last-owner": "您是最後的擁有者。請刪除此人之前設置一個新的擁有者。",
|
|
||||||
"Actions": "操作",
|
"Actions": "操作",
|
||||||
"Activity": "以活動時間排序",
|
"Activity": "以活動時間排序",
|
||||||
"Add_Server": "新增伺服器",
|
"Add_Server": "新增伺服器",
|
||||||
|
"Add_server": "新增伺服器",
|
||||||
"Add_users": "新增使用者",
|
"Add_users": "新增使用者",
|
||||||
"Admin_Panel": "管理者面板",
|
"Admin_Panel": "管理者面板",
|
||||||
|
"After_seconds_set_by_admin": "{{seconds}} 秒 (管理員設定)",
|
||||||
"Agent": "代理",
|
"Agent": "代理",
|
||||||
"Alert": "警報",
|
"Alert": "警報",
|
||||||
"alert": "警報",
|
|
||||||
"alerts": "警報",
|
|
||||||
"All_users_in_the_channel_can_write_new_messages": "頻道中的所有使用者都可以發送新訊息",
|
|
||||||
"A_meaningful_name_for_the_discussion_room": "取一個有意義的討論區名稱",
|
|
||||||
"All": "所有",
|
"All": "所有",
|
||||||
"All_Messages": "全部訊息",
|
"All_Messages": "全部訊息",
|
||||||
|
"All_users_in_the_channel_can_write_new_messages": "頻道中的所有使用者都可以發送新訊息",
|
||||||
"Allow_Reactions": "允許表情貼",
|
"Allow_Reactions": "允許表情貼",
|
||||||
"and": "和",
|
|
||||||
"announcement": "公告",
|
|
||||||
"Announcement": "公告",
|
"Announcement": "公告",
|
||||||
"Apply_Your_Certificate": "使用自己的憑證",
|
"Apply_Your_Certificate": "使用自己的憑證",
|
||||||
"ARCHIVE": "封存",
|
|
||||||
"archive": "封存",
|
|
||||||
"are_typing": "正在輸入",
|
|
||||||
"Are_you_sure_question_mark": "你確定嗎?",
|
"Are_you_sure_question_mark": "你確定嗎?",
|
||||||
"Are_you_sure_you_want_to_leave_the_room": "你確定要離開聊天室 {{room}} 嗎?",
|
"Are_you_sure_you_want_to_leave_the_room": "你確定要離開聊天室 {{room}} 嗎?",
|
||||||
"Automatic": "自動",
|
"Audio": "音訊",
|
||||||
"Auto_Translate": "自動翻譯",
|
"Auto_Translate": "自動翻譯",
|
||||||
"Avatar_changed_successfully": "大頭貼更新成功!",
|
"Automatic": "自動",
|
||||||
"Avatar_Url": "大頭貼地址",
|
"Avatar_Url": "大頭貼地址",
|
||||||
|
"Avatar_changed_successfully": "大頭貼更新成功!",
|
||||||
"Away": "離開",
|
"Away": "離開",
|
||||||
"Black": "黑色",
|
"Black": "黑色",
|
||||||
|
"Broadcast_hint": "只有經過授權的使用者才能發送新訊息,但其他使用者可以回覆",
|
||||||
"Browser": "瀏覽器",
|
"Browser": "瀏覽器",
|
||||||
"Busy": "忙碌",
|
"Busy": "忙碌",
|
||||||
|
"Call_already_ended": "通話已經結束!",
|
||||||
|
"Cancel": "取消",
|
||||||
"Cancel_editing": "取消編輯",
|
"Cancel_editing": "取消編輯",
|
||||||
"Cancel_recording": "取消錄製",
|
"Cancel_recording": "取消錄製",
|
||||||
"Cancel": "取消",
|
"Certificate_password": "憑證密碼",
|
||||||
"changing_avatar": "更改大頭貼",
|
"Change_Language": "切換語言",
|
||||||
"creating_channel": "新建頻道",
|
"Change_language_loading": "切換語言",
|
||||||
"creating_invite": "建立邀請",
|
|
||||||
"Channel_Name": "頻道名稱",
|
"Channel_Name": "頻道名稱",
|
||||||
"Channels": "頻道",
|
"Channels": "頻道",
|
||||||
|
"Chat_closed_by_agent": "聊天已被客服關閉",
|
||||||
"Chats": "聊天",
|
"Chats": "聊天",
|
||||||
"Call_already_ended": "通話已經結束!",
|
"Choose": "選擇",
|
||||||
|
"Choose_file": "選擇檔案",
|
||||||
|
"Choose_from_library": "從媒體庫選擇",
|
||||||
|
"Choose_where_you_want_links_be_opened": "請選擇您要將連結開啟在",
|
||||||
|
"Clear": "清除",
|
||||||
|
"Clear_cache": "清除本機資料",
|
||||||
|
"Clear_cache_loading": "清除快取",
|
||||||
"Clear_cookies_alert": "是否清除所有 cookies?",
|
"Clear_cookies_alert": "是否清除所有 cookies?",
|
||||||
"Clear_cookies_desc": "本操作將清除所有登入 cookies,以登入其他帳號",
|
"Clear_cookies_desc": "本操作將清除所有登入 cookies,以登入其他帳號",
|
||||||
"Clear_cookies_yes": "是,清除 cookies",
|
|
||||||
"Clear_cookies_no": "否,保留 cookies",
|
"Clear_cookies_no": "否,保留 cookies",
|
||||||
|
"Clear_cookies_yes": "是,清除 cookies",
|
||||||
"Click_to_join": "點擊以參與",
|
"Click_to_join": "點擊以參與",
|
||||||
"Close": "關閉",
|
"Close": "關閉",
|
||||||
"Close_emoji_selector": "關閉 emoji 選擇器",
|
"Close_emoji_selector": "關閉 emoji 選擇器",
|
||||||
"Change_language_loading": "切換語言",
|
|
||||||
"Chat_closed_by_agent": "聊天已被客服關閉",
|
|
||||||
"Choose": "選擇",
|
|
||||||
"Choose_from_library": "從媒體庫選擇",
|
|
||||||
"Choose_file": "選擇檔案",
|
|
||||||
"Choose_where_you_want_links_be_opened": "請選擇您要將連結開啟在",
|
|
||||||
"Code_or_password_invalid": "驗證碼或密碼不正確",
|
"Code_or_password_invalid": "驗證碼或密碼不正確",
|
||||||
"Collaborative": "協作",
|
"Collaborative": "協作",
|
||||||
"Confirm": "確認",
|
"Confirm": "確認",
|
||||||
|
"Confirmation": "確認",
|
||||||
"Connect": "連接",
|
"Connect": "連接",
|
||||||
"Connecting": "連接中",
|
"Connecting": "連接中",
|
||||||
"Contact_us": "聯絡我們",
|
"Contact_us": "聯絡我們",
|
||||||
"Contact_your_server_admin": "請聯絡系統管理員",
|
"Contact_your_server_admin": "請聯絡系統管理員",
|
||||||
"Continue_with": "繼續採用",
|
"Continue_with": "繼續採用",
|
||||||
|
"Conversation": "對話",
|
||||||
"Copied_to_clipboard": "複製到剪貼簿",
|
"Copied_to_clipboard": "複製到剪貼簿",
|
||||||
"Copy": "複製",
|
"Copy": "複製",
|
||||||
"Conversation": "對話",
|
"Crash_report_disclaimer": "我們絕不記錄您的聊天內容。 崩潰報告和分析事件僅與 Rocket.Chat 有關,以便識別和修復問題。",
|
||||||
"Certificate_password": "憑證密碼",
|
"Create": "建立",
|
||||||
"Clear_cache": "清除本機資料",
|
"Create_A_New_Channel": "建立一個新Channel",
|
||||||
"Clear_cache_loading": "清除快取",
|
|
||||||
"Whats_the_password_for_your_certificate": "您的憑證密碼是?",
|
|
||||||
"Create_account": "新建帳戶",
|
|
||||||
"Create_Channel": "新建頻道",
|
"Create_Channel": "新建頻道",
|
||||||
"Create_Direct_Messages": "新增私人訊息",
|
"Create_Direct_Messages": "新增私人訊息",
|
||||||
"Create_Discussion": "新增討論區",
|
"Create_Discussion": "新增討論區",
|
||||||
"Created_snippet": "新增程式碼片段",
|
|
||||||
"Create_a_new_workspace": "建立一個新的工作區",
|
"Create_a_new_workspace": "建立一個新的工作區",
|
||||||
"Create": "建立",
|
"Create_account": "新建帳戶",
|
||||||
|
"Created_snippet": "新增程式碼片段",
|
||||||
|
"DELETE": "刪除",
|
||||||
"Dark": "深色",
|
"Dark": "深色",
|
||||||
"Dark_level": "深色程度",
|
"Dark_level": "深色程度",
|
||||||
"Default": "預設",
|
"Default": "預設",
|
||||||
"Default_browser": "預設瀏覽器",
|
"Default_browser": "預設瀏覽器",
|
||||||
"Delete_Room_Warning": "刪除聊天室將連帶刪除其中所有訊息。此操作將無法還原。",
|
|
||||||
"Department": "部門",
|
|
||||||
"delete": "刪除",
|
|
||||||
"Delete": "刪除",
|
"Delete": "刪除",
|
||||||
"DELETE": "刪除",
|
|
||||||
"Delete_Account": "刪除帳號",
|
"Delete_Account": "刪除帳號",
|
||||||
"Delete_Account_confirm": "是的,請刪除",
|
"Delete_Account_confirm": "是的,請刪除",
|
||||||
"deleting_room": "正在刪除聊天室",
|
"Delete_Room_Warning": "刪除聊天室將連帶刪除其中所有訊息。此操作將無法還原。",
|
||||||
"description": "描述",
|
"Department": "部門",
|
||||||
"Description": "描述",
|
"Description": "描述",
|
||||||
"Desktop_Notifications": "桌面通知",
|
|
||||||
"Desktop_Alert_info": "這些通知將發送至桌面",
|
"Desktop_Alert_info": "這些通知將發送至桌面",
|
||||||
"Directory": "目錄",
|
"Desktop_Notifications": "桌面通知",
|
||||||
"Direct_Messages": "私訊",
|
"Direct_Messages": "私訊",
|
||||||
"Discussions": "討論區",
|
"Direct_message_someone": "私訊其他人",
|
||||||
|
"Directory": "目錄",
|
||||||
"Discussion_Desc": "幫助保持事態更新!透過建立討論,一個和所選頻道雙向關聯的子頻道將會被建立。",
|
"Discussion_Desc": "幫助保持事態更新!透過建立討論,一個和所選頻道雙向關聯的子頻道將會被建立。",
|
||||||
"Discussion_name": "討論區名稱",
|
"Discussion_name": "討論區名稱",
|
||||||
"Dont_Have_An_Account": "還未擁有帳號?",
|
"Discussions": "討論區",
|
||||||
"Do_you_have_an_account": "是否擁有帳號?",
|
"Displays_action_text": "顯示文字行動",
|
||||||
"Do_you_have_a_certificate": "是否擁有憑證?",
|
"Do_you_have_a_certificate": "是否擁有憑證?",
|
||||||
|
"Do_you_have_an_account": "是否擁有帳號?",
|
||||||
"Do_you_really_want_to_key_this_room_question_mark": "您真的想要{{key}}這個聊天室嗎?",
|
"Do_you_really_want_to_key_this_room_question_mark": "您真的想要{{key}}這個聊天室嗎?",
|
||||||
|
"Dont_Have_An_Account": "還未擁有帳號?",
|
||||||
|
"Dont_activate": "現在不要啟用",
|
||||||
"E2E_Encryption": "E2E 加密",
|
"E2E_Encryption": "E2E 加密",
|
||||||
"E2E_How_It_Works_info1": "現在您可以建立加密私人群組和私訊。您也可以變更已存在的私人群組或是私訊來加密。",
|
"E2E_How_It_Works_info1": "現在您可以建立加密私人群組和私訊。您也可以變更已存在的私人群組或是私訊來加密。",
|
||||||
"E2E_How_It_Works_info2": "這是*點對點的加密*,所以用來加密/解密的金鑰將不會儲存到伺服器上。為此,*您必須安全存放您的密碼*。如果您希望在其他裝置上使用對點加密時,會需要輸入此密碼。",
|
"E2E_How_It_Works_info2": "這是*點對點的加密*,所以用來加密/解密的金鑰將不會儲存到伺服器上。為此,*您必須安全存放您的密碼*。如果您希望在其他裝置上使用對點加密時,會需要輸入此密碼。",
|
||||||
"E2E_How_It_Works_info3": "如果繼續,將自動產生一組 E2E 密碼",
|
"E2E_How_It_Works_info3": "如果繼續,將自動產生一組 E2E 密碼",
|
||||||
"E2E_How_It_Works_info4": "您也可以隨時從已輸入既有密碼的任何瀏覽器設定新密碼給您的加密金鑰。",
|
"E2E_How_It_Works_info4": "您也可以隨時從已輸入既有密碼的任何瀏覽器設定新密碼給您的加密金鑰。",
|
||||||
|
"E2E_encryption_change_password_confirmation": "是,我要變更",
|
||||||
|
"E2E_encryption_change_password_description": "現在您可以建立加密私人群組和私訊。您也可以變更已存在的私人群組或是私訊來加密。\\n\\n這是點對點的加密,所以用來加密/解密的金鑰將不會儲存到伺服器上。為此,您必須安全存放您的密碼。如果您希望在其他裝置上使用對點加密時,將會需要輸入此密碼。",
|
||||||
|
"E2E_encryption_change_password_error": "變更 E2E 密碼時發生錯誤!",
|
||||||
|
"E2E_encryption_change_password_message": "請確定您已將其安全存放至別處",
|
||||||
|
"E2E_encryption_change_password_success": "E2E 密碼已成功變更!",
|
||||||
|
"E2E_encryption_change_password_title": "變更加密密碼",
|
||||||
|
"E2E_encryption_reset_button": "重設",
|
||||||
|
"E2E_encryption_reset_confirmation": "是,我要重設",
|
||||||
|
"E2E_encryption_reset_description": "此選項將撤銷您目前的*E2E 金鑰*並將您登出。\\n當您再次登入時,Rocket.Chat 將產生新的一組金鑰並恢復您對任一有在線成員的加密聊天室之存取權限。\\n由於 E2E 加密的特性,Rocket.Chat 無法恢復無在線成員之聊天室之存取權限。",
|
||||||
|
"E2E_encryption_reset_error": "重設 E2E 金鑰時發生錯誤!",
|
||||||
|
"E2E_encryption_reset_message": "您將被登出",
|
||||||
|
"E2E_encryption_reset_title": "重設 E2E 金鑰",
|
||||||
"Edit": "編輯",
|
"Edit": "編輯",
|
||||||
"Edit_Status": "編輯狀態",
|
|
||||||
"Edit_Invite": "編輯邀請",
|
"Edit_Invite": "編輯邀請",
|
||||||
"End_to_end_encrypted_room": "E2E 加密聊天室",
|
"Edit_Status": "編輯狀態",
|
||||||
|
"Email": "電子郵件",
|
||||||
"Email_Notification_Mode_All": "每次被標記或私訊",
|
"Email_Notification_Mode_All": "每次被標記或私訊",
|
||||||
"Email_Notification_Mode_Disabled": "禁用",
|
"Email_Notification_Mode_Disabled": "禁用",
|
||||||
"Email": "電子郵件",
|
|
||||||
"Enable_Auto_Translate": "開啟自動翻譯",
|
"Enable_Auto_Translate": "開啟自動翻譯",
|
||||||
"Encrypted": "已加密",
|
"Encrypted": "已加密",
|
||||||
"Encrypted_message": "加密訊息",
|
"Encrypted_message": "加密訊息",
|
||||||
|
"Encryption_error_desc": "無法使用匯入的加密金鑰來解密",
|
||||||
|
"Encryption_error_title": "您的加密密碼似乎有誤",
|
||||||
|
"End_to_end_encrypted_room": "E2E 加密聊天室",
|
||||||
"Enter_Your_E2E_Password": "輸入您的 E2E 密碼",
|
"Enter_Your_E2E_Password": "輸入您的 E2E 密碼",
|
||||||
"Enter_Your_Encryption_Password_desc1": "這將會允許您存取您的加密私人群組和私訊",
|
"Enter_Your_Encryption_Password_desc1": "這將會允許您存取您的加密私人群組和私訊",
|
||||||
"Enter_Your_Encryption_Password_desc2": "您需要在任何使用此聊天的平台輸入密碼,以加/解密您的訊息",
|
"Enter_Your_Encryption_Password_desc2": "您需要在任何使用此聊天的平台輸入密碼,以加/解密您的訊息",
|
||||||
"Encryption_error_title": "您的加密密碼似乎有誤",
|
"Error_uploading": "錯誤上傳",
|
||||||
"Encryption_error_desc": "無法使用匯入的加密金鑰來解密",
|
|
||||||
"Everyone_can_access_this_channel": "所有人皆可存取此頻道",
|
"Everyone_can_access_this_channel": "所有人皆可存取此頻道",
|
||||||
"Everyone_can_access_this_team": "所有人皆可存取此團隊",
|
"Everyone_can_access_this_team": "所有人皆可存取此團隊",
|
||||||
"Error_uploading": "錯誤上傳",
|
|
||||||
"Expiration_Days": "到期 (日)",
|
"Expiration_Days": "到期 (日)",
|
||||||
"Favorites": "我的最愛",
|
"Favorites": "我的最愛",
|
||||||
"Files": "檔案",
|
|
||||||
"File_description": "檔案描述",
|
"File_description": "檔案描述",
|
||||||
|
"Files": "檔案",
|
||||||
"Finish_recording": "完成錄製",
|
"Finish_recording": "完成錄製",
|
||||||
|
"Following": "正在追蹤",
|
||||||
"Following_thread": "追蹤的討論串",
|
"Following_thread": "追蹤的討論串",
|
||||||
"For_your_security_you_must_enter_your_current_password_to_continue": "為了您的安全,您必須重新輸入密碼才能繼續",
|
"For_your_security_you_must_enter_your_current_password_to_continue": "為了您的安全,您必須重新輸入密碼才能繼續",
|
||||||
"Forgot_password_If_this_email_is_registered": "如果此電子郵件已註冊,我們將發送有關如何重設密碼的說明。如果您未在短時間內收到電子郵件,請再試一次。",
|
|
||||||
"Forgot_password": "忘記密碼",
|
"Forgot_password": "忘記密碼",
|
||||||
|
"Forgot_password_If_this_email_is_registered": "如果此電子郵件已註冊,我們將發送有關如何重設密碼的說明。如果您未在短時間內收到電子郵件,請再試一次。",
|
||||||
"Forward": "轉發",
|
"Forward": "轉發",
|
||||||
"Forward_Chat": "轉發聊天",
|
"Forward_Chat": "轉發聊天",
|
||||||
"Forward_to_department": "轉發到部門",
|
"Forward_to_department": "轉發到部門",
|
||||||
|
@ -156,62 +153,81 @@
|
||||||
"Generate_New_Link": "產生新的連結",
|
"Generate_New_Link": "產生新的連結",
|
||||||
"Get_link": "取得連結",
|
"Get_link": "取得連結",
|
||||||
"Hide_System_Messages": "隱藏系統訊息",
|
"Hide_System_Messages": "隱藏系統訊息",
|
||||||
|
"Hide_room": "隱藏",
|
||||||
"Hide_type_messages": "隱藏 '{{type}}' 訊息",
|
"Hide_type_messages": "隱藏 '{{type}}' 訊息",
|
||||||
"How_It_Works": "運作方式",
|
"How_It_Works": "運作方式",
|
||||||
"Message_HideType_uj": "隱藏“使用者加入”訊息",
|
|
||||||
"Message_HideType_ul": "隱藏“使用者離開”訊息",
|
|
||||||
"Message_HideType_ru": "隱藏“使用者已刪除”訊息",
|
|
||||||
"Message_HideType_au": "隱藏“使用者已增加”訊息",
|
|
||||||
"Message_HideType_mute_unmute": "隱藏“使用者靜音/取消靜音”訊息",
|
|
||||||
"Message_HideType_r": "隱藏“聊天室名稱已更改”的訊息",
|
|
||||||
"Message_HideType_ut": "隱藏“使用者已加入對話”的訊息",
|
|
||||||
"Message_HideType_wm": "隱藏“歡迎”的訊息",
|
|
||||||
"Message_HideType_rm": "隱藏“已刪除訊息”的訊息",
|
|
||||||
"Message_HideType_subscription_role_added": "隱藏“已設置角色”的訊息",
|
|
||||||
"Message_HideType_subscription_role_removed": "隱藏“不再定義的角色”的訊息",
|
|
||||||
"Message_HideType_room_archived": "隱藏“聊天室已封存”的訊息",
|
|
||||||
"Message_HideType_room_unarchived": "隱藏“聊天室未封存”的訊息",
|
|
||||||
"I_Saved_My_E2E_Password": "儲存我的 E2E 密碼",
|
|
||||||
"IP": "IP",
|
"IP": "IP",
|
||||||
"In_app": "App 內",
|
"I_Saved_My_E2E_Password": "儲存我的 E2E 密碼",
|
||||||
"In_App_And_Desktop": "App 內及桌面",
|
"In_App_And_Desktop": "App 內及桌面",
|
||||||
"In_App_and_Desktop_Alert_info": "若 app 開啟時,會在螢幕上方顯示橫幅;顯示桌面通知",
|
"In_App_and_Desktop_Alert_info": "若 app 開啟時,會在螢幕上方顯示橫幅;顯示桌面通知",
|
||||||
"Invisible": "隱身",
|
"In_app": "App 內",
|
||||||
"is_typing": "正在輸入",
|
|
||||||
"Invalid_or_expired_invite_token": "無效或到期的邀請 token",
|
"Invalid_or_expired_invite_token": "無效或到期的邀請 token",
|
||||||
"Invalid_server_version": "此 App 版本已不支援您正在連線之伺服器版本。當前版本: {{currentVersion}}.\\n\\n最低版本要求: {{minVersion}}",
|
"Invalid_server_version": "此 App 版本已不支援您正在連線之伺服器版本。當前版本: {{currentVersion}}.\\n\\n最低版本要求: {{minVersion}}",
|
||||||
|
"Invisible": "隱身",
|
||||||
"Invite_Link": "邀請連結",
|
"Invite_Link": "邀請連結",
|
||||||
|
"Invite_user_to_join_channel": "邀請使用者加入此頻道",
|
||||||
|
"Invite_user_to_join_channel_all_from": "邀請[#channel]中的所有使用者加入此頻道",
|
||||||
|
"Invite_user_to_join_channel_all_to": "邀請此頻道的所有使用者加入[#頻道]",
|
||||||
"Invite_users": "邀請使用者",
|
"Invite_users": "邀請使用者",
|
||||||
"Join": "加入",
|
"Join": "加入",
|
||||||
"Join_our_open_workspace": "加入開放工作區",
|
"Join_our_open_workspace": "加入開放工作區",
|
||||||
|
"Join_the_given_channel": "加入現有頻道",
|
||||||
"Just_invited_people_can_access_this_channel": "僅有受邀者能存取此頻道",
|
"Just_invited_people_can_access_this_channel": "僅有受邀者能存取此頻道",
|
||||||
"Language": "語言",
|
"Language": "語言",
|
||||||
"last_message": "最後一則訊息",
|
|
||||||
"leaving_room": "離開聊天室",
|
|
||||||
"Leave": "離開",
|
"Leave": "離開",
|
||||||
"leave": "離開",
|
"Leave_the_current_channel": "離開目前頻道",
|
||||||
"Legal": "合法",
|
"Legal": "合法",
|
||||||
"Light": "淺色",
|
|
||||||
"License": "授權條款",
|
"License": "授權條款",
|
||||||
|
"Light": "淺色",
|
||||||
|
"Local_authentication_auto_lock_1800": "半小時後",
|
||||||
|
"Local_authentication_auto_lock_300": "5分鐘後",
|
||||||
|
"Local_authentication_auto_lock_3600": "一小時後",
|
||||||
|
"Local_authentication_auto_lock_60": "1分鐘後",
|
||||||
|
"Local_authentication_auto_lock_900": "15分鐘後",
|
||||||
|
"Local_authentication_biometry_fallback": "使用通關密碼",
|
||||||
|
"Local_authentication_biometry_title": "驗證",
|
||||||
|
"Local_authentication_change_passcode": "變更通關密碼",
|
||||||
|
"Local_authentication_facial_recognition": "臉部辨識",
|
||||||
|
"Local_authentication_fingerprint": "指紋辨識",
|
||||||
|
"Local_authentication_info": "註: 如果您忘記了通關密碼,將需要移除並重新安裝此 App",
|
||||||
|
"Local_authentication_unlock_option": "以通關密碼解鎖",
|
||||||
|
"Local_authentication_unlock_with_label": "以 {{label}} 解鎖",
|
||||||
|
"Log_analytics_events": "日誌分析事件",
|
||||||
|
"Logged_out_by_server": "伺服器端已將你登出,請重新登入",
|
||||||
|
"Logged_out_of_other_clients_successfully": "成功登出其他用戶端",
|
||||||
|
"Logging_out": "正在登出",
|
||||||
"Login": "登入",
|
"Login": "登入",
|
||||||
"Login_error": "認證失敗!請再試一次",
|
"Login_error": "認證失敗!請再試一次",
|
||||||
"Logging_out": "正在登出",
|
|
||||||
"Logout": "登出",
|
"Logout": "登出",
|
||||||
"Max_number_of_uses": "最大使用次數",
|
"Logout_failed": "登出失敗",
|
||||||
|
"Logout_from_other_logged_in_locations": "登出其他已登入的設備",
|
||||||
|
"Mark_unread": "標記未讀",
|
||||||
"Max_number_of_users_allowed_is_number": "允許使用者上限數量 {{maxUsers}}",
|
"Max_number_of_users_allowed_is_number": "允許使用者上限數量 {{maxUsers}}",
|
||||||
"members": "成員",
|
"Max_number_of_uses": "最大使用次數",
|
||||||
"Members": "成員",
|
"Members": "成員",
|
||||||
"Mentions": "被提及",
|
"Mentions": "被提及",
|
||||||
|
"Message": "訊息",
|
||||||
|
"Message_HideType_au": "隱藏“使用者已增加”訊息",
|
||||||
|
"Message_HideType_mute_unmute": "隱藏“使用者靜音/取消靜音”訊息",
|
||||||
|
"Message_HideType_r": "隱藏“聊天室名稱已更改”的訊息",
|
||||||
|
"Message_HideType_rm": "隱藏“已刪除訊息”的訊息",
|
||||||
|
"Message_HideType_room_archived": "隱藏“聊天室已封存”的訊息",
|
||||||
|
"Message_HideType_room_unarchived": "隱藏“聊天室未封存”的訊息",
|
||||||
|
"Message_HideType_ru": "隱藏“使用者已刪除”訊息",
|
||||||
|
"Message_HideType_subscription_role_added": "隱藏“已設置角色”的訊息",
|
||||||
|
"Message_HideType_subscription_role_removed": "隱藏“不再定義的角色”的訊息",
|
||||||
|
"Message_HideType_uj": "隱藏“使用者加入”訊息",
|
||||||
|
"Message_HideType_ul": "隱藏“使用者離開”訊息",
|
||||||
|
"Message_HideType_ut": "隱藏“使用者已加入對話”的訊息",
|
||||||
|
"Message_HideType_wm": "隱藏“歡迎”的訊息",
|
||||||
|
"Message_Reported": "訊息已檢舉",
|
||||||
"Message_actions": "訊息操作",
|
"Message_actions": "訊息操作",
|
||||||
|
"Message_composer_Send_to_channel": "發送至頻道",
|
||||||
"Message_removed": "訊息被刪除",
|
"Message_removed": "訊息被刪除",
|
||||||
"Message_starred": "訊息被標註",
|
"Message_starred": "訊息被標註",
|
||||||
"Message_unstarred": "訊息被取消標註",
|
"Message_unstarred": "訊息被取消標註",
|
||||||
"message": "訊息",
|
|
||||||
"messages": "訊息",
|
|
||||||
"Message": "訊息",
|
|
||||||
"Message_Reported": "訊息已檢舉",
|
|
||||||
"Mute": "靜音",
|
"Mute": "靜音",
|
||||||
"muted": "被靜音",
|
"Mute_someone_in_room": "在房間中有人靜音",
|
||||||
"N_people_reacted": "{{n}} 人回复",
|
"N_people_reacted": "{{n}} 人回复",
|
||||||
"N_users": "{{n}} 位使用者",
|
"N_users": "{{n}} 位使用者",
|
||||||
"Name": "名稱",
|
"Name": "名稱",
|
||||||
|
@ -219,42 +235,53 @@
|
||||||
"New_Message": "新訊息",
|
"New_Message": "新訊息",
|
||||||
"New_Password": "新密碼",
|
"New_Password": "新密碼",
|
||||||
"Next": "下一步",
|
"Next": "下一步",
|
||||||
|
"No_Message": "沒有訊息",
|
||||||
|
"No_Reactions": "沒有表情貼",
|
||||||
|
"No_Read_Receipts": "沒有已讀人員",
|
||||||
|
"No_available_agents_to_transfer": "沒有可用的代理進行傳輸",
|
||||||
"No_files": "沒有檔案",
|
"No_files": "沒有檔案",
|
||||||
|
"No_label_provided": "沒有提供 {{label}}",
|
||||||
"No_limit": "沒有限制",
|
"No_limit": "沒有限制",
|
||||||
"No_mentioned_messages": "沒有被提及的訊息",
|
"No_mentioned_messages": "沒有被提及的訊息",
|
||||||
|
"No_messages_yet": "當前未有訊息",
|
||||||
"No_pinned_messages": "沒有釘選的訊息",
|
"No_pinned_messages": "沒有釘選的訊息",
|
||||||
"No_results_found": "沒有搜尋結果",
|
"No_results_found": "沒有搜尋結果",
|
||||||
"No_starred_messages": "沒有加標記的訊息",
|
"No_starred_messages": "沒有加標記的訊息",
|
||||||
"No_label_provided": "沒有提供 {{label}}",
|
"No_threads": "當前沒有討論串",
|
||||||
"No_Message": "沒有訊息",
|
"No_threads_following": "當前沒有正在追蹤的討論",
|
||||||
"No_messages_yet": "當前未有訊息",
|
"No_threads_unread": "當前沒有未讀的討論",
|
||||||
"No_Reactions": "沒有表情貼",
|
|
||||||
"No_Read_Receipts": "沒有已讀人員",
|
|
||||||
"Not_RC_Server": "這不是一個 Rocket.Chat server.\\n{{contact}}",
|
"Not_RC_Server": "這不是一個 Rocket.Chat server.\\n{{contact}}",
|
||||||
"Nothing": "無",
|
"Nothing": "無",
|
||||||
"Nothing_to_save": "沒有東西可儲存!",
|
"Nothing_to_save": "沒有東西可儲存!",
|
||||||
|
"Notification_Preferences": "通知偏好設定",
|
||||||
|
"Notifications": "通知",
|
||||||
"Notify_active_in_this_room": "通知這個聊天室的活躍使用者",
|
"Notify_active_in_this_room": "通知這個聊天室的活躍使用者",
|
||||||
"Notify_all_in_this_room": "通知這個聊天室的所有人",
|
"Notify_all_in_this_room": "通知這個聊天室的所有人",
|
||||||
"Notifications": "通知",
|
|
||||||
"Notification_Preferences": "通知偏好設定",
|
|
||||||
"No_available_agents_to_transfer": "沒有可用的代理進行傳輸",
|
|
||||||
"Oops": "哎呀!",
|
|
||||||
"Omnichannel": "Omnichannel",
|
|
||||||
"Omnichannel_enable_alert": "您尚未啟用 Omnichannel,是否想要啟用?",
|
|
||||||
"Onboarding_subtitle": "超越團隊合作",
|
|
||||||
"Onboarding_join_open_description": "加入我們的開放工作區以與 Rocket.Chat 團隊及社群交談",
|
|
||||||
"Onboarding_agree_terms": "繼續,即表示您同意 Rocket.Chat",
|
|
||||||
"Onboarding_less_options": "較少選項",
|
|
||||||
"Onboarding_more_options": "較多選項",
|
|
||||||
"Online": "上線",
|
|
||||||
"Only_authorized_users_can_write_new_messages": "只有經過授權的使用者才能寫新訊息",
|
|
||||||
"Open_emoji_selector": "打開 emoji 選擇器",
|
|
||||||
"Open_your_authentication_app_and_enter_the_code": "打開您的驗證應用程式並輸入代碼。您也可以使用其中一個備用代碼。",
|
|
||||||
"OR": "或",
|
"OR": "或",
|
||||||
"OS": "作業系統",
|
"OS": "作業系統",
|
||||||
|
"Omnichannel": "Omnichannel",
|
||||||
|
"Omnichannel_enable_alert": "您尚未啟用 Omnichannel,是否想要啟用?",
|
||||||
|
"Onboarding_agree_terms": "繼續,即表示您同意 Rocket.Chat",
|
||||||
|
"Onboarding_join_open_description": "加入我們的開放工作區以與 Rocket.Chat 團隊及社群交談",
|
||||||
|
"Onboarding_less_options": "較少選項",
|
||||||
|
"Onboarding_more_options": "較多選項",
|
||||||
|
"Onboarding_subtitle": "超越團隊合作",
|
||||||
|
"Online": "上線",
|
||||||
|
"Only_authorized_users_can_write_new_messages": "只有經過授權的使用者才能寫新訊息",
|
||||||
|
"Oops": "哎呀!",
|
||||||
|
"Open_Livechats": "打開即時聊天",
|
||||||
|
"Open_emoji_selector": "打開 emoji 選擇器",
|
||||||
|
"Open_your_authentication_app_and_enter_the_code": "打開您的驗證應用程式並輸入代碼。您也可以使用其中一個備用代碼。",
|
||||||
"Overwrites_the_server_configuration_and_use_room_config": "覆寫伺服器設置和使用聊天室設置",
|
"Overwrites_the_server_configuration_and_use_room_config": "覆寫伺服器設置和使用聊天室設置",
|
||||||
"Password": "密碼",
|
|
||||||
"Parent_channel_or_group": "父頻道或群組",
|
"Parent_channel_or_group": "父頻道或群組",
|
||||||
|
"Passcode_app_locked_subtitle": "{{timeLeft}} 秒後再進行嘗試",
|
||||||
|
"Passcode_app_locked_title": "App 已鎖定",
|
||||||
|
"Passcode_choose_confirm_title": "請確認新通關密碼",
|
||||||
|
"Passcode_choose_error": "不正確的通關密碼,請再試一次",
|
||||||
|
"Passcode_choose_force_set": "管理員設定必填",
|
||||||
|
"Passcode_choose_title": "請輸入新通關密碼",
|
||||||
|
"Passcode_enter_title": "請輸入通關密碼",
|
||||||
|
"Password": "密碼",
|
||||||
"Permalink_copied_to_clipboard": "永久連結已複製到剪貼簿!",
|
"Permalink_copied_to_clipboard": "永久連結已複製到剪貼簿!",
|
||||||
"Phone": "電話",
|
"Phone": "電話",
|
||||||
"Pin": "釘選",
|
"Pin": "釘選",
|
||||||
|
@ -266,66 +293,65 @@
|
||||||
"Privacy_Policy": "隱私政策",
|
"Privacy_Policy": "隱私政策",
|
||||||
"Private": "私有的",
|
"Private": "私有的",
|
||||||
"Processing": "處理中",
|
"Processing": "處理中",
|
||||||
"Profile_saved_successfully": "個人資料儲存成功!",
|
|
||||||
"Profile": "個人資料",
|
"Profile": "個人資料",
|
||||||
|
"Profile_saved_successfully": "個人資料儲存成功!",
|
||||||
"Public": "公共",
|
"Public": "公共",
|
||||||
"Push_Notifications": "推送通知",
|
"Push_Notifications": "推送通知",
|
||||||
"Push_Notifications_Alert_Info": "這些通知將在未開啟 App 時發送給您",
|
"Push_Notifications_Alert_Info": "這些通知將在未開啟 App 時發送給您",
|
||||||
|
"Queued_chats": "聊天佇列",
|
||||||
"Quote": "引用",
|
"Quote": "引用",
|
||||||
|
"RESET": "重置",
|
||||||
"Reactions_are_disabled": "表情貼被禁用",
|
"Reactions_are_disabled": "表情貼被禁用",
|
||||||
"Reactions_are_enabled": "表情貼被啟用",
|
"Reactions_are_enabled": "表情貼被啟用",
|
||||||
"Read_External_Permission_Message": "Rocket.Chat 需要存取您裝置上的相片、多媒體及檔案",
|
|
||||||
"Read_External_Permission": "讀取媒體權限",
|
"Read_External_Permission": "讀取媒體權限",
|
||||||
|
"Read_External_Permission_Message": "Rocket.Chat 需要存取您裝置上的相片、多媒體及檔案",
|
||||||
"Read_Only": "唯讀",
|
"Read_Only": "唯讀",
|
||||||
"Read_Receipt": "查看已讀人員",
|
"Read_Receipt": "查看已讀人員",
|
||||||
"Receive_Group_Mentions": "接收群組提及",
|
"Receive_Group_Mentions": "接收群組提及",
|
||||||
"Receive_Group_Mentions_Info": "接收@all和@here提及",
|
"Receive_Group_Mentions_Info": "接收@all和@here提及",
|
||||||
"Register": "註冊",
|
|
||||||
"replies": "回覆",
|
|
||||||
"reply": "回覆",
|
|
||||||
"Reply": "回覆",
|
|
||||||
"Report": "檢舉",
|
|
||||||
"Receive_Notification": "接收通知",
|
"Receive_Notification": "接收通知",
|
||||||
"Receive_notifications_from": "接收來自 {{name}} 的通知",
|
"Receive_notifications_from": "接收來自 {{name}} 的通知",
|
||||||
|
"Register": "註冊",
|
||||||
|
"Registration_Succeeded": "註冊成功",
|
||||||
|
"Remove": "移除",
|
||||||
|
"Remove_someone_from_room": "從房間中刪除某人",
|
||||||
|
"Reply": "回覆",
|
||||||
|
"Reply_in_Thread": "討論串回覆",
|
||||||
|
"Report": "檢舉",
|
||||||
"Resend": "重新發送",
|
"Resend": "重新發送",
|
||||||
"Reset_password": "重置密碼",
|
"Reset_password": "重置密碼",
|
||||||
"resetting_password": "正在重置密碼",
|
|
||||||
"RESET": "重置",
|
|
||||||
"Review_app_title": "對此 App 滿意嗎?",
|
|
||||||
"Review_app_desc": "請在 {{store}} 給予我們 5 星好評",
|
"Review_app_desc": "請在 {{store}} 給予我們 5 星好評",
|
||||||
"Review_app_yes": "沒問題",
|
|
||||||
"Review_app_no": "婉拒",
|
|
||||||
"Review_app_later": "之後再說",
|
"Review_app_later": "之後再說",
|
||||||
|
"Review_app_no": "婉拒",
|
||||||
|
"Review_app_title": "對此 App 滿意嗎?",
|
||||||
"Review_app_unable_store": "無法開啟 {{store}}",
|
"Review_app_unable_store": "無法開啟 {{store}}",
|
||||||
|
"Review_app_yes": "沒問題",
|
||||||
"Review_this_app": "評分此 App",
|
"Review_this_app": "評分此 App",
|
||||||
"Remove": "移除",
|
|
||||||
"Roles": "角色",
|
"Roles": "角色",
|
||||||
"Room_Info_Edit": "修改聊天室資訊",
|
|
||||||
"Room_Info": "聊天室資訊",
|
"Room_Info": "聊天室資訊",
|
||||||
|
"Room_Info_Edit": "修改聊天室資訊",
|
||||||
"SAVE": "儲存",
|
"SAVE": "儲存",
|
||||||
"Save_Changes": "儲存更改",
|
|
||||||
"Save": "儲存",
|
"Save": "儲存",
|
||||||
"Saved": "保存",
|
"Save_Changes": "儲存更改",
|
||||||
"saving_preferences": "儲存偏好設定",
|
|
||||||
"saving_profile": "儲存配置文件",
|
|
||||||
"saving_settings": "儲存設定",
|
|
||||||
"saved_to_gallery": "儲存至圖片庫",
|
|
||||||
"Save_Your_E2E_Password": "儲存您的 E2E 密碼",
|
"Save_Your_E2E_Password": "儲存您的 E2E 密碼",
|
||||||
"Save_Your_Encryption_Password": "儲存您的加密密碼",
|
"Save_Your_Encryption_Password": "儲存您的加密密碼",
|
||||||
"Save_Your_Encryption_Password_warning": "此密碼未被儲存在任何地方,為此您必須安全存放您的密碼",
|
|
||||||
"Save_Your_Encryption_Password_info": "請記住,如果你遺失了您的密碼,您將無法存取您的訊息並不可恢復",
|
"Save_Your_Encryption_Password_info": "請記住,如果你遺失了您的密碼,您將無法存取您的訊息並不可恢復",
|
||||||
"Search_Messages": "搜尋訊息",
|
"Save_Your_Encryption_Password_warning": "此密碼未被儲存在任何地方,為此您必須安全存放您的密碼",
|
||||||
|
"Saved": "保存",
|
||||||
|
"Screen_lock": "螢幕鎖定",
|
||||||
"Search": "搜尋",
|
"Search": "搜尋",
|
||||||
|
"Search_Messages": "搜尋訊息",
|
||||||
"Search_by": "搜尋",
|
"Search_by": "搜尋",
|
||||||
"Search_global_users": "搜尋全域使用者",
|
"Search_global_users": "搜尋全域使用者",
|
||||||
"Search_global_users_description": "如果啟用,您將可以搜尋其他公司、伺服器上的任何使用者",
|
"Search_global_users_description": "如果啟用,您將可以搜尋其他公司、伺服器上的任何使用者",
|
||||||
|
"Search_messages": "搜尋訊息",
|
||||||
"Security_and_privacy": "安全與隱私",
|
"Security_and_privacy": "安全與隱私",
|
||||||
"Select_Server": "選擇伺服器",
|
"Select_Server": "選擇伺服器",
|
||||||
"Select_Users": "選擇使用者",
|
"Select_Users": "選擇使用者",
|
||||||
"Select_a_Channel": "選擇一個頻道",
|
"Select_a_Channel": "選擇一個頻道",
|
||||||
"Select_a_Department": "選擇一個部門",
|
"Select_a_Department": "選擇一個部門",
|
||||||
"Select_an_option": "選擇一個選項",
|
|
||||||
"Select_a_User": "選擇一個使用者",
|
"Select_a_User": "選擇一個使用者",
|
||||||
|
"Select_an_option": "選擇一個選項",
|
||||||
"Send": "發送",
|
"Send": "發送",
|
||||||
"Send_audio_message": "發送語音訊息",
|
"Send_audio_message": "發送語音訊息",
|
||||||
"Send_crash_report": "送出當機報告",
|
"Send_crash_report": "送出當機報告",
|
||||||
|
@ -335,180 +361,154 @@
|
||||||
"Server": "伺服器",
|
"Server": "伺服器",
|
||||||
"Server_version": "伺服器版本: {{version}}",
|
"Server_version": "伺服器版本: {{version}}",
|
||||||
"Set_username_subtitle": "使用者名稱是用來讓其他使用者在訊息中提到您",
|
"Set_username_subtitle": "使用者名稱是用來讓其他使用者在訊息中提到您",
|
||||||
"Status_saved_successfully": "狀態儲存成功",
|
|
||||||
"Settings": "設定",
|
"Settings": "設定",
|
||||||
"Settings_succesfully_changed": "設定更改成功!",
|
"Settings_succesfully_changed": "設定更改成功!",
|
||||||
"Share": "分享",
|
"Share": "分享",
|
||||||
"Share_Link": "分享連結",
|
"Share_Link": "分享連結",
|
||||||
"Share_this_app": "分享此 app",
|
"Share_this_app": "分享此 app",
|
||||||
"Show_more": "顯示更多",
|
"Show_more": "顯示更多",
|
||||||
|
"Show_the_keyboard_shortcut_list": "顯示鍵盤快捷鍵列表",
|
||||||
"Sign_Up": "註冊",
|
"Sign_Up": "註冊",
|
||||||
|
"Slash_Gimme_Description": "顯示(つ◕_◕)つ之前您的留言",
|
||||||
|
"Slash_LennyFace_Description": "顯示(͡°͜ʖ͡°)後留言",
|
||||||
|
"Slash_Shrug_Description": "顯示¯\\ _(ツ)_ /¯的消息後",
|
||||||
|
"Slash_Status_Description": "設定您的狀態訊息",
|
||||||
|
"Slash_Status_Params": "狀態訊息",
|
||||||
|
"Slash_TableUnflip_Description": "顯示┬─┬ノ(゜ - ゜ノ)",
|
||||||
|
"Slash_Tableflip_Description": "顯示(╯□°°)╯(┻━┻",
|
||||||
|
"Slash_Topic_Description": "設定主題",
|
||||||
|
"Slash_Topic_Params": "主題訊息",
|
||||||
"Sound": "聲音",
|
"Sound": "聲音",
|
||||||
"Star": "標記",
|
"Star": "標記",
|
||||||
"Starred": "已標記",
|
"Starred": "已標記",
|
||||||
"Start_a_Discussion": "開始一個討論",
|
"Start_a_Discussion": "開始一個討論",
|
||||||
"Started_discussion": "已開始的討論",
|
|
||||||
"Started_call": "{{userBy}} 開始的通話",
|
"Started_call": "{{userBy}} 開始的通話",
|
||||||
|
"Started_discussion": "已開始的討論",
|
||||||
|
"Status_saved_successfully": "狀態儲存成功",
|
||||||
"Table": "表格",
|
"Table": "表格",
|
||||||
"Tags": "標籤",
|
"Tags": "標籤",
|
||||||
"Take_a_photo": "拍照",
|
"Take_a_photo": "拍照",
|
||||||
"Take_a_video": "錄影",
|
"Take_a_video": "錄影",
|
||||||
"Take_it": "拿去!",
|
"Take_it": "拿去!",
|
||||||
"Terms_of_Service": "服務條款",
|
"Terms_of_Service": "服務條款",
|
||||||
|
"The_user_will_be_able_to_type_in_roomName": "此使用者將可以在 {{roomName}} 中輸入",
|
||||||
|
"The_user_wont_be_able_to_type_in_roomName": "此使用者將無法在 {{roomName}} 中輸入",
|
||||||
"Theme": "佈景主題",
|
"Theme": "佈景主題",
|
||||||
"There_was_an_error_while_action": "{{action}}出現錯誤!",
|
"There_was_an_error_while_action": "{{action}}出現錯誤!",
|
||||||
"This_room_is_blocked": "這個聊天室已被鎖定",
|
"This_room_is_blocked": "這個聊天室已被鎖定",
|
||||||
"This_room_is_read_only": "這個聊天室是唯讀的",
|
"This_room_is_read_only": "這個聊天室是唯讀的",
|
||||||
"Threads": "討論串",
|
"This_will_clear_all_your_offline_data": "這將清除您的所有離線資料。",
|
||||||
|
"This_will_remove_all_data_from_this_server": "這將從此伺服器中刪除所有資料。",
|
||||||
"Thread": "討論串",
|
"Thread": "討論串",
|
||||||
|
"Threads": "討論串",
|
||||||
|
"Threads_displaying_all": "顯示全部",
|
||||||
|
"Threads_displaying_following": "顯示追蹤中",
|
||||||
|
"Threads_displaying_unread": "顯示未讀",
|
||||||
"Timezone": "時區",
|
"Timezone": "時區",
|
||||||
"topic": "主題",
|
|
||||||
"Topic": "主題",
|
"Topic": "主題",
|
||||||
"Translate": "翻譯",
|
"Translate": "翻譯",
|
||||||
"Try_again": "再試一次",
|
"Try_again": "再試一次",
|
||||||
"Two_Factor_Authentication": "雙重認證",
|
"Two_Factor_Authentication": "雙重認證",
|
||||||
"unarchive": "取消封存",
|
"Type_message": "輸入訊息",
|
||||||
"UNARCHIVE": "取消封存",
|
"UNARCHIVE": "取消封存",
|
||||||
"Unfollowed_thread": "取消追蹤討論",
|
"Unfollowed_thread": "取消追蹤討論",
|
||||||
"Unmute": "取消靜音",
|
"Unmute": "取消靜音",
|
||||||
"unmuted": "靜音狀態",
|
"Unmute_someone_in_room": "有人在房間取消靜音",
|
||||||
"Unpin": "取消釘選",
|
"Unpin": "取消釘選",
|
||||||
"unread_messages": "未讀訊息",
|
|
||||||
"Unread": "未讀",
|
"Unread": "未讀",
|
||||||
"Unread_on_top": "未讀優先",
|
"Unread_on_top": "未讀優先",
|
||||||
"Unstar": "取消標記",
|
"Unstar": "取消標記",
|
||||||
"Updating": "正在更新",
|
"Updating": "正在更新",
|
||||||
"Uploading": "正在上傳",
|
"Uploading": "正在上傳",
|
||||||
"User": "使用者",
|
"User": "使用者",
|
||||||
"Users": "使用者",
|
|
||||||
"User_Info": "使用者資訊",
|
"User_Info": "使用者資訊",
|
||||||
"User_has_been_key": "使用者已被{{key}}",
|
"User_has_been_key": "使用者已被{{key}}",
|
||||||
"User_sent_an_attachment": "{{user}} 寄送了一個附件",
|
"User_sent_an_attachment": "{{user}} 寄送了一個附件",
|
||||||
"Username": "使用者名稱",
|
"Username": "使用者名稱",
|
||||||
"Username_or_email": "使用者名稱或電子郵件",
|
"Username_or_email": "使用者名稱或電子郵件",
|
||||||
|
"Users": "使用者",
|
||||||
"Uses_server_configuration": "使用伺服器設定",
|
"Uses_server_configuration": "使用伺服器設定",
|
||||||
"Registration_Succeeded": "註冊成功",
|
|
||||||
"Verify_email_desc": "我們已經送出一封電子郵件,以確認您的註冊。如果您沒有很快收到,請再試一次。",
|
"Verify_email_desc": "我們已經送出一封電子郵件,以確認您的註冊。如果您沒有很快收到,請再試一次。",
|
||||||
|
"Version_no": "版本: {{version}}",
|
||||||
"View_Original": "檢視原文",
|
"View_Original": "檢視原文",
|
||||||
|
"Wait_activation_warning": "您的帳號必須由管理員手動啟用後才能登入。",
|
||||||
"Waiting_for_network": "等待網路連線",
|
"Waiting_for_network": "等待網路連線",
|
||||||
"Websocket_disabled": "Websocket 已於此伺服器上禁用。\\n{{contact}}",
|
"Websocket_disabled": "Websocket 已於此伺服器上禁用。\\n{{contact}}",
|
||||||
"What_are_you_doing_right_now": "現在在做些什麼?",
|
"What_are_you_doing_right_now": "現在在做些什麼?",
|
||||||
|
"Whats_the_password_for_your_certificate": "您的憑證密碼是?",
|
||||||
"Without_Servers": "未連接至伺服器",
|
"Without_Servers": "未連接至伺服器",
|
||||||
"Workspaces": "工作區",
|
"Workspaces": "工作區",
|
||||||
"Would_you_like_to_return_the_inquiry": "你想回覆詢問嗎?",
|
"Would_you_like_to_return_the_inquiry": "你想回覆詢問嗎?",
|
||||||
"Write_External_Permission_Message": "Rocket.Chat 需要您圖片庫的存取權限以儲存圖片。",
|
|
||||||
"Write_External_Permission": "圖片庫權限",
|
"Write_External_Permission": "圖片庫權限",
|
||||||
|
"Write_External_Permission_Message": "Rocket.Chat 需要您圖片庫的存取權限以儲存圖片。",
|
||||||
"Yes": "是",
|
"Yes": "是",
|
||||||
"Yes_action_it": "是的,{{action}}它!",
|
"Yes_action_it": "是的,{{action}}它!",
|
||||||
"Yesterday": "昨天",
|
"Yesterday": "昨天",
|
||||||
|
"You": "你",
|
||||||
"You_are_in_preview_mode": "您處於預覽模式",
|
"You_are_in_preview_mode": "您處於預覽模式",
|
||||||
"You_can_search_using_RegExp_eg": "您可用 RegExp 進行搜尋。例如`/^text$/i`",
|
"You_can_search_using_RegExp_eg": "您可用 RegExp 進行搜尋。例如`/^text$/i`",
|
||||||
"You_colon": "你:",
|
"You_colon": "你:",
|
||||||
"you_were_mentioned": "你被提到了",
|
|
||||||
"You_were_removed_from_channel": "您已從 {{channel}} 中被踢除",
|
|
||||||
"you": "你",
|
|
||||||
"You": "你",
|
|
||||||
"Logged_out_by_server": "伺服器端已將你登出,請重新登入",
|
|
||||||
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "您需要至少連接一個 Rocket.Chat 伺服器才能共享某些内容。",
|
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "您需要至少連接一個 Rocket.Chat 伺服器才能共享某些内容。",
|
||||||
"You_need_to_verifiy_your_email_address_to_get_notications": "您需要先驗證您的電子郵件以啟用通知",
|
"You_need_to_verifiy_your_email_address_to_get_notications": "您需要先驗證您的電子郵件以啟用通知",
|
||||||
"Your_certificate": "你的證書",
|
"You_were_removed_from_channel": "您已從 {{channel}} 中被踢除",
|
||||||
"Your_invite_link_will_expire_after__usesLeft__uses": "您的邀請連結將在{{usesLeft}}使用後到期。",
|
"You_will_be_logged_out_from_other_locations": "您將於其他設備上登出",
|
||||||
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "您的邀請連結將於{{date}}或{{usesLeft}}使用後到期。",
|
"You_will_be_logged_out_of_this_application": "您即將登出",
|
||||||
"Your_invite_link_will_expire_on__date__": "您的邀請連結將於{{date}}到期。",
|
|
||||||
"Your_invite_link_will_never_expire": "您的邀請連結永久有效。",
|
|
||||||
"Your_workspace": "您的工作區",
|
|
||||||
"Your_password_is": "您的密碼",
|
|
||||||
"Version_no": "版本: {{version}}",
|
|
||||||
"You_will_not_be_able_to_recover_this_message": "您將無法恢復此訊息!",
|
"You_will_not_be_able_to_recover_this_message": "您將無法恢復此訊息!",
|
||||||
"You_will_unset_a_certificate_for_this_server": "您將取消此伺服器的憑證設定",
|
"You_will_unset_a_certificate_for_this_server": "您將取消此伺服器的憑證設定",
|
||||||
"Change_Language": "切換語言",
|
"Your_certificate": "你的證書",
|
||||||
"Crash_report_disclaimer": "我們絕不記錄您的聊天內容。 崩潰報告和分析事件僅與 Rocket.Chat 有關,以便識別和修復問題。",
|
"Your_invite_link_will_expire_after__usesLeft__uses": "您的邀請連結將在{{usesLeft}}使用後到期。",
|
||||||
"Type_message": "輸入訊息",
|
"Your_invite_link_will_expire_on__date__": "您的邀請連結將於{{date}}到期。",
|
||||||
"Search_messages": "搜尋訊息",
|
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "您的邀請連結將於{{date}}或{{usesLeft}}使用後到期。",
|
||||||
"Reply_in_Thread": "討論串回覆",
|
"Your_invite_link_will_never_expire": "您的邀請連結永久有效。",
|
||||||
"Add_server": "新增伺服器",
|
"Your_password_is": "您的密碼",
|
||||||
"You_will_be_logged_out_of_this_application": "您即將登出",
|
"Your_workspace": "您的工作區",
|
||||||
"Clear": "清除",
|
"alert": "警報",
|
||||||
"This_will_clear_all_your_offline_data": "這將清除您的所有離線資料。",
|
"alerts": "警報",
|
||||||
"This_will_remove_all_data_from_this_server": "這將從此伺服器中刪除所有資料。",
|
"and": "和",
|
||||||
"Mark_unread": "標記未讀",
|
|
||||||
"Wait_activation_warning": "您的帳號必須由管理員手動啟用後才能登入。",
|
|
||||||
"Screen_lock": "螢幕鎖定",
|
|
||||||
"Local_authentication_biometry_title": "驗證",
|
|
||||||
"Local_authentication_biometry_fallback": "使用通關密碼",
|
|
||||||
"Local_authentication_unlock_option": "以通關密碼解鎖",
|
|
||||||
"Local_authentication_change_passcode": "變更通關密碼",
|
|
||||||
"Local_authentication_info": "註: 如果您忘記了通關密碼,將需要移除並重新安裝此 App",
|
|
||||||
"Local_authentication_facial_recognition": "臉部辨識",
|
|
||||||
"Local_authentication_fingerprint": "指紋辨識",
|
|
||||||
"Local_authentication_unlock_with_label": "以 {{label}} 解鎖",
|
|
||||||
"Local_authentication_auto_lock_60": "1分鐘後",
|
|
||||||
"Local_authentication_auto_lock_300": "5分鐘後",
|
|
||||||
"Local_authentication_auto_lock_900": "15分鐘後",
|
|
||||||
"Local_authentication_auto_lock_1800": "半小時後",
|
|
||||||
"Local_authentication_auto_lock_3600": "一小時後",
|
|
||||||
"Passcode_enter_title": "請輸入通關密碼",
|
|
||||||
"Passcode_choose_title": "請輸入新通關密碼",
|
|
||||||
"Passcode_choose_confirm_title": "請確認新通關密碼",
|
|
||||||
"Passcode_choose_error": "不正確的通關密碼,請再試一次",
|
|
||||||
"Passcode_choose_force_set": "管理員設定必填",
|
|
||||||
"Passcode_app_locked_title": "App 已鎖定",
|
|
||||||
"Passcode_app_locked_subtitle": "{{timeLeft}} 秒後再進行嘗試",
|
|
||||||
"After_seconds_set_by_admin": "{{seconds}} 秒 (管理員設定)",
|
|
||||||
"Dont_activate": "現在不要啟用",
|
|
||||||
"Queued_chats": "聊天佇列",
|
|
||||||
"Logout_from_other_logged_in_locations": "登出其他已登入的設備",
|
|
||||||
"You_will_be_logged_out_from_other_locations": "您將於其他設備上登出",
|
|
||||||
"Logged_out_of_other_clients_successfully": "成功登出其他用戶端",
|
|
||||||
"Logout_failed": "登出失敗",
|
|
||||||
"Log_analytics_events": "日誌分析事件",
|
|
||||||
"E2E_encryption_change_password_title": "變更加密密碼",
|
|
||||||
"E2E_encryption_change_password_description": "現在您可以建立加密私人群組和私訊。您也可以變更已存在的私人群組或是私訊來加密。\\n\\n這是點對點的加密,所以用來加密/解密的金鑰將不會儲存到伺服器上。為此,您必須安全存放您的密碼。如果您希望在其他裝置上使用對點加密時,將會需要輸入此密碼。",
|
|
||||||
"E2E_encryption_change_password_error": "變更 E2E 密碼時發生錯誤!",
|
|
||||||
"E2E_encryption_change_password_success": "E2E 密碼已成功變更!",
|
|
||||||
"E2E_encryption_change_password_message": "請確定您已將其安全存放至別處",
|
|
||||||
"E2E_encryption_change_password_confirmation": "是,我要變更",
|
|
||||||
"E2E_encryption_reset_title": "重設 E2E 金鑰",
|
|
||||||
"E2E_encryption_reset_description": "此選項將撤銷您目前的*E2E 金鑰*並將您登出。\\n當您再次登入時,Rocket.Chat 將產生新的一組金鑰並恢復您對任一有在線成員的加密聊天室之存取權限。\\n由於 E2E 加密的特性,Rocket.Chat 無法恢復無在線成員之聊天室之存取權限。",
|
|
||||||
"E2E_encryption_reset_button": "重設",
|
|
||||||
"E2E_encryption_reset_error": "重設 E2E 金鑰時發生錯誤!",
|
|
||||||
"E2E_encryption_reset_message": "您將被登出",
|
|
||||||
"E2E_encryption_reset_confirmation": "是,我要重設",
|
|
||||||
"Following": "正在追蹤",
|
|
||||||
"Threads_displaying_all": "顯示全部",
|
|
||||||
"Threads_displaying_following": "顯示追蹤中",
|
|
||||||
"Threads_displaying_unread": "顯示未讀",
|
|
||||||
"No_threads": "當前沒有討論串",
|
|
||||||
"No_threads_following": "當前沒有正在追蹤的討論",
|
|
||||||
"No_threads_unread": "當前沒有未讀的討論",
|
|
||||||
"Message_composer_Send_to_channel": "發送至頻道",
|
|
||||||
"Confirmation": "確認",
|
|
||||||
"Open_Livechats": "打開即時聊天",
|
|
||||||
"Broadcast_hint": "只有經過授權的使用者才能發送新訊息,但其他使用者可以回覆",
|
|
||||||
"and_N_more": "另外{{count}}個",
|
"and_N_more": "另外{{count}}個",
|
||||||
"Slash_Gimme_Description": "顯示(つ◕_◕)つ之前您的留言",
|
"announcement": "公告",
|
||||||
"Slash_LennyFace_Description": "顯示(͡°͜ʖ͡°)後留言",
|
"archive": "封存",
|
||||||
"Slash_Shrug_Description": "顯示¯\\ _(ツ)_ /¯的消息後",
|
"are_typing": "正在輸入",
|
||||||
"Slash_Status_Description": "設定您的狀態訊息",
|
"changing_avatar": "更改大頭貼",
|
||||||
"Slash_Status_Params": "狀態訊息",
|
"creating_channel": "新建頻道",
|
||||||
"Slash_Tableflip_Description": "顯示(╯□°°)╯(┻━┻",
|
"creating_invite": "建立邀請",
|
||||||
"Slash_TableUnflip_Description": "顯示┬─┬ノ(゜ - ゜ノ)",
|
"delete": "刪除",
|
||||||
"Slash_Topic_Description": "設定主題",
|
"deleting_room": "正在刪除聊天室",
|
||||||
"Slash_Topic_Params": "主題訊息",
|
"description": "描述",
|
||||||
"Create_A_New_Channel": "建立一個新Channel",
|
"error-action-not-allowed": "{{action}} 不允許",
|
||||||
"Show_the_keyboard_shortcut_list": "顯示鍵盤快捷鍵列表",
|
"error-avatar-invalid-url": "無效的大頭貼網址:{{url}}",
|
||||||
"Hide_room": "隱藏",
|
"error-duplicate-channel-name": "名為「{{room_name}}」的頻道已存在",
|
||||||
"Invite_user_to_join_channel": "邀請使用者加入此頻道",
|
"error-email-send-failed": "嘗試發送電子郵件時出錯:{{message}}",
|
||||||
"Invite_user_to_join_channel_all_from": "邀請[#channel]中的所有使用者加入此頻道",
|
"error-file-too-large": "檔案太大",
|
||||||
"Invite_user_to_join_channel_all_to": "邀請此頻道的所有使用者加入[#頻道]",
|
"error-invalid-email": "無效的電子郵件{{email}}",
|
||||||
"Join_the_given_channel": "加入現有頻道",
|
"error-invalid-file-type": "無效的檔案類型",
|
||||||
"Remove_someone_from_room": "從房間中刪除某人",
|
"error-invalid-password": "無效的密碼",
|
||||||
"Leave_the_current_channel": "離開目前頻道",
|
"error-invalid-room-name": "{{room_name}} 不是一個有效的聊天室名稱",
|
||||||
"Displays_action_text": "顯示文字行動",
|
"error-not-allowed": "不允許",
|
||||||
"Direct_message_someone": "私訊其他人",
|
"error-not-permission-to-upload-file": "You don't have permission to upload files",
|
||||||
"Mute_someone_in_room": "在房間中有人靜音",
|
"error-save-image": "錯誤,無法儲存圖片",
|
||||||
"Unmute_someone_in_room": "有人在房間取消靜音",
|
"error-save-video": "錯誤,無法儲存影片",
|
||||||
"Audio": "音訊",
|
"error-too-many-requests": "錯誤,請求過多。請稍候{{seconds}}秒後再進行嘗試。",
|
||||||
"The_user_wont_be_able_to_type_in_roomName": "此使用者將無法在 {{roomName}} 中輸入",
|
"error-you-are-last-owner": "您是最後的擁有者。請刪除此人之前設置一個新的擁有者。",
|
||||||
"The_user_will_be_able_to_type_in_roomName": "此使用者將可以在 {{roomName}} 中輸入"
|
"is_typing": "正在輸入",
|
||||||
|
"last_message": "最後一則訊息",
|
||||||
|
"leave": "離開",
|
||||||
|
"leaving_room": "離開聊天室",
|
||||||
|
"members": "成員",
|
||||||
|
"message": "訊息",
|
||||||
|
"messages": "訊息",
|
||||||
|
"muted": "被靜音",
|
||||||
|
"replies": "回覆",
|
||||||
|
"reply": "回覆",
|
||||||
|
"resetting_password": "正在重置密碼",
|
||||||
|
"saved_to_gallery": "儲存至圖片庫",
|
||||||
|
"saving_preferences": "儲存偏好設定",
|
||||||
|
"saving_profile": "儲存配置文件",
|
||||||
|
"saving_settings": "儲存設定",
|
||||||
|
"topic": "主題",
|
||||||
|
"unarchive": "取消封存",
|
||||||
|
"unmuted": "靜音狀態",
|
||||||
|
"unread_messages": "未讀訊息",
|
||||||
|
"you": "你",
|
||||||
|
"you_were_mentioned": "你被提到了"
|
||||||
}
|
}
|
|
@ -16,6 +16,7 @@
|
||||||
"generate-source-maps-ios": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios-release.bundle --sourcemap-output ios-release.bundle.map",
|
"generate-source-maps-ios": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios-release.bundle --sourcemap-output ios-release.bundle.map",
|
||||||
"postinstall": "patch-package && jetify",
|
"postinstall": "patch-package && jetify",
|
||||||
"build-icon-set": "node scripts/build-icon-set.js",
|
"build-icon-set": "node scripts/build-icon-set.js",
|
||||||
|
"organize-translations": "node scripts/organize-translations.js",
|
||||||
"e2e:android-build-debug": "yarn detox build -c android.emu.debug",
|
"e2e:android-build-debug": "yarn detox build -c android.emu.debug",
|
||||||
"e2e:android-test-debug": "yarn detox test -c android.emu.debug",
|
"e2e:android-test-debug": "yarn detox test -c android.emu.debug",
|
||||||
"e2e:android-build": "yarn detox build -c android.emu.release",
|
"e2e:android-build": "yarn detox build -c android.emu.release",
|
||||||
|
|
|
@ -0,0 +1,49 @@
|
||||||
|
const fs = require('fs');
|
||||||
|
const path = require('path');
|
||||||
|
|
||||||
|
const translationsPath = './app/i18n/locales';
|
||||||
|
|
||||||
|
// Read the files in the folder
|
||||||
|
fs.readdir(translationsPath, (err, files) => {
|
||||||
|
if (err) {
|
||||||
|
console.error("Error listing folder files:", err);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
files.forEach(file => {
|
||||||
|
// Check if the file is a .json
|
||||||
|
if (path.extname(file) === '.json') {
|
||||||
|
const filePath = path.join(translationsPath, file);
|
||||||
|
|
||||||
|
// Read the file content
|
||||||
|
fs.readFile(filePath, 'utf8', (err, data) => {
|
||||||
|
if (err) {
|
||||||
|
console.error(`Error reading file ${file}:`, err);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Parse the content into an object
|
||||||
|
const obj = JSON.parse(data);
|
||||||
|
|
||||||
|
// Sort the object keys alphabetically
|
||||||
|
const sortedObj = Object.keys(obj).sort().reduce((acc, key) => {
|
||||||
|
acc[key] = obj[key];
|
||||||
|
return acc;
|
||||||
|
}, {});
|
||||||
|
|
||||||
|
// Convert the object back to JSON
|
||||||
|
const sortedJSON = JSON.stringify(sortedObj, null, 2);
|
||||||
|
|
||||||
|
// Overwrite the file with the sorted JSON
|
||||||
|
fs.writeFile(filePath, sortedJSON, 'utf8', (err) => {
|
||||||
|
if (err) {
|
||||||
|
console.error(`Error writing to file ${file}:`, err);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log(`${file} was successfully updated.`);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
Loading…
Reference in New Issue