diff --git a/packages/rocketchat-i18n/i18n/de.i18n.json b/packages/rocketchat-i18n/i18n/de.i18n.json index f1ba20e0e165..819cca1080f8 100644 --- a/packages/rocketchat-i18n/i18n/de.i18n.json +++ b/packages/rocketchat-i18n/i18n/de.i18n.json @@ -1793,6 +1793,7 @@ "theme-custom-css": "Benutzerdefiniertes CSS", "theme-font-body-font-family": "Schrift-Familie für den Textkörper", "There_are_no_agents_added_to_this_department_yet": "Es wurden bisher keine Agenten zu dieser Abteilung hinzugefügt", + "There_are_no_applications": "Bisher wurden keine oAuth Anwendungen hinzugefügt.", "There_are_no_integrations": "Es sind keine Integrationen vorhanden", "There_are_no_users_in_this_role": "Es sind dieser Rolle keine Benutzer zugeordnet", "This_conversation_is_already_closed": "Die Unterhaltung wurde bereits beendet", @@ -2062,4 +2063,4 @@ "your_message_optional": "ihre optionale Nachricht", "Your_password_is_wrong": "Falsches Passwort", "Your_push_was_sent_to_s_devices": "Eine Push-Nachricht wurde an %s Geräte gesendet." -} +} \ No newline at end of file diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index e9db704bad10..bb6a9c739901 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -1346,8 +1346,8 @@ "Notification_Duration": "Notification Duration", "Notification_Mobile_Default_For": "Push Mobile Notifications For", "Notifications": "Notifications", - "Notifications_Always_Notify_Mobile" : "Always notify mobile", - "Notifications_Always_Notify_Mobile_Description" : "Choose to always notify mobile device regardless of presence status.", + "Notifications_Always_Notify_Mobile": "Always notify mobile", + "Notifications_Always_Notify_Mobile_Description": "Choose to always notify mobile device regardless of presence status.", "Notifications_Duration": "Notifications_Duration", "Notifications_Max_Room_Members": "Max Room Members Before Disabling All Message Notifications", "Notifications_Max_Room_Members_Description": "Max number of members in room when notifications for all messages gets disabled. Users can still change per room setting to receive all notifications on an individual basis. (0 to disable)", @@ -1597,7 +1597,7 @@ "run-migration_description": "Permission to run the migrations", "Running_Instances": "Running Instances", "S_new_messages_since_s": "%s new messages since %s", - "Same_As_Token_Sent_Via" : "Same as \"Token Sent Via\"", + "Same_As_Token_Sent_Via": "Same as \"Token Sent Via\"", "Same_Style_For_Mentions": "Same style for mentions", "SAML": "SAML", "SAML_Custom_Cert": "Custom Certificate", @@ -1864,6 +1864,7 @@ "theme-custom-css": "Custom CSS", "theme-font-body-font-family": "Body Font Family", "There_are_no_agents_added_to_this_department_yet": "There are no agents added to this department yet.", + "There_are_no_applications": "No oAuth Applications have been added yet.", "There_are_no_integrations": "There are no integrations", "There_are_no_users_in_this_role": "There are no users in this role.", "This_conversation_is_already_closed": "This conversation is already closed.", @@ -2156,4 +2157,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