diff --git a/packages/rocketchat-i18n/i18n/ca.i18n.json b/packages/rocketchat-i18n/i18n/ca.i18n.json index 96a97da5338..fc6c35c7f0d 100644 --- a/packages/rocketchat-i18n/i18n/ca.i18n.json +++ b/packages/rocketchat-i18n/i18n/ca.i18n.json @@ -155,7 +155,11 @@ "And_more": "I __length__ més", "Animals_and_Nature": "Animals i natura", "API": "API", + "API_Allow_Infinite_Count": "Permet obtenir tot", + "API_Allow_Infinite_Count_Description": "Les peticions a la API REST haurien de permetre retornar-ho tot en una sola petició?", "API_Analytics": "Analítiques", + "API_Default_Count": "Comptador per defecte", + "API_Default_Count_Description": "El comptador per defecte per als resultats de les peticions API REST si el consumidor no n'ha especificat cap.", "API_Embed": "Incrusta (embed)", "API_Embed_Description": "Activa o no les previsualitzacions d'enllaços quan un usuari publica l'enllaç a un web.", "API_EmbedCacheExpirationDays": "Caducitat de la memòria cau de les incrustacions (en dies)", @@ -169,6 +173,8 @@ "API_GitHub_Enterprise_URL_Description": "Exemple: http://domain.com (sense la barra final)", "API_Gitlab_URL": "URL de GitLab", "API_Token": "API Token", + "API_Upper_Count_Limit": "Nombre màxim de registres", + "API_Upper_Count_Limit_Description": "Quin és el nombre màxim de registres que la API REST pot retornar (si no és il·limitat)?", "API_User_Limit": "Límit d'usuaris per afegir tots els usuaris a un canal", "API_Wordpress_URL": "URL de WordPress", "Apiai_Key": "Clau Api.ai ", @@ -438,6 +444,7 @@ "error-invalid-description": "Descripció invàlida", "error-invalid-domain": "Domini invàlid", "error-invalid-email": "L'adreça __email__ no és vàlida", + "error-invalid-email-address": "Adreça de correu-e invàlida", "error-invalid-file-height": "Alçada de la imatge invàlida", "error-invalid-file-type": "Tipus d'arxiu no vàlid", "error-direct-message-file-upload-not-allowed": "Compartició d'arxius no permesa als missatges directes", @@ -524,6 +531,8 @@ "Food_and_Drink": "Menjar i beure", "Footer": "Peu de pàgina", "For_your_security_you_must_enter_your_current_password_to_continue": "Per a la seva seguretat, ha de tornar a introduir la contrasenya per continuar", + "Force_Disable_OpLog_For_Cache": "Força la inhabilitació de OpLog per la cache", + "Force_Disable_OpLog_For_Cache_Description": "No s'utilitzarà OpLog per sincronitzar la cache tot i estar disponible", "Force_SSL": "Força SSL", "Force_SSL_Description": "*Atenció!* _Force SSL_ mai ha de ser usat amb servidor intermediari invers. Si s'utilitza un proxy invers, s'ha de fer la redirecció AL PROXY. Aquesta opció existeix per a les instal·lacions tipus Heroku, que no permeten la configuració de redireccions al proxy invers.", "Forgot_password": "No recordes la contrasenya?", @@ -1372,10 +1381,13 @@ "Unread_Rooms": "Sales no llegides", "Unread_Rooms_Mode": "Mode de sales no llegides", "Unstar_Message": "Esborra el destacat", + "Upload_file_description": "Descripció de l'arxiu", + "Upload_file_name": "Nom de l'arxiu", "Upload_file_question": "Pujar l'arxiu?", "Uploading_file": "Pujant l'arxiu...", "Uptime": "Temps en funcionament", "URL": "URL", + "URL_room_prefix": "Prefix de l'adreça URL de les sales", "Use_account_preference": "Utilitza la preferència del compte", "Use_Emojis": "Utilitza emojis", "Use_Global_Settings": "Usa la configuració global", @@ -1440,6 +1452,7 @@ "UTF8_Names_Slugify": "Slugify de noms UTF8", "UTF8_Names_Validation": "Validació de noms UTF8", "UTF8_Names_Validation_Description": "RegExp que s'utilitzarà per validar noms d'usuari i de sala", + "Validate_email_address": "Valida l'adreça de correu-e", "Verification_email_sent": "Missatge de correu-e de verificació enviat", "Verified": "Verificat", "Version": "Versió", diff --git a/packages/rocketchat-i18n/i18n/de.i18n.json b/packages/rocketchat-i18n/i18n/de.i18n.json index 60013ed7e96..4270f720c9a 100644 --- a/packages/rocketchat-i18n/i18n/de.i18n.json +++ b/packages/rocketchat-i18n/i18n/de.i18n.json @@ -397,7 +397,7 @@ "error-invalid-domain": "Ungültige Domain", "error-invalid-email": "Ungültige E-Mail-Adresse: __email__", "error-invalid-file-height": "Ungültige Dateihöhe", - "error-invalid-file-type": "Ungültiges Dateiformat.", + "error-invalid-file-type": "Ungültiges Dateiformat", "error-invalid-file-width": "Ungültige Dateibreite", "error-invalid-from-address": "Sie haben eine ungültige E-Mail-Adresse als Empfänger angegeben.", "error-invalid-integration": "Ungültige Integration", @@ -426,7 +426,7 @@ "error-not-allowed": "Nicht erlaubt", "error-not-authorized": "Nicht berechtigt", "error-push-disabled": "Push-Benachrichtigungen sind deaktiviert", - "error-remove-last-owner": "Das ist der letzte Besitzer. Bitte bestimmen Sie einen neuen Besitzer, bevor Sie diesen Raum löschen.", + "error-remove-last-owner": "Das ist der letzte Besitzer. Bitte bestimmen Sie einen neuen Besitzer, bevor Sie diesen entfernen.", "error-role-in-use": "Die Rolle kann nicht gelöscht werden, da sie gerade verwendet wird.", "error-role-name-required": "Ein Rollenname muss angegeben werden", "error-the-field-is-required": "Das Feld __field__ ist erforderlich.", diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index 88e0655bc25..9951ed223f9 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -1532,4 +1532,4 @@ "your_message_optional": "your message (optional)", "Your_password_is_wrong": "Your password is wrong!", "Your_push_was_sent_to_s_devices": "Your push was sent to %s devices" -} +} \ No newline at end of file diff --git a/packages/rocketchat-i18n/i18n/he.i18n.json b/packages/rocketchat-i18n/i18n/he.i18n.json index fcc46b99ef7..459b1008f5f 100644 --- a/packages/rocketchat-i18n/i18n/he.i18n.json +++ b/packages/rocketchat-i18n/i18n/he.i18n.json @@ -450,8 +450,8 @@ "Hash": "בְּלִיל", "Header": "כּוֹתֶרֶת", "Hidden": "מוּסתָר", - "Hide_Avatars":"הסתרת אוואטרים", - "Hide_flextab":"הסתרת תפריט ימני בלחיצה", + "Hide_Avatars": "הסתרת אוואטרים", + "Hide_flextab": "הסתרת תפריט ימני בלחיצה", "Hide_Group_Warning": "האם אתה בטוח שאתה מעוניין להסתיר את הקבוצה \"%s\"?", "Hide_Private_Warning": "האם אתה בטוח שאתה רוצה להסתיר את הדיון עם \" %s\"?", "Hide_room": "להסתיר את החדר", @@ -746,13 +746,13 @@ "No_starred_messages": "אין הודעות מועדפות", "No_user_with_username_%s_was_found": "לא נמצא המשתמש \"%s\"!", "Node_version": "גרסת Node", - "Normal":"נורמלי", + "Normal": "נורמלי", "Not_authorized": "לא מאומת", "Not_Available": "לא זמין", "Not_found_or_not_allowed": "לא נמצא או שאין לך הרשאה", "Nothing": "שום דבר", "Nothing_found": "אין תוצאות", - "Notification_Duration":"משך התרעה", + "Notification_Duration": "משך התרעה", "Notifications": "התרעות", "Notify_all_in_this_room": "להודיע לכל מי שבחדר", "Notify_active_in_this_room": "להודיע לכל המחוברים שבחדר", @@ -761,7 +761,7 @@ "OAuth_Application": "יישום OAuth", "OAuth_Applications": "יישומי OAuth", "Objects": "אובייקטים", - "Off":"לא פועל", + "Off": "לא פועל", "Off_the_record_conversation": "שיחה לא לציטוט", "Off_the_record_conversation_is_not_available_for_your_browser_or_device": "שיחה לא לציטוט אינה זמינה בדפדפן או במכשיר שלך.", "Offline": "מנותק", @@ -772,7 +772,7 @@ "Offline_message": "הודעה מנותקת", "Offline_success_message": "הודעת הצלחה מנותקת", "Offline_unavailable": "זמין מנותק", - "On":"פועל", + "On": "פועל", "Online": "מחובר", "Only_you_can_see_this_message": "רק אתה יכול לראות הודעה זו", "Oops!": "אופס", @@ -862,9 +862,9 @@ "Random": "אקראי", "Reacted_with": "הגיבו", "Reactions": "תגובות", - "Read_only":"קריאה בלבד", - "Read_only_changed_successfully":"קריאה בלבד השתנה בהצלחה", - "Read_only_channel":"חדר קריאה בלבד", + "Read_only": "קריאה בלבד", + "Read_only_changed_successfully": "קריאה בלבד השתנה בהצלחה", + "Read_only_channel": "חדר קריאה בלבד", "Record": "הקלט", "Redirect_URI": "הפניה URI", "Refresh_keys": "רענן מפתחות", @@ -1097,7 +1097,7 @@ "Unmute_user": "בטל השתקת משתמש", "Unnamed": "ללא שם", "Unpin_Message": "שחרור הודעה", - "Unread_Alert":"התרעה על לא נקרא", + "Unread_Alert": "התרעה על לא נקרא", "Unread_Rooms": "חדרים שלא נקראו", "Unread_Rooms_Mode": "מצב חדרים שלא נקראו", "Unstar_Message": "הסר ממועדפים", @@ -1107,13 +1107,13 @@ "URL": "כתובת האתר", "Use_account_preference": "השתמש בהעדפת חשבון", "Use_Emojis": "שימוש באימוג׳י", - "Use_Global_Settings":"השתמש בהגדרות ברירת מחדל", + "Use_Global_Settings": "השתמש בהגדרות ברירת מחדל", "Use_initials_avatar": "שימוש בראשי התיבות של שם המשתמש שלך", "Use_service_avatar": "שימוש בתמונה מ־%s", "Use_this_username": "יש להשתמש בשם המשתמש הזה", "Use_uploaded_avatar": "שימוש בתמונה שהועלתה", "Use_url_for_avatar": "השתמש ב-url עבור תמונת הפרופיל", - "Use_User_Preferences_or_Global_Settings":"השתמש בהגדרות משתמש או הגדרות ברירת מחדל", + "Use_User_Preferences_or_Global_Settings": "השתמש בהגדרות משתמש או הגדרות ברירת מחדל", "User__username__is_now_a_moderator_of__room_name_": "__שם משתמש__ המשתמש עכשיו מנחה של __room_name__", "User__username__is_now_a_owner_of__room_name_": "__שם משתמש__ המשתמש עכשיו בעלים של __room_name__", "User__username__removed_from__room_name__moderators": "__שם משתמש__ המשתמש הוסר ממפקחי __room_name__", @@ -1234,4 +1234,4 @@ "Your_mail_was_sent_to_s": "הדואר שלך נשלח אל %s", "Your_password_is_wrong": "הסיסמה שלך היא לא בסדר!", "Your_push_was_sent_to_s_devices": "הודעת ה-push נשלח בהצלחה ל-%s מכשירים" -} +} \ No newline at end of file