mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 09:01:23 +01:00
latest fallbacks
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Invalid pagination value",
|
||||
"username-taken": "اسم المستخدم ماخوذ",
|
||||
"email-taken": "البريد الالكتروني ماخوذ",
|
||||
"email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Username too short",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "المستخدم محظور",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "Category doesn't exist",
|
||||
"no-topic": "Topic doesn't exist",
|
||||
"no-post": "Post doesn't exist",
|
||||
"no-group": "Group doesn't exist",
|
||||
"no-user": "المستخدم لا يوجد",
|
||||
"no-teaser": "Teaser doesn't exist",
|
||||
"no-privileges": "You don't have enough privileges for this action.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "Category disabled",
|
||||
"topic-locked": "الموضوع مقفول",
|
||||
"still-uploading": "الرجاء انتظار الرفع",
|
||||
"content-too-short": "Please enter a longer post. At least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. At least %1 characters.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Please enter a shorter title. Titles can't be longer than %1 characters.",
|
||||
"too-many-posts": "You can only post every %1 seconds.",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
"already-favourited": "You already favourited this post",
|
||||
"already-unfavourited": "You already unfavourited this post",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "You can't ban other admins!",
|
||||
"invalid-image-type": "نوع الصورة ممنوع",
|
||||
"group-name-too-short": "Group name too short",
|
||||
"group-already-exists": "Group already exists",
|
||||
"group-name-change-not-allowed": "Group name change not allowed",
|
||||
"post-already-deleted": "Post already deleted",
|
||||
"post-already-restored": "Post already restored",
|
||||
"topic-already-deleted": "Topic already deleted",
|
||||
"topic-already-restored": "Topic already restored",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Topic thumbnails are disabled.",
|
||||
"invalid-file": "Invalid File",
|
||||
"uploads-are-disabled": "Uploads are disabled",
|
||||
"upload-error": "مشكلة في الرفع: 1%",
|
||||
"signature-too-long": "Signature can't be longer than %1 characters!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "You can't chat with yourself!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Guest",
|
||||
"guests": "Guests",
|
||||
"updated.title": "Forum Updated",
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page."
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Email Confirmed",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "%1's Favourite Posts",
|
||||
"user.settings": "User Settings",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restore",
|
||||
"move": "انقل",
|
||||
"fork": "فرع",
|
||||
"banned": "محظور",
|
||||
"link": "رابط",
|
||||
"share": "شارك",
|
||||
"tools": "أدوات",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "هذا الموضوع سوف ينقل إلى فئة",
|
||||
"fork_topic_instruction": "إضغط على الردود لتفريعهم",
|
||||
"fork_no_pids": "لم تختار أي رد",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.discard": "Discard",
|
||||
"composer.submit": "Submit",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Settings",
|
||||
"show_email": "أظهر بريدي الإلكتروني",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Subscribe to Digest",
|
||||
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||
"digest_off": "Off",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "بحث",
|
||||
"enter_username": "أدخل اسم مستخدم للبحث",
|
||||
"load_more": "حمل المزيد",
|
||||
"user-not-found": "User not found!",
|
||||
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Invalid pagination value",
|
||||
"username-taken": "Username taken",
|
||||
"email-taken": "Email taken",
|
||||
"email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Username too short",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "User banned",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "Category doesn't exist",
|
||||
"no-topic": "Topic doesn't exist",
|
||||
"no-post": "Post doesn't exist",
|
||||
"no-group": "Group doesn't exist",
|
||||
"no-user": "User doesn't exist",
|
||||
"no-teaser": "Teaser doesn't exist",
|
||||
"no-privileges": "You don't have enough privileges for this action.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "Category disabled",
|
||||
"topic-locked": "Topic Locked",
|
||||
"still-uploading": "Please wait for uploads to complete.",
|
||||
"content-too-short": "Please enter a longer post. At least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. At least %1 characters.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Please enter a shorter title. Titles can't be longer than %1 characters.",
|
||||
"too-many-posts": "You can only post every %1 seconds.",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
"already-favourited": "You already favourited this post",
|
||||
"already-unfavourited": "You already unfavourited this post",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "You can't ban other admins!",
|
||||
"invalid-image-type": "Invalid image type",
|
||||
"group-name-too-short": "Group name too short",
|
||||
"group-already-exists": "Group already exists",
|
||||
"group-name-change-not-allowed": "Group name change not allowed",
|
||||
"post-already-deleted": "Post already deleted",
|
||||
"post-already-restored": "Post already restored",
|
||||
"topic-already-deleted": "Topic already deleted",
|
||||
"topic-already-restored": "Topic already restored",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Topic thumbnails are disabled.",
|
||||
"invalid-file": "Invalid File",
|
||||
"uploads-are-disabled": "Uploads are disabled",
|
||||
"upload-error": "Upload Error : %1",
|
||||
"signature-too-long": "Signature can't be longer than %1 characters!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "You can't chat with yourself!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Guest",
|
||||
"guests": "Guests",
|
||||
"updated.title": "Forum Updated",
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page."
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Email Confirmed",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "%1's Favourite Posts",
|
||||
"user.settings": "User Settings",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restore",
|
||||
"move": "Přesunout",
|
||||
"fork": "Rozdělit",
|
||||
"banned": "banned",
|
||||
"link": "Odkaz",
|
||||
"share": "Sdílet",
|
||||
"tools": "Nástroje",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "Toto téma bude přesunuto do kategorie",
|
||||
"fork_topic_instruction": "Vyber příspěvky, které chceš oddělit",
|
||||
"fork_no_pids": "Žádné příspěvky nebyly vybrány!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.discard": "Discard",
|
||||
"composer.submit": "Submit",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Nastavení",
|
||||
"show_email": "Zobrazovat můj email v profilu",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Subscribe to Digest",
|
||||
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||
"digest_off": "Off",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Vyhledávat",
|
||||
"enter_username": "Zadej uživatelské jméno k hledání",
|
||||
"load_more": "Načíst další",
|
||||
"user-not-found": "User not found!",
|
||||
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "Wir haben eine Anfrage auf Zurücksetzung deines Passworts erhalten, wahrscheinlich, weil du es vergessen hast. Falls dies nicht der Fall ist, ignoriere bitte diese E-Mail.",
|
||||
"reset.text2": "Klicke bitte auf den folgenden Link, um mit der Zurücksetzung deines Passworts fortzufahren:",
|
||||
"reset.cta": "Klicke hier, um dein Passwort zurückzusetzen",
|
||||
"digest.notifications": "Du hast einige ungelesene Benachrichtigungen vom %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Aktuellste Themen vom %1",
|
||||
"digest.cta": "Klicke hier, um %1 zu besuchen",
|
||||
"digest.unsub.info": "Diese Zusammenfassung wurde dir aufgrund deiner Abonnement-Einstellungen gesendet.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Die Nummerierung ist ungültig",
|
||||
"username-taken": "Der Benutzername ist bereits vergeben",
|
||||
"email-taken": "Die E-Mail-Adresse ist bereits vergeben",
|
||||
"email-not-confirmed": "Deine E-Mail wurde noch nicht bestätigt. Bitte klicke hier, um deine E-Mail zu bestätigen.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Benutzername ist zu kurz",
|
||||
"username-too-long": "Der Benutzername ist zu lang",
|
||||
"user-banned": "Der Benutzer ist gesperrt",
|
||||
"user-too-new": "Du musst %1 Sekunden warten, bevor du deinen ersten Beitrag verfassen kannst!",
|
||||
"no-category": "Die Kategorie existiert nicht",
|
||||
"no-topic": "Das Thema existiert nicht",
|
||||
"no-post": "Der Beitrag existiert nicht",
|
||||
"no-group": "Die Gruppe existiert nicht",
|
||||
"no-user": "Der Benutzer existiert nicht",
|
||||
"no-teaser": "Kurztext existiert nicht",
|
||||
"no-privileges": "Du verfügst nicht über ausreichende Berechtigungen, um die Aktion durchzuführen.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "Es wurde keine E-Mail-Plugins geladen, weshalb eine Test-E-Mail nicht gesendet werden konnte.",
|
||||
"category-disabled": "Kategorie ist deaktiviert",
|
||||
"topic-locked": "Thema ist gesperrt",
|
||||
"still-uploading": "Bitte warte bis der Vorgang abgeschlossen ist.",
|
||||
"content-too-short": "Der Beitrag muss mindestens %1 Zeichen enthalten.",
|
||||
"title-too-short": "Der Titel muss mindestens %1 Zeichen enthalten.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Der Titel darf maximal %1 Zeichen enthalten.",
|
||||
"too-many-posts": "Du kannst maximal alle %1 Sekunden einen Beitrag erstellen.",
|
||||
"file-too-big": "Die maximale Dateigröße beträgt %1 kbs",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "Du kannst deinen eigenen Beitrag nicht bewerten.",
|
||||
"already-favourited": "Dieser Beitrag ist bereits in deinen Favoriten enthalten",
|
||||
"already-unfavourited": "Du hast diesen Beitrag bereits aus deinen Favoriten entfernt",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!",
|
||||
"invalid-image-type": "Ungültiger Bildtyp",
|
||||
"group-name-too-short": "Gruppenname zu kurz",
|
||||
"group-already-exists": "Gruppe existiert bereits",
|
||||
"group-name-change-not-allowed": "Du kannst den Namen der Gruppe nicht ändern",
|
||||
"post-already-deleted": "Beitrag wurde bereits gelöscht",
|
||||
"post-already-restored": "Der Beitrag wurde bereits wiederhergestellt",
|
||||
"topic-already-deleted": "Das Thema wurde bereits gelöscht",
|
||||
"topic-already-restored": "Das Thema wurde bereits wiederhergestellt",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Vorschaubilder für Themen sind deaktiviert",
|
||||
"invalid-file": "Datei ungültig",
|
||||
"uploads-are-disabled": "Uploads sind deaktiviert",
|
||||
"upload-error": "Upload-Fehler: %1",
|
||||
"signature-too-long": "Die Signatur darf maximal %1 Zeichen enthalten!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "Du kannst nicht mit dir selber chatten!",
|
||||
"reputation-system-disabled": "Das Reputationssystem ist deaktiviert.",
|
||||
"downvoting-disabled": "Downvotes sind deaktiviert.",
|
||||
"not-enough-reputation-to-downvote": "Deine Reputation ist zu niedrig, um diesen Beitrag negativ zu bewerten.",
|
||||
"not-enough-reputation-to-flag": "Deine Reputation ist nicht gut genug, um diesen Beitrag zu melden.",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "Es ist ein Problem während des Reloads von NodeBB aufgetreten: \"%1\". NodeBB wird weiterhin clientseitige Assets bereitstellen, allerdings solltest du das, was du vor dem Reload gemacht hast, rückgängig machen."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Gast",
|
||||
"guests": "Gäste",
|
||||
"updated.title": "Forum aktualisiert",
|
||||
"updated.message": "Dieses Forum wurde gerade auf die neueste Version aktualisiert. Klicke hier, um die Seite neuzuladen."
|
||||
"updated.message": "Dieses Forum wurde gerade auf die neueste Version aktualisiert. Klicke hier, um die Seite neuzuladen.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "Gruppe betrachten",
|
||||
"details.title": "Gruppendetails",
|
||||
"details.members": "Mitgliederliste",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> hat deinen Beitrag in <strong>%2</strong> favorisiert.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> hat einen Beitrag in </strong>%2</strong> gemeldet",
|
||||
"user_posted_to": "<strong>%1</strong> hat auf <strong>%2</strong> geantwortet.",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> erwähnte dich in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> folgt dir jetzt.",
|
||||
"email-confirmed": "E-Mail bestätigt",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "Von %1 favorisierte Beiträge",
|
||||
"user.settings": "Benutzer-Einstellungen",
|
||||
"maintenance.text": "%1 befindet sich derzeit in der Wartung. Bitte komm später wieder.",
|
||||
"maintenance.messageIntro": "Zusätzlich hat der Administrator diese Nachricht hinterlassen:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Wiederherstellen",
|
||||
"move": "verschieben",
|
||||
"fork": "Aufspalten",
|
||||
"banned": "gesperrt",
|
||||
"link": "Link",
|
||||
"share": "Teilen",
|
||||
"tools": "Tools",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "Dieses Thema wird verschoben nach",
|
||||
"fork_topic_instruction": "Klicke auf die Beiträge, die du aufspalten willst",
|
||||
"fork_no_pids": "Keine Beiträge ausgewählt!",
|
||||
"fork_success": "Thema erfolgreich abgespalten! Klicke hier, um zum abgespalteten Thema zu gelangen.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Hier den Titel des Themas eingeben...",
|
||||
"composer.discard": "Verwerfen",
|
||||
"composer.submit": "Absenden",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Einstellungen",
|
||||
"show_email": "Zeige meine E-Mail Adresse an.",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Auszug abonnieren",
|
||||
"digest_description": "Abonniere E-Mail-Benachrichtigungen für dieses Forum (neue Benachrichtigungen und Themen) nach einem festen Zeitplan.",
|
||||
"digest_off": "Aus",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Suchen",
|
||||
"enter_username": "Benutzer durchsuchen",
|
||||
"load_more": "mehr laden",
|
||||
"user-not-found": "Benutzer nicht gefunden!",
|
||||
"users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Invalid pagination value",
|
||||
"username-taken": "Username taken",
|
||||
"email-taken": "Email taken",
|
||||
"email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Username too short",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "User banned",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "Category doesn't exist",
|
||||
"no-topic": "Topic doesn't exist",
|
||||
"no-post": "Post doesn't exist",
|
||||
"no-group": "Group doesn't exist",
|
||||
"no-user": "User doesn't exist",
|
||||
"no-teaser": "Teaser doesn't exist",
|
||||
"no-privileges": "You don't have enough privileges for this action.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "Category disabled",
|
||||
"topic-locked": "Topic Locked",
|
||||
"still-uploading": "Please wait for uploads to complete.",
|
||||
"content-too-short": "Please enter a longer post. At least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. At least %1 characters.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Please enter a shorter title. Titles can't be longer than %1 characters.",
|
||||
"too-many-posts": "You can only post every %1 seconds.",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
"already-favourited": "You already favourited this post",
|
||||
"already-unfavourited": "You already unfavourited this post",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "You can't ban other admins!",
|
||||
"invalid-image-type": "Invalid image type",
|
||||
"group-name-too-short": "Group name too short",
|
||||
"group-already-exists": "Group already exists",
|
||||
"group-name-change-not-allowed": "Group name change not allowed",
|
||||
"post-already-deleted": "Post already deleted",
|
||||
"post-already-restored": "Post already restored",
|
||||
"topic-already-deleted": "Topic already deleted",
|
||||
"topic-already-restored": "Topic already restored",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Topic thumbnails are disabled.",
|
||||
"invalid-file": "Invalid File",
|
||||
"uploads-are-disabled": "Uploads are disabled",
|
||||
"upload-error": "Upload Error : %1",
|
||||
"signature-too-long": "Signature can't be longer than %1 characters!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "You can't chat with yourself!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Guest",
|
||||
"guests": "Guests",
|
||||
"updated.title": "Forum Updated",
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page."
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Email Confirmed",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "%1's Favourite Posts",
|
||||
"user.settings": "User Settings",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restore",
|
||||
"move": "Move",
|
||||
"fork": "Fork",
|
||||
"banned": "banned",
|
||||
"link": "Link",
|
||||
"share": "Share",
|
||||
"tools": "Tools",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "This topic will be moved to the category",
|
||||
"fork_topic_instruction": "Click the posts you want to fork",
|
||||
"fork_no_pids": "No posts selected!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.discard": "Discard",
|
||||
"composer.submit": "Submit",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Settings",
|
||||
"show_email": "Show My Email",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Subscribe to Digest",
|
||||
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||
"digest_off": "Off",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Search",
|
||||
"enter_username": "Gimme y'er handle",
|
||||
"load_more": "Load More",
|
||||
"user-not-found": "User not found!",
|
||||
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Invalid pagination value",
|
||||
"username-taken": "Username taken",
|
||||
"email-taken": "Email taken",
|
||||
"email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Username too short",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "User banned",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "Category doesn't exist",
|
||||
"no-topic": "Topic doesn't exist",
|
||||
"no-post": "Post doesn't exist",
|
||||
"no-group": "Group doesn't exist",
|
||||
"no-user": "User doesn't exist",
|
||||
"no-teaser": "Teaser doesn't exist",
|
||||
"no-privileges": "You don't have enough privileges for this action.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "Category disabled",
|
||||
"topic-locked": "Topic Locked",
|
||||
"still-uploading": "Please wait for uploads to complete.",
|
||||
"content-too-short": "Please enter a longer post. At least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. At least %1 characters.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Please enter a shorter title. Titles can't be longer than %1 characters.",
|
||||
"too-many-posts": "You can only post every %1 seconds.",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
"already-favourited": "You already favorited this post",
|
||||
"already-unfavourited": "You already unfavorited this post",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "You can't ban other admins!",
|
||||
"invalid-image-type": "Invalid image type",
|
||||
"group-name-too-short": "Group name too short",
|
||||
"group-already-exists": "Group already exists",
|
||||
"group-name-change-not-allowed": "Group name change not allowed",
|
||||
"post-already-deleted": "Post already deleted",
|
||||
"post-already-restored": "Post already restored",
|
||||
"topic-already-deleted": "Topic already deleted",
|
||||
"topic-already-restored": "Topic already restored",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Topic thumbnails are disabled.",
|
||||
"invalid-file": "Invalid File",
|
||||
"uploads-are-disabled": "Uploads are disabled",
|
||||
"upload-error": "Upload Error : %1",
|
||||
"signature-too-long": "Signature can't be longer than %1 characters!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "You can't chat with yourself!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Guest",
|
||||
"guests": "Guests",
|
||||
"updated.title": "Forum Updated",
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page."
|
||||
"updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Email Confirmed",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "%1's Favorite Posts",
|
||||
"user.settings": "User Settings",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restore",
|
||||
"move": "Move",
|
||||
"fork": "Fork",
|
||||
"banned": "banned",
|
||||
"link": "Link",
|
||||
"share": "Share",
|
||||
"tools": "Tools",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "This topic will be moved to the category",
|
||||
"fork_topic_instruction": "Click the posts you want to fork",
|
||||
"fork_no_pids": "No posts selected!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.discard": "Discard",
|
||||
"composer.submit": "Submit",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Settings",
|
||||
"show_email": "Show My Email",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Subscribe to Digest",
|
||||
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||
"digest_off": "Off",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Search",
|
||||
"enter_username": "Enter a username to search",
|
||||
"load_more": "Load More",
|
||||
"user-not-found": "User not found!",
|
||||
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "Recibimos una solicitud para reiniciar tu contraseña, posiblemente porque la olvidaste. Si no es así, por favor ignora este email.",
|
||||
"reset.text2": "Para continuar con el reinicio de contraseña, por favor cliquea en el siguiente vínculo:",
|
||||
"reset.cta": "Cliquea aquí para reiniciar tu contraseña",
|
||||
"digest.notifications": "Tienes algunas notificaciónes de %1 sin leer:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Últimos temas de %1",
|
||||
"digest.cta": "Cliquea aquí para visitar %1",
|
||||
"digest.unsub.info": "Este compendio te fue enviado debido a tus ajustes de subscripción.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Valor de paginación no válido.",
|
||||
"username-taken": "Nombre de usuario ya escogido",
|
||||
"email-taken": "El correo electrónico ya está escogido.",
|
||||
"email-not-confirmed": "Tu correo electrónico está sin confirmar, por favor haz click aquí para confirmar tu email.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "El nombre de usuario es demasiado corto",
|
||||
"username-too-long": "Nombre de usuario demasiado largo",
|
||||
"user-banned": "Usuario expulsado",
|
||||
"user-too-new": "Necesitas esperar %1 segundos antes de hacer tu primera publicación.",
|
||||
"no-category": "La categoría no existe",
|
||||
"no-topic": "El tema no existe.",
|
||||
"no-post": "La publicación no existe",
|
||||
"no-group": "El grupo no existe",
|
||||
"no-user": "El usuario no existe",
|
||||
"no-teaser": "El extracto del tema no existe.",
|
||||
"no-privileges": "No tienes los privilegios necesarios para esa acción.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "Ningún plugin para email fue cargado, así que no se pudo enviar email de prueba.",
|
||||
"category-disabled": "Categoría deshabilitada.",
|
||||
"topic-locked": "Tema bloqueado.",
|
||||
"still-uploading": "Por favor, espera a que terminen las subidas.",
|
||||
"content-too-short": "Por favor, introduce una respuesta más larga, al menos de %1 caracteres.",
|
||||
"title-too-short": "Por favor, introduce un título más largo, al menos de %1 caracteres.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Por favor, introduce un título más corto, que no sobrepase los %1 caracteres.",
|
||||
"too-many-posts": "Sólo puedes publicar cada %1 segundos.",
|
||||
"file-too-big": "El tamaño máximo de archivo es de %1 KBs",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "No puedes votar tus propios posts",
|
||||
"already-favourited": "Ya has marcado esa publicación como favorita.",
|
||||
"already-unfavourited": "Ya has desmarcado este hilo como favorito",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "No puedes expulsar a otros administradores!",
|
||||
"invalid-image-type": "Tipo de imagen no válido.",
|
||||
"group-name-too-short": "Nombre del grupo es demasiado corto.",
|
||||
"group-already-exists": "El grupo ya existe.",
|
||||
"group-name-change-not-allowed": "El nombre del grupo deseado no está permitido.",
|
||||
"post-already-deleted": "La publicación ya ha sido eliminada.",
|
||||
"post-already-restored": "La publicación ya ha sido recuperada.",
|
||||
"topic-already-deleted": "El tema ya ha sido eliminado.",
|
||||
"topic-already-restored": "El tema ya ha sido recuperado.",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Las miniaturas de los temas están deshabilitadas.",
|
||||
"invalid-file": "Archivo no válido.",
|
||||
"uploads-are-disabled": "Las subidas están deshabilitadas.",
|
||||
"upload-error": "Error de subida: %1",
|
||||
"signature-too-long": "Las firmas no pueden ser más largas de %1 caracteres!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "No puedes conversar contigo mismo!",
|
||||
"reputation-system-disabled": "El sistema de reputación está deshabilitado.",
|
||||
"downvoting-disabled": "La votación negativa está deshabilitada.",
|
||||
"not-enough-reputation-to-downvote": "No tienes suficiente reputación para votar negativo este post",
|
||||
"not-enough-reputation-to-flag": "No tienes suficiente reputación para marcar esta publicación",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encontró un problema mientras refrescar: \"%1\". NodeBB intentará cargar el resto de contenido, aunque deberías deshacer lo que hiciste antes de refrescar."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Invitado",
|
||||
"guests": "Invitados",
|
||||
"updated.title": "Foro actualizado",
|
||||
"updated.message": "El foro acaba de ser actualizado a la última versión. Haz click aquí para refrescar la página."
|
||||
"updated.message": "El foro acaba de ser actualizado a la última versión. Haz click aquí para refrescar la página.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "Ver Grupo",
|
||||
"details.title": "Detalles de Grupo",
|
||||
"details.members": "Lista de Miembros",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> ha marcado como favorito su publicación en <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> ha marcado como indebida una respuesta en <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> ha publicado una respuesta a: <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> te mencionó en <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> comenzó a seguirte.",
|
||||
"email-confirmed": "Correo electrónico confirmado",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "Publicaciones favoritas de %1 ",
|
||||
"user.settings": "Preferencias del Usuario",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restaurar",
|
||||
"move": "Mover",
|
||||
"fork": "Bifurcar",
|
||||
"banned": "baneado",
|
||||
"link": "Link",
|
||||
"share": "Compartir",
|
||||
"tools": "Herramientas",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "Este tema será movido a la categoría",
|
||||
"fork_topic_instruction": "Click en las publicaciones que quieres bifurcar",
|
||||
"fork_no_pids": "¡No seleccionaste publicaciones!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Ingresa el titulo de tu tema",
|
||||
"composer.discard": "Descartar",
|
||||
"composer.submit": "Enviar",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "máx.",
|
||||
"settings": "Opciones",
|
||||
"show_email": "Mostrar mi Correo electrónico",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Suscribirse a Resumen",
|
||||
"digest_description": "Suscribirse a actualizaciones por correo electrónico a este foro (nuevas notificaciones y temas) de acuerdo a una recurrencia definida",
|
||||
"digest_off": "Apagado",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Buscar",
|
||||
"enter_username": "Ingresa el nombre de usuario que quieres buscar",
|
||||
"load_more": "Cargar más",
|
||||
"user-not-found": "¡Usuario no encontrado!",
|
||||
"users-found-search-took": "¡%1 usuario(s) encontrados! La búsqueda tardó %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Vigane lehe väärtus",
|
||||
"username-taken": "Kasutajanimi on juba võetud",
|
||||
"email-taken": "Email on võetud",
|
||||
"email-not-confirmed": "Su emaili aadress ei ole kinnitatud, vajuta siia et kinnitada.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Kasutajanimi on liiga lühike",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "Kasutaja bannitud",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "Kategooriat ei eksisteeri",
|
||||
"no-topic": "Teemat ei eksisteeri",
|
||||
"no-post": "Postitust ei eksisteeri",
|
||||
"no-group": "Gruppi ei eksisteeri",
|
||||
"no-user": "Kasutajat ei eksisteeri",
|
||||
"no-teaser": "Eelvaadet ei eksisteeri",
|
||||
"no-privileges": "Sul pole piisvalt õigusi.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "Kategooria keelatud",
|
||||
"topic-locked": "Teema lukustatud",
|
||||
"still-uploading": "Palun oota, kuni üleslaadimised on laetud.",
|
||||
"content-too-short": "Palun sisesta pikem vastus. Vähemalt %1 tähemärki.",
|
||||
"title-too-short": "Palun sisesta pikem pealkiri. Vähemalt %1 tähemärki.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Palun sisesta lühem pealkiri. Pealkirjad ei saa olla pikemad kui %1 tähemärki.",
|
||||
"too-many-posts": "Sa saad postitada iga %1 sekundi tagant.",
|
||||
"file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kb",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "Sa ei saa hääletada enda postituse poolt",
|
||||
"already-favourited": "Sa juba märkisid selle postituse lemmikuks",
|
||||
"already-unfavourited": "Sa juba eemaldasid selle postituse lemmikutest",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!",
|
||||
"invalid-image-type": "Vigane pildi formaat",
|
||||
"group-name-too-short": "Grupi nimi liiga lühike",
|
||||
"group-already-exists": "Grupp juba eksisteerib",
|
||||
"group-name-change-not-allowed": "Grupi nimevahetus ei ole lubatud",
|
||||
"post-already-deleted": "Postitus on juba kustutatud",
|
||||
"post-already-restored": "Postitus on juba taastatud",
|
||||
"topic-already-deleted": "Teema on juba kustutatud",
|
||||
"topic-already-restored": "Teema on juba taastatud",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Teema thumbnailid on keelatud.",
|
||||
"invalid-file": "Vigane fail",
|
||||
"uploads-are-disabled": "Üleslaadimised on keelatud",
|
||||
"upload-error": "Üleslaadimise viga: %1",
|
||||
"signature-too-long": "Allkiri ei saa olla pikem kui %1 tähemärki!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "Sa ei saa endaga vestelda!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "Sul ei ole piisavalt reputatsiooni, et anda negatiivset hinnangut sellele postitusele.",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Külaline",
|
||||
"guests": "Külalised",
|
||||
"updated.title": "Foorum on uuendatud",
|
||||
"updated.message": "See foorum uuendati just kõige uuemale versioonile. Vajuta siia et värskendada veebilehte."
|
||||
"updated.message": "See foorum uuendati just kõige uuemale versioonile. Vajuta siia et värskendada veebilehte.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "Kasutaja <strong>%1</strong> postitas vastuse teemasse <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> mainis sind postituses <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Emaili aadress kinnitatud",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "%1's lemmikud postitused",
|
||||
"user.settings": "Kasutaja sätted",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Taasta",
|
||||
"move": "Liiguta",
|
||||
"fork": "Fork",
|
||||
"banned": "Bannitud",
|
||||
"link": "Ühenda",
|
||||
"share": "Jaga",
|
||||
"tools": "Tööriistad",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "See teema liigutatakse antud kategooriasse",
|
||||
"fork_topic_instruction": "Vajuta postitustele, mida soovid forkida",
|
||||
"fork_no_pids": "Sa ei ole postitusi valinud!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Sisesta teema pealkiri siia...",
|
||||
"composer.discard": "Katkesta",
|
||||
"composer.submit": "Postita",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Seaded",
|
||||
"show_email": "Näita minu emaili",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Telli",
|
||||
"digest_description": "Telli kõik teated emaili teel (uued teated ja teemad).",
|
||||
"digest_off": "Väljas",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Otsi",
|
||||
"enter_username": "Sisesta kasutajanimi, keda soovid otsida",
|
||||
"load_more": "Lae veel",
|
||||
"user-not-found": "Kasutajat ei leitud!",
|
||||
"users-found-search-took": "%1kasutaja(t) leiti! Otsing kestis %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "عدد صفحهبندی نامعتبر است.",
|
||||
"username-taken": "این نام کاربری گرفته شده است.",
|
||||
"email-taken": "این رایانامه گرفته شده است.",
|
||||
"email-not-confirmed": "رایانامه شما تأیید نشده است، لطفاً برای تأیید رایانامهتان اینجا را بفشارید.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "نام کاربری خیلی کوتاه است.",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "کاربر محروم شد.",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "چنین دستهای وجود ندارد.",
|
||||
"no-topic": "چنین جستاری وجود ندارد.",
|
||||
"no-post": "چنین دیدگاهی وجود ندارد.",
|
||||
"no-group": "چنین گروهی وجود ندارد.",
|
||||
"no-user": "چنین کاربری وجود ندارد.",
|
||||
"no-teaser": "چکیدهٔ دیدگاه وجود ندارد.",
|
||||
"no-privileges": "شما دسترسی کافی برای این کار را ندارید.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "دسته غیرفعال شد.",
|
||||
"topic-locked": "جستار بسته شد.",
|
||||
"still-uploading": "خواهشمندیم تا پایان بارگذاریها شکیبا باشید.",
|
||||
"content-too-short": "خواهشمندیم دیدگاه بلندتری بنویسید. دستکم با %1 نویسه.",
|
||||
"title-too-short": "خواهشمندیم عنوان بلندتری بنویسید. دستکم با %1 نویسه.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "خواهشمندیم عنوان کوتاهتری بنویسید. عنوانها نمیتوانند بیشتر از %1 نویسه داشته باشند.",
|
||||
"too-many-posts": "شما تنها میتوانید هر %1 ثانیه دیدگاهی بفرستید.",
|
||||
"file-too-big": "بیشنیهٔ اندازهٔ مجاز پرونده %1 کیلوبایت است.",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "شما نمیتوانید به دیدگاه خود رای بدهید.",
|
||||
"already-favourited": "این دیدگاه را پیش از این پسندیدهاید.",
|
||||
"already-unfavourited": "این دیدگاه را پیش از این عدم پسند کردهاید.",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "شما نمیتوانید دیگر مدیران را محروم کنید!",
|
||||
"invalid-image-type": "نوع تصویر نامعتبر است.",
|
||||
"group-name-too-short": "نام گروه خیلی کوتاه است.",
|
||||
"group-already-exists": "این گروه از پیش وجود دارد.",
|
||||
"group-name-change-not-allowed": "تغیر نام گروه نیاز به دسترسی دارد.",
|
||||
"post-already-deleted": "دیدگاه پیشتر پاک شده است.",
|
||||
"post-already-restored": "دیدگاه پیشتر بازگردانی شده است.",
|
||||
"topic-already-deleted": "جستار پیشتر پاک شده است.",
|
||||
"topic-already-restored": "جستار پیشتر بازگردانی شده است.",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "چهرکهای جستار غیرفعال شده است.",
|
||||
"invalid-file": "فایل نامعتبر است.",
|
||||
"uploads-are-disabled": "امکان بارگذاری غیرفعال شده است.",
|
||||
"upload-error": "خطای بارگذاری: %1",
|
||||
"signature-too-long": "امضا نمیتواند بیشتر از %1 نویسه داشته باشد.",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "شما نمیتوانید با خودتان گفتگو کنید!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "شما اعتبار کافی برای دادن رای منفی به این دیدگاه را ندارید.",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "مهمان",
|
||||
"guests": "مهمانها",
|
||||
"updated.title": "انجمن بروزرسانی شد",
|
||||
"updated.message": "این انجمن به آخرین نسخه بروزرسانی شد. برای بارگزاری مجدد صفحه اینجا کلیک کنید."
|
||||
"updated.message": "این انجمن به آخرین نسخه بروزرسانی شد. برای بارگزاری مجدد صفحه اینجا کلیک کنید.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "پاسخ دادن به <strong>%2</strong> از سوی <strong>%1</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "%1 در %2 به شما اشاره کرد",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "رایانامه تایید شد",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "دیدگاههای پسندیدهٔ %1",
|
||||
"user.settings": "تنظیمات کاربر",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "برگرداندن",
|
||||
"move": "جابهجا کردن",
|
||||
"fork": "شاخه ساختن",
|
||||
"banned": "مسدود",
|
||||
"link": "پیوند",
|
||||
"share": "اشتراکگذاری",
|
||||
"tools": "ابزارها",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "این جستار جابهجا خواهد شد به دستهٔ",
|
||||
"fork_topic_instruction": "دیدگاههایی را که میخواهید به جستار تازه ببرید، برگزینید",
|
||||
"fork_no_pids": "هیچ دیدگاهی انتخاب نشده!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "سرنویس جستارتان را اینجا بنویسید...",
|
||||
"composer.discard": "دور بیانداز",
|
||||
"composer.submit": "بفرست",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "بیشینه",
|
||||
"settings": "تنظیمات",
|
||||
"show_email": "نمایش رایانامهام",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "مشترک شدن در چکیده",
|
||||
"digest_description": "مشترک شدن برای دریافت تازههی این انجمن (جستارها و آکاهسازیهای تازه) با رایانامه روی یک برنامه زمانبندی",
|
||||
"digest_off": "خاموش",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "جستجو",
|
||||
"enter_username": "یک نام کاربری برای جستجو وارد کنید",
|
||||
"load_more": "بارگذاری بیشتر",
|
||||
"user-not-found": "کاربر یافت نشد!",
|
||||
"users-found-search-took": "%1 کاربر() در مدت زمان %2 میلی ثانیه یافت شد!"
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Virheellinen taittoarvo",
|
||||
"username-taken": "Käyttäjänimi varattu",
|
||||
"email-taken": "Sähköpostiosoite varattu",
|
||||
"email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Käyttäjänimi on liian lyhyt",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "Käyttäjä on estetty",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "Kategoriaa ei ole olemassa",
|
||||
"no-topic": "Aihetta ei ole olemassa",
|
||||
"no-post": "Viestiä ei ole olemassa",
|
||||
"no-group": "Ryhmää ei ole olemassa",
|
||||
"no-user": "Käyttäjää ei ole olemassa",
|
||||
"no-teaser": "Teaseria ei ole olemassa",
|
||||
"no-privileges": "Oikeutesi eivät riitä toiminnon suorittamiseen",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "Kategoria ei ole käytössä",
|
||||
"topic-locked": "Aihe lukittu",
|
||||
"still-uploading": "Ole hyvä ja odota tiedostojen lähettämisen valmistumista.",
|
||||
"content-too-short": "Viestisi täytyy olla pidempi. Vähintään %1 merkkiä.",
|
||||
"title-too-short": "Otsikon täytyy olla pidempi. Vähintään %1 merkkiä.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Otsikkosi on liian pitkä. Otsikoiden pituuden tulee olla enintään %1 merkkiä.",
|
||||
"too-many-posts": "Voit lähettää viestin %1 sekuntin välein.",
|
||||
"file-too-big": "Suurin sallittu tiedostokoko on %1 kb",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "Et voi antaa ääntä omalle viestillesi",
|
||||
"already-favourited": "Tämä viesti on jo suosikeissasi",
|
||||
"already-unfavourited": "Olet jo poistanut tämän viestin suosikeistasi",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!",
|
||||
"invalid-image-type": "Virheellinen kuvatiedosto",
|
||||
"group-name-too-short": "Ryhmän nimi on liian lyhyt",
|
||||
"group-already-exists": "Ryhmä on jo olemassa",
|
||||
"group-name-change-not-allowed": "Et voi vaihtaa ryhmän nimeä",
|
||||
"post-already-deleted": "Viesti on jo poistettu",
|
||||
"post-already-restored": "Viesti on jo palautettu",
|
||||
"topic-already-deleted": "Aihe on jo poistettu",
|
||||
"topic-already-restored": "Aihe on jo palautettu",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Aiheiden kuvakkeet eivät ole käytössä",
|
||||
"invalid-file": "Virheellinen tiedosto",
|
||||
"uploads-are-disabled": "Et voi lähettää tiedostoa",
|
||||
"upload-error": "Lähetysvirhe: %1",
|
||||
"signature-too-long": "Allekirjoitus ei voi olla pidempi kuin %1 merkkiä!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "Et voi keskustella itsesi kanssa!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Vieras",
|
||||
"guests": "Vieraat",
|
||||
"updated.title": "Foorumi päivitetty",
|
||||
"updated.message": "Tämä foorumi on juuri päivitetty uusimpaan versioon. Paina tästä päivittääksesi sivun."
|
||||
"updated.message": "Tämä foorumi on juuri päivitetty uusimpaan versioon. Paina tästä päivittääksesi sivun.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Sähköpostiosoite vahvistettu",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "Käyttäjän %1 suosikkiviestit",
|
||||
"user.settings": "Käyttäjän asetukset",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restore",
|
||||
"move": "Siirrä",
|
||||
"fork": "Haaroita",
|
||||
"banned": "estetty",
|
||||
"link": "Linkitä",
|
||||
"share": "Jaa",
|
||||
"tools": "Työkalut",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "Tämä keskustelu siirretään aihealueelle",
|
||||
"fork_topic_instruction": "Napsauta viestejä, jotka haluat haaroittaa",
|
||||
"fork_no_pids": "Ei valittuja viestejä!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Syötä aiheesi otsikko tähän...",
|
||||
"composer.discard": "Hylkää",
|
||||
"composer.submit": "Lähetä",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Asetukset",
|
||||
"show_email": "Näytä sähköpostiosoitteeni",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Subscribe to Digest",
|
||||
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||
"digest_off": "Off",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Hae",
|
||||
"enter_username": "Syötä käyttäjätunnus hakeaksesi",
|
||||
"load_more": "Lataa lisää",
|
||||
"user-not-found": "User not found!",
|
||||
"users-found-search-took": "%1 user(s) found! Search took %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "Nous avons reçu une demande de réinitialisation de votre mot de passe, probablement parce que vous l'avez oublié. Si ce n'est pas le cas, veuillez ignorer cet email.",
|
||||
"reset.text2": "Pour confirmer la réinitialisation de votre mot de passe, veuillez cliquer sur le lien suivant :",
|
||||
"reset.cta": "Cliquez ici pour réinitialiser votre mot de passe",
|
||||
"digest.notifications": "Vous avez des notifications non-lues de %1 :",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Derniers sujets de %1 :",
|
||||
"digest.cta": "Cliquez ici pour aller sur %1",
|
||||
"digest.unsub.info": "Ce message vous a été envoyé en raison de vos paramètres d'abonnement.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "Valeur de pagination invalide",
|
||||
"username-taken": "Nom d’utilisateur déjà utilisé",
|
||||
"email-taken": "Email déjà utilisé",
|
||||
"email-not-confirmed": "Votre adresse email n'est pas confirmée, cliquez ici pour la valider.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "Nom d'utilisateur trop court",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "Utilisateur banni",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "Cette catégorie n'existe pas",
|
||||
"no-topic": "Ce sujet n'existe pas",
|
||||
"no-post": "Ce message n'existe pas",
|
||||
"no-group": "Ce groupe n'existe pas",
|
||||
"no-user": "Cet utilisateur n'existe pas",
|
||||
"no-teaser": "L’aperçu n'existe pas",
|
||||
"no-privileges": "Vous n'avez pas les privilèges nécessaires pour effectuer cette action.",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "Un email de test n'a pas pu être envoyé car aucun plugin de gestion des emails n'était chargé",
|
||||
"category-disabled": "Catégorie désactivée",
|
||||
"topic-locked": "Sujet verrouillé",
|
||||
"still-uploading": "Veuillez patienter pendant le téléchargement.",
|
||||
"content-too-short": "Veuillez entrer un message plus long. %1 caractères minimum.",
|
||||
"title-too-short": "Veuillez entrer un titre plus long. %1 caractères minimum.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "Veuillez entrer un titre plus court. Les titres ne peuvent excéder %1 caractères.",
|
||||
"too-many-posts": "Vous ne pouvez poster que toutes les %1 secondes.",
|
||||
"file-too-big": "La taille maximum des fichiers est de %1 kbs.",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "Vous ne pouvez pas voter pour vos propres messages",
|
||||
"already-favourited": "Vous avez déjà mis ce message en favoris",
|
||||
"already-unfavourited": "Vous avez déjà retiré des favoris ce message",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !",
|
||||
"invalid-image-type": "Type d’image invalide",
|
||||
"group-name-too-short": "Nom de groupe trop court",
|
||||
"group-already-exists": "Ce groupe existe déjà",
|
||||
"group-name-change-not-allowed": "Modification du nom de groupe non permise",
|
||||
"post-already-deleted": "Message déjà supprimé",
|
||||
"post-already-restored": "Message déjà restauré",
|
||||
"topic-already-deleted": "Sujet déjà supprimé",
|
||||
"topic-already-restored": "Sujet déjà restauré",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "Les miniatures de sujet sont désactivés",
|
||||
"invalid-file": "Fichier invalide",
|
||||
"uploads-are-disabled": "Les envois sont désactivés",
|
||||
"upload-error": "Erreur d'envoi : %1",
|
||||
"signature-too-long": "La signature ne peut dépasser %1 caractères !",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "Vous ne pouvez chatter avec vous même !",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "Vous n'avez pas une réputation assez élevée pour noter négativement ce message",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "Invité",
|
||||
"guests": "Invités",
|
||||
"updated.title": "Forum mis à jour",
|
||||
"updated.message": "Ce forum a été mis à jour à la dernière version. Cliquez ici pour recharger la page."
|
||||
"updated.message": "Ce forum a été mis à jour à la dernière version. Cliquez ici pour recharger la page.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "Voir le groupe",
|
||||
"details.title": "Informations du groupe",
|
||||
"details.members": "Liste des membres",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> a répondu à : <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> vous a mentionné dans <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Email vérifié",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "Messages favoris de %1",
|
||||
"user.settings": "Préférences utilisateur",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restaurer",
|
||||
"move": "Déplacer",
|
||||
"fork": "Scinder",
|
||||
"banned": "banni",
|
||||
"link": "Lien",
|
||||
"share": "Partager",
|
||||
"tools": "Outils",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "Ce sujet sera déplacé vers la catégorie",
|
||||
"fork_topic_instruction": "Cliquez sur les postes à scinder",
|
||||
"fork_no_pids": "Aucun post sélectionné !",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "Entrer le titre du sujet ici ...",
|
||||
"composer.discard": "Abandonner",
|
||||
"composer.submit": "Envoyer",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "max.",
|
||||
"settings": "Paramètres",
|
||||
"show_email": "Afficher mon email",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "S’inscrire aux comptes-rendus",
|
||||
"digest_description": "S'abonner par email aux mises à jours de ce forum (nouvelles notifications et nouveaux sujets) selon le planning sélectionné.",
|
||||
"digest_off": "Désactivé",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "Rechercher",
|
||||
"enter_username": "Entrer un nom d'utilisateur pour rechercher",
|
||||
"load_more": "Charger la suite",
|
||||
"user-not-found": "Utilisateur non trouvé !",
|
||||
"users-found-search-took": "%1 utilisateur(s) trouvé(s) ! Recherche effectuée en %2 ms."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
@@ -17,48 +17,48 @@
|
||||
"invalid-pagination-value": "ערך דפדוף שגוי",
|
||||
"username-taken": "שם משתמש תפוס",
|
||||
"email-taken": "כתובת אימייל תפוסה",
|
||||
"email-not-confirmed": "Your email is not confirmed, please click here to confirm your email.",
|
||||
"email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.",
|
||||
"username-too-short": "שם משתמש קצר מדי",
|
||||
"username-too-long": "Username too long",
|
||||
"user-banned": "המשתמש חסום",
|
||||
"user-too-new": "You need to wait %1 seconds before making your first post!",
|
||||
"no-category": "קטגוריה אינה קיימת",
|
||||
"no-topic": "נושא אינו קיים",
|
||||
"no-post": "פוסט אינו קיים",
|
||||
"no-group": "קבוצה אינה קיימת",
|
||||
"no-user": "משתמש אינו קיים",
|
||||
"no-teaser": "גרין (טיזר) אינו קיים",
|
||||
"no-privileges": "ההרשאות שלך אינן מספיקות לביצוי פעולה זו",
|
||||
"user-too-new": "Sorry, you are required to wait %1 seconds before making your first post",
|
||||
"no-category": "Category does not exist",
|
||||
"no-topic": "Topic does not exist",
|
||||
"no-post": "Post does not exist",
|
||||
"no-group": "Group does not exist",
|
||||
"no-user": "User does not exist",
|
||||
"no-teaser": "Teaser does not exist",
|
||||
"no-privileges": "You do not have enough privileges for this action.",
|
||||
"no-emailers-configured": "No email plugins were loaded, so a test email could not be sent",
|
||||
"category-disabled": "קטגוריה לא פעילה",
|
||||
"topic-locked": "נושא נעול",
|
||||
"still-uploading": "אנא המתן לסיום ההעלאות",
|
||||
"content-too-short": "יש להכניס פוסט ארוך יותר. לפחות %1 תווים.",
|
||||
"title-too-short": "יש להכניס כותרת ארוכה יותר. לפחות %1 תווים.",
|
||||
"content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.",
|
||||
"title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.",
|
||||
"title-too-long": "יש לקצר את הכותרת. כותרות אינן יכולות להיות ארוכות מ %1 תווים.",
|
||||
"too-many-posts": "אתם יכולים להעלות פוסט כל %1 שניות בלבד.",
|
||||
"file-too-big": "הגודל המקסימלי לקובץ הינו %1 קילובייט",
|
||||
"too-many-posts": "You can only post once every %1 seconds - please wait before posting again",
|
||||
"file-too-big": "Maximum allowed file size is %1 kbs - please upload a smaller file",
|
||||
"cant-vote-self-post": "לא ניתן להצביע לפוסט שלך",
|
||||
"already-favourited": "כבר הוספט פוסט זה למועדפים",
|
||||
"already-unfavourited": "כבר הסרת פוסט זה מהמועדפים",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "אינך יכול לחסום מנהלים אחרים!",
|
||||
"invalid-image-type": "סוג תמונה לא תקין",
|
||||
"group-name-too-short": "שם הקבוצה קצר מדי",
|
||||
"group-already-exists": "הקבוצה כבר קיימת",
|
||||
"group-name-change-not-allowed": "לא ניתן לשנות את שם הקבוצה",
|
||||
"post-already-deleted": "הפוסט כבר נמחק",
|
||||
"post-already-restored": "הפוסט כבר שוחזר",
|
||||
"topic-already-deleted": "הנושא כבר נמחק",
|
||||
"topic-already-restored": "הנושא כבר שוחזר",
|
||||
"post-already-deleted": "This post has already been deleted",
|
||||
"post-already-restored": "This post has already been restored",
|
||||
"topic-already-deleted": "This topic has already been deleted",
|
||||
"topic-already-restored": "This topic has already been restored",
|
||||
"topic-thumbnails-are-disabled": "תמונות ממוזערות לנושא אינן מאופשרות.",
|
||||
"invalid-file": "קובץ לא תקין",
|
||||
"uploads-are-disabled": "העלאת קבצים אינה מאופשרת",
|
||||
"upload-error": "שגיאה בהעלאה : %1",
|
||||
"signature-too-long": "חתימה אינה יכולה להיות ארוכה מ %1 תווים!",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 characters.",
|
||||
"cant-chat-with-yourself": "לא ניתן לעשות צ'אט עם עצמך!",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
"not-enough-reputation-to-downvote": "אין לך מספיק מוניטין כדי להוריד את הדירוג של פוסט זה",
|
||||
"not-enough-reputation-to-flag": "Yo do not have enough reputation to flag this post",
|
||||
"not-enough-reputation-to-flag": "You do not have enough reputation to flag this post",
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading."
|
||||
}
|
||||
@@ -71,5 +71,6 @@
|
||||
"guest": "אורח",
|
||||
"guests": "אורחים",
|
||||
"updated.title": "הפורום עודכן",
|
||||
"updated.message": "הפורום עודכן לגרסא האחרונה. נא ללחוץ כאן לעדכון הדף."
|
||||
"updated.message": "הפורום עודכן לגרסא האחרונה. נא ללחוץ כאן לעדכון הדף.",
|
||||
"privacy": "Privacy"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"groups": "Groups",
|
||||
"view_group": "View Group",
|
||||
"details.title": "Group Details",
|
||||
"details.members": "Member List",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"favourited_your_post_in": "<strong>%1</strong> has favourited your post in <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> has posted a reply to: <strong>%2</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_mentioned_you_in": "<strong>%1</strong> mentioned you in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> started following you.",
|
||||
"email-confirmed": "Email Confirmed",
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"user.favourites": "הפוסטים המועדפים על %1",
|
||||
"user.settings": "הגדרות משתמש",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administator has left this message:"
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:"
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
"restore": "Restore",
|
||||
"move": "הזז",
|
||||
"fork": "פורק",
|
||||
"banned": "מורחק",
|
||||
"link": "לינק",
|
||||
"share": "Share",
|
||||
"tools": "כלים",
|
||||
@@ -73,7 +72,7 @@
|
||||
"topic_will_be_moved_to": "נושא זה יועבר לקטגוריה",
|
||||
"fork_topic_instruction": "לחץ על הפוסטים שברצונך לשכפל",
|
||||
"fork_no_pids": "לא בחרת אף פוסט!",
|
||||
"fork_success": "Succesfully forked topic! Click here to go to the forked topic.",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"composer.title_placeholder": "הכנס את כותרת הנושא כאן...",
|
||||
"composer.discard": "מחק",
|
||||
"composer.submit": "שלח",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"max": "מקסימום",
|
||||
"settings": "הגדרות",
|
||||
"show_email": "פרסם את כתובת האימייל שלי",
|
||||
"show_fullname": "Show My Full Name",
|
||||
"digest_label": "Subscribe to Digest",
|
||||
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||
"digest_off": "Off",
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"search": "חיפוש",
|
||||
"enter_username": "הכנס שם משתמש לחיפוש",
|
||||
"load_more": "טען עוד",
|
||||
"user-not-found": "משתמש לא נמצא!",
|
||||
"users-found-search-took": "נמצאו %1 משתמש(ים)! החיפוש ארך %2 מילי שניות."
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
"reset.cta": "Click here to reset your password",
|
||||
"digest.notifications": "You have some unread notifications from %1:",
|
||||
"digest.notifications": "You have unread notifications from %1:",
|
||||
"digest.latest_topics": "Latest topics from %1",
|
||||
"digest.cta": "Click here to visit %1",
|
||||
"digest.unsub.info": "This digest was sent to you due to your subscription settings.",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user