Merge branch 'master' into assets-route
commit
bb1bfb0449
@ -1,15 +1,15 @@
|
||||
{
|
||||
"lead": "Configurez votre liste noire d'adresses IP ici.",
|
||||
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
|
||||
"description": "Quelques fois, bannir un utilisateur ne suffit pas. Restreindre l'accès au forum à une adresse IP ou un ensemble d'adresses IP peut être le meilleur moyen de protection. Dans ce cas, vous pouvez ajouter les adresses IP problématiques ou des blocks CIDR entiers à cette liste noire, et ceux ci ne pourront ni s'identifier ni créer un nouveau compte.",
|
||||
"active-rules": "Règles actives",
|
||||
"validate": "Valider la liste noire",
|
||||
"apply": "Appliquer la liste noire",
|
||||
"hints": "Syntax Hints",
|
||||
"hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).",
|
||||
"hints": "astuces de syntaxe",
|
||||
"hint-1": "Définissez une seule adresse IP par ligne. Vous pouvez ajouter des blocs IP, du moment qu'ils respectent le format CIDR (par ex. <code>192.168.100.0/22</code>).",
|
||||
"hint-2": "Vous pouvez ajouter en commentaire en commençant la ligne pas le symbole <code>#</code>.",
|
||||
|
||||
"validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.",
|
||||
"validate.x-invalid": "The following <strong>%1</strong> rules are invalid:",
|
||||
"validate.x-valid": "<strong>%1</strong> sur <strong>%2</strong> règle(s) valide(s).",
|
||||
"validate.x-invalid": "Les règles suivantes <strong>%1</strong> sont invalides:",
|
||||
|
||||
"alerts.applied-success": "Liste noire appliquée"
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"handles": "Guest Handles",
|
||||
"handles.enabled": "Allow guest handles",
|
||||
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
|
||||
"privileges": "Privilèges invités",
|
||||
"handles": "Gestion des invités",
|
||||
"handles.enabled": "Autoriser les invités à poster",
|
||||
"handles.enabled-help": "Cette option affiche un nouveau champ qui permet aux invités de choisir un nom qui sera associé à chaque message qu'ils rédigent. Si désactivé, il seront simplement nommés \"Invité\".",
|
||||
"privileges": "Privilèges des invités",
|
||||
"privileges.can-search": "Autoriser les invités à faire des recherches sans se connecter.",
|
||||
"privileges.can-search-users": "Autoriser les invités à rechercher un utilisateur sans se connecter."
|
||||
}
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"rewards": "報酬",
|
||||
"condition-if-users": "If User's",
|
||||
"condition-is": "Is:",
|
||||
"condition-then": "Then:",
|
||||
"max-claims": "Amount of times reward is claimable",
|
||||
"zero-infinite": "Enter 0 for infinite",
|
||||
"delete": "Delete",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"control-panel": "Rewards Control",
|
||||
"new-reward": "New Reward",
|
||||
"condition-if-users": "ユーザーの",
|
||||
"condition-is": ":",
|
||||
"condition-then": "それから:",
|
||||
"max-claims": "報酬が請求可能な金額",
|
||||
"zero-infinite": "無限に0を入力します。",
|
||||
"delete": "削除",
|
||||
"enable": "有効",
|
||||
"disable": "無効",
|
||||
"control-panel": "報酬コントロール",
|
||||
"new-reward": "新しい報酬",
|
||||
|
||||
"alert.delete-success": "Successfully deleted reward",
|
||||
"alert.no-inputs-found": "Illegal reward - no inputs found!",
|
||||
"alert.save-success": "Successfully saved rewards"
|
||||
"alert.delete-success": "報酬を削除しました",
|
||||
"alert.no-inputs-found": "違法報酬 - 入力が見つかりません!",
|
||||
"alert.save-success": "報酬を保存しました"
|
||||
}
|
@ -1,19 +1,19 @@
|
||||
{
|
||||
"available": "利用可能なウィジェット",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
"containers.none": "None",
|
||||
"container.well": "Well",
|
||||
"container.jumbotron": "Jumbotron",
|
||||
"container.panel": "Panel",
|
||||
"container.panel-header": "Panel Header",
|
||||
"container.panel-body": "Panel Body",
|
||||
"container.alert": "Alert",
|
||||
"explanation": "ドロップダウンメニューからウィジェットを選択し、左のテンプレートのウィジェットエリアにドラッグ&ドロップします。",
|
||||
"none-installed": "ウィジェットがありません!必須のウィジェットプラグインを<a href=\"%1\">プラグイン</a>のコントロールパネルで有効にしてください。",
|
||||
"containers.available": "利用可能なコンテナ",
|
||||
"containers.explanation": "アクティブなウィジェットの上にドラッグアンドドロップしてください",
|
||||
"containers.none": "無い",
|
||||
"container.well": "十分",
|
||||
"container.jumbotron": "ジャンボトロン",
|
||||
"container.panel": "パネル",
|
||||
"container.panel-header": "パネルヘッダー",
|
||||
"container.panel-body": "パネル本体",
|
||||
"container.alert": "警告",
|
||||
|
||||
"alert.confirm-delete": "Are you sure you wish to delete this widget?",
|
||||
"alert.updated": "Widgets Updated",
|
||||
"alert.update-success": "Successfully updated widgets"
|
||||
"alert.confirm-delete": "このウィジェットを削除してもよろしいですか?",
|
||||
"alert.updated": "ウィジェットが更新されました。",
|
||||
"alert.update-success": "ウィジェットを保存しました"
|
||||
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"home-page": "ホームページ",
|
||||
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
|
||||
"home-page-route": "Home Page Route",
|
||||
"custom-route": "Custom Route",
|
||||
"allow-user-home-pages": "Allow User Home Pages"
|
||||
"description": "ユーザーがあなたのフォーラムのルートURLに移動するときに表示されるページを選択します。",
|
||||
"home-page-route": "ホームページのルート",
|
||||
"custom-route": "カスタムルート",
|
||||
"allow-user-home-pages": "ユーザーホームページを有効にする"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"language-settings": "言語設定",
|
||||
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
|
||||
"default-language": "Default Language"
|
||||
"description": "デフォルトの言語は、フォーラムにアクセスしているすべてのユーザーの言語表示を決定します。<br />個々のユーザーは、アカウント設定ページでデフォルトの言語を上書きできます。",
|
||||
"default-language": "デフォルトの言語"
|
||||
}
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"queue": "キュー",
|
||||
"description": "There are no users in the registration queue. <br> To enable this feature, go to <a href=\"%1\">Settings → User → User Registration</a> and set <strong>Registration Type</strong> to \"Admin Approval\".",
|
||||
"description": "登録キューにはユーザーが居ません。<br> この機能を有効にするには、<a href=\"%1\">設定 → ユーザー → ユーザー登録 → </a>へ移動し、<strong>登録タイプ</strong> の項目を \"管理者承認\"にしてください。",
|
||||
|
||||
"list.name": "名前",
|
||||
"list.email": "Email",
|
||||
"list.email": "メール",
|
||||
"list.ip": "IP",
|
||||
"list.time": "Time",
|
||||
"list.username-spam": "Frequency: %1 Appears: %2 Confidence: %3",
|
||||
"list.email-spam": "Frequency: %1 Appears: %2",
|
||||
"list.ip-spam": "Frequency: %1 Appears: %2",
|
||||
"list.time": "時間",
|
||||
"list.username-spam": "周波数:%1 出現: %2 信頼度: %3",
|
||||
"list.email-spam": "周波数:%1 出現: %2",
|
||||
"list.ip-spam": "周波数:%1 出現: %2",
|
||||
|
||||
"invitations": "Invitations",
|
||||
"invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username. <br><br>The username will be displayed to the right of the emails for users who have redeemed their invitations.",
|
||||
"invitations.inviter-username": "Inviter Username",
|
||||
"invitations.invitee-email": "Invitee Email",
|
||||
"invitations.invitee-username": "Invitee Username (if registered)",
|
||||
"invitations": "招待状",
|
||||
"invitations.description": "以下は送信された招待状の完全なリストです。Ctrl-Fを使用して、電子メールまたはユーザー名でリストを検索します。<br><br>ユーザー名は、招待状を引き換えたユーザーのメールの右側に表示されます。",
|
||||
"invitations.inviter-username": "招待者のユーザー名",
|
||||
"invitations.invitee-email": "招待メール",
|
||||
"invitations.invitee-username": "招待されたユーザー名(登録されている場合)",
|
||||
|
||||
"invitations.confirm-delete": "Are you sure you wish to delete this invitation?"
|
||||
"invitations.confirm-delete": "この招待状を削除してもよろしいですか?"
|
||||
}
|
@ -1,19 +1,19 @@
|
||||
{
|
||||
"maintenance-mode": "メンテナンスモード",
|
||||
"maintenance-mode.help": "When the forum is in maintenance mode, all requests will be redirected to a static holding page. Administrators are exempt from this redirection, and are able to access the site normally.",
|
||||
"maintenance-mode.help": "フォーラムがメンテナンスモードの場合、すべてのリクエストは静的な一時ページにリダイレクトされます。管理者はこのリダイレクトから免除され、通常のサイトにアクセスできます。",
|
||||
"maintenance-mode.message": "メンテナンスメッセージ",
|
||||
"headers": "Headers",
|
||||
"headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame",
|
||||
"headers.powered-by": "Customise the \"Powered By\" header sent by NodeBB",
|
||||
"headers.acao": "Access-Control-Allow-Origin",
|
||||
"headers.acao-help": "To deny access to all sites, leave empty or set to <code>null</code>",
|
||||
"headers.acam": "Access-Control-Allow-Methods",
|
||||
"headers.acah": "Access-Control-Allow-Headers",
|
||||
"traffic-management": "Traffic Management",
|
||||
"traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
|
||||
"traffic.enable": "Enable Traffic Management",
|
||||
"traffic.event-lag": "Event Loop Lag Threshold (in milliseconds)",
|
||||
"traffic.event-lag-help": "Lowering this value decreases wait times for page loads, but will also show the \"excessive load\" message to more users. (Restart required)",
|
||||
"traffic.lag-check-interval": "Check Interval (in milliseconds)",
|
||||
"traffic.lag-check-interval-help": "Lowering this value causes NodeBB to become more sensitive to spikes in load, but may also cause the check to become too sensitive. (Restart required)"
|
||||
"headers": "ヘッダー",
|
||||
"headers.allow-from": "NodeBBをインラインフレーム内に配置するようALLOW-FROMを設定する",
|
||||
"headers.powered-by": "NodeBBから送信された「Powered By」ヘッダーをカスタマイズする",
|
||||
"headers.acao": "アクセス-制御-有効-原点",
|
||||
"headers.acao-help": "すべてのサイトへのアクセスを拒否するには空のままにするか、<code>null</ code>に設定します",
|
||||
"headers.acam": "アクセス-制御-有効-メソッド",
|
||||
"headers.acah": "アクセス-制御-有効-ヘッダー",
|
||||
"traffic-management": "トラフィック管理",
|
||||
"traffic.help": "NodeBBは、トラフィックの多い状況で要求を自動的に拒否するモジュールを備えています。これらの設定はここで調整することができますが、はじめはデフォルト設定にしておくことをお勧めします。",
|
||||
"traffic.enable": "トラフィック管理を有効にする",
|
||||
"traffic.event-lag": "イベントループの場所のしきい値(ミリ秒単位)",
|
||||
"traffic.event-lag-help": "この値を下げるとページの読み込み時間が短縮されますが、さらに多くのユーザーには「過剰な読み込み」メッセージが表示されます。(再起動が必要)",
|
||||
"traffic.lag-check-interval": "チェック間隔(ミリ秒単位)",
|
||||
"traffic.lag-check-interval-help": "この値を小さくすると、NodeBBは負荷のスパイクに対してより敏感になりますが、チェックが過敏になる可能性もあります。(再起動が必要)"
|
||||
}
|
@ -1,25 +1,25 @@
|
||||
{
|
||||
"email-settings": "Eメール設定",
|
||||
"address": "Eメールアドレス",
|
||||
"address-help": "The following email address refers to the email that the recipient will see in the \"From\" and \"Reply To\" fields.",
|
||||
"from": "From Name",
|
||||
"from-help": "The from name to display in the email.",
|
||||
"gmail-routing": "Gmail Routing",
|
||||
"gmail-routing-help1": "There have been reports of Gmail Routing not working on accounts with heightened security. In those scenarios, you will have to <a href=\"https://www.google.com/settings/security/lesssecureapps\">configure your GMail account to allow less secure apps</a>.",
|
||||
"gmail-routing-help2": "For more information about this workaround, <a href=\"https://nodemailer.com/using-gmail/\">please consult this NodeMailer article on the issue.</a> An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"{config.relative_path}/admin/extend/plugins\">Browse available plugins here</a>.",
|
||||
"gmail-transport": "Route emails through a Gmail/Google Apps account",
|
||||
"gmail-transport.username": "Username",
|
||||
"gmail-transport.username-help": "Enter the full email address here, especially if you are using a Google Apps managed domain.",
|
||||
"gmail-transport.password": "Password",
|
||||
"template": "Edit Email Template",
|
||||
"template.select": "Select Email Template",
|
||||
"template.revert": "Revert to Original",
|
||||
"testing": "Email Testing",
|
||||
"testing.select": "Select Email Template",
|
||||
"testing.send": "Send Test Email",
|
||||
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
|
||||
"subscriptions": "Email Subscriptions",
|
||||
"subscriptions.disable": "Disable subscriber notification emails",
|
||||
"subscriptions.hour": "Digest Hour",
|
||||
"subscriptions.hour-help": "Please enter a number representing the hour to send scheduled email digests (e.g. <code>0</code> for midnight, <code>17</code> for 5:00pm). Keep in mind that this is the hour according to the server itself, and may not exactly match your system clock.<br /> The approximate server time is: <span id=\"serverTime\"></span><br /> The next daily digest is scheduled to be sent <span id=\"nextDigestTime\"></span>"
|
||||
"address-help": "次の電子メールアドレスは「送信者」と「返信先」の欄に受信者が表示する電子メールを指します。",
|
||||
"from": "名前から",
|
||||
"from-help": "メールからの名前が表示されます。",
|
||||
"gmail-routing": "Gmailのルーティング",
|
||||
"gmail-routing-help1": "Gmailルーティングがセキュリティが強化されたアカウントでは機能しないという報告がありました。この場合、<a href=\"https://www.google.com/settings/security/lesssecureapps\">安全性の低いアプリを許可するようにGmailアカウントを設定する</a>必要があります。",
|
||||
"gmail-routing-help2": "この回避策の関連情報を参照するには、<a href=\"https://nodemailer.com/using-gmail/\">問題に関するこのNodeMailerの記事を参照してください。</a> 代わりに、SendGrid、Mailgunなどのサードパーティ製電子メールプラグインを利用する方法もあります。<a href=\"{config.relative_path}/admin/extend/plugins\">利用可能なプラグインを参照する</a>。",
|
||||
"gmail-transport": "Gmail / Google Appsアカウントを使用してメールをルーティングする",
|
||||
"gmail-transport.username": "ユーザー名",
|
||||
"gmail-transport.username-help": "特にGoogle Appsの管理ドメインを使用している場合は、ここに完全なメールアドレスを入力してください。",
|
||||
"gmail-transport.password": "パスワード",
|
||||
"template": "電子メールテンプレートの編集",
|
||||
"template.select": "電子メールテンプレートを選択",
|
||||
"template.revert": "オリジナルに戻す",
|
||||
"testing": "Eメールテスト",
|
||||
"testing.select": "電子メールテンプレートを選択",
|
||||
"testing.send": "テスト電子メールを送信する",
|
||||
"testing.send-help": "テスト電子メールは、現在ログインしているユーザーの電子メールアドレスに送信されます。",
|
||||
"subscriptions": "メール購読",
|
||||
"subscriptions.disable": "購読者の通知メールを無効にする",
|
||||
"subscriptions.hour": "ダイジェストアワー",
|
||||
"subscriptions.hour-help": "スケジュールされたメールのダイジェストを送信する時間を表す数字を入力してください(深夜は<code>0</ code>、午後5:00は<code>17</code>)これはサーバー自体に基づく時間であり、システムの時計と正確に一致しない場合があります。<span id=\"serverTime\"></ span> <br />次の日のダイジェストは<span id=\"nextDigestTime\"></span>"
|
||||
}
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"general": "一般",
|
||||
"private-groups": "プライベートグループ",
|
||||
"private-groups.help": "If enabled, joining of groups requires the approval of the group owner <em>(Default: enabled)</em>",
|
||||
"private-groups.warning": "<strong>Beware!</strong> If this option is disabled and you have private groups, they automatically become public.",
|
||||
"allow-creation": "Allow Group Creation",
|
||||
"allow-creation-help": "If enabled, users can create groups <em>(Default: disabled)</em>",
|
||||
"max-name-length": "Maximum Group Name Length",
|
||||
"cover-image": "Group Cover Image",
|
||||
"default-cover": "Default Cover Images",
|
||||
"default-cover-help": "Add comma-separated default cover images for groups that don't have an uploaded cover image"
|
||||
"private-groups.help": "有効の場合、グループへの参加はグループ管理人からの承認が必要です。<em>(デフォルト: 有効)</em>",
|
||||
"private-groups.warning": "<strong>注意!</strong>このオプションが無効で、プライベートグループがある場合、自動的に公開されます。",
|
||||
"allow-creation": "グループの作成を有効にする",
|
||||
"allow-creation-help": "有効にすると、ユーザーはグループを作成できます<em>(デフォルト:無効)</ em>",
|
||||
"max-name-length": "グループ名の最大文字数",
|
||||
"cover-image": "グループ表紙イメージ",
|
||||
"default-cover": "デフォルトのカバー画像",
|
||||
"default-cover-help": "Add comma-separated default cover images for groups that don't have an uploaded cover image\n日本語\nアップロードされたカバー画像を持たないグループで、カンマ区切りのデフォルト表紙画像を追加する。"
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"handles": "ゲストハンドル",
|
||||
"handles.enabled": "ゲストハンドルを有効にする",
|
||||
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
|
||||
"privileges": "Guest Privileges",
|
||||
"privileges.can-search": "Allow guests to search without logging in",
|
||||
"privileges.can-search-users": "Allow guests to search users without logging in"
|
||||
"handles.enabled-help": "このオプションでは新しい投稿が表示される時に、ゲストは自分が投稿する各投稿に関連付ける名前を選択できます。無効にすると、単に「ゲスト」と呼ばれます。",
|
||||
"privileges": "ゲスト特典",
|
||||
"privileges.can-search": "ゲストがログインせずに検索できるようにする",
|
||||
"privileges.can-search-users": "ゲストがログインせずにユーザーを検索できるようにする"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"notifications": "通知",
|
||||
"welcome-notification": "ウェルカム通知",
|
||||
"welcome-notification-link": "Welcome Notification Link"
|
||||
"welcome-notification-link": "ウェルカム通知のリンク"
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"pagination": "ページ設定",
|
||||
"enable": "Paginate topics and posts instead of using infinite scroll.",
|
||||
"topics": "トピックページ",
|
||||
"posts-per-page": "Posts per Page",
|
||||
"categories": "Category Pagination",
|
||||
"topics-per-page": "Topics per Page",
|
||||
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
|
||||
"enable": "スクロールでのページ自動ロードはしない",
|
||||
"topics": "スレッドページ",
|
||||
"posts-per-page": "ページごとの投稿数",
|
||||
"categories": "カテゴリページ",
|
||||
"topics-per-page": "ページごとのスレッド数",
|
||||
"initial-num-load": "未読、最近、および人気に読み込むスレッドの初期数"
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"reputation": "評価の設定",
|
||||
"disable": "Disable Reputation System",
|
||||
"disable": "レピュテーションシステムを無効にする",
|
||||
"disable-down-voting": "低評価を無効にする",
|
||||
"thresholds": "Activity Thresholds",
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"min-rep-flag": "Minimum reputation to flag posts"
|
||||
"thresholds": "アクティビティのしきい値",
|
||||
"min-rep-downvote": "投稿をdownvoteするための最低評価",
|
||||
"min-rep-flag": "フラグの投稿に低評価"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"reconnection": "再接続の設定",
|
||||
"max-attempts": "Max Reconnection Attempts",
|
||||
"default-placeholder": "Default: %1",
|
||||
"delay": "Reconnection Delay"
|
||||
"max-attempts": "最大再接続数の試行",
|
||||
"default-placeholder": "デフォルト: %1",
|
||||
"delay": "再接続遅延"
|
||||
}
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"tag": "タグ設定",
|
||||
"min-per-topic": "トピックごとの最小タグ数",
|
||||
"max-per-topic": "トピックごとの最大タグ数",
|
||||
"min-length": "Minimum Tag Length",
|
||||
"max-length": "Maximum Tag Length",
|
||||
"goto-manage": "Click here to visit the tag management page.",
|
||||
"privacy": "Privacy",
|
||||
"list-private": "Make the tags list private",
|
||||
"related-topics": "Related Topics",
|
||||
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
||||
"min-per-topic": "スレッドごとの最小タグ数",
|
||||
"max-per-topic": "スレッドごとの最大タグ数",
|
||||
"min-length": "タグの最小文字数",
|
||||
"max-length": "タグの最大文字数",
|
||||
"goto-manage": "タグ管理ページにアクセスするには、ここをクリックしてください。",
|
||||
"privacy": "プライバシー",
|
||||
"list-private": "タグリストを非公開にする",
|
||||
"related-topics": "関連スレッド",
|
||||
"max-related-topics": "表示する関連スレッドの最大数(テーマでサポートされている場合)"
|
||||
}
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"crawlability-settings": "クロール性の設定",
|
||||
"robots-txt": "Custom Robots.txt <small>Leave blank for default</small>",
|
||||
"sitemap-feed-settings": "Sitemap & Feed Settings",
|
||||
"disable-rss-feeds": "Disable RSS Feeds",
|
||||
"disable-sitemap-xml": "Disable Sitemap.xml",
|
||||
"sitemap-topics": "Number of Topics to display in the Sitemap",
|
||||
"clear-sitemap-cache": "Clear Sitemap Cache",
|
||||
"view-sitemap": "View Sitemap"
|
||||
"robots-txt": "カスタムRobots.txt<small>デフォルトの場合は空白のままにしてください</small>",
|
||||
"sitemap-feed-settings": "サイトマップとフィードの設定",
|
||||
"disable-rss-feeds": "RSSフィードを無効にする",
|
||||
"disable-sitemap-xml": "Sitemap.xmlを無効にする",
|
||||
"sitemap-topics": "サイトマップに表示するスレッドの数",
|
||||
"clear-sitemap-cache": "サイトマップのキャッシュをクリア",
|
||||
"view-sitemap": "サイトマップを表示"
|
||||
}
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"title": "未読",
|
||||
"no_unread_topics": "未読のトピックがあります。",
|
||||
"no_unread_topics": "未読のスレッドがあります。",
|
||||
"load_more": "もっと見る",
|
||||
"mark_as_read": "既読にする",
|
||||
"selected": "選択済み",
|
||||
"all": "全て",
|
||||
"all_categories": "全てのカテゴリ",
|
||||
"topics_marked_as_read.success": "すべてのスレッドを既読にしました。",
|
||||
"all-topics": "すべてのトピック",
|
||||
"new-topics": "新しいトピック",
|
||||
"watched-topics": "トピックをウォッチしました"
|
||||
"all-topics": "すべてのスレッド",
|
||||
"new-topics": "新しいスレッド",
|
||||
"watched-topics": "スレッドをウォッチしました"
|
||||
}
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"figure-x": "Figure %1",
|
||||
"error-events-per-day": "<code>%1</code> events per day",
|
||||
"figure-x": "Błąd %1",
|
||||
"error-events-per-day": "<code>%1</code> wydarzeń dziennie",
|
||||
"error.404": "404 Nie znaleziono",
|
||||
"error.503": "503 Usługa niedostępna",
|
||||
"manage-error-log": "Zarządzaj dziennikiem błędów",
|
||||
"export-error-log": "Eksportuj dziennik błędów (CSV)",
|
||||
"clear-error-log": "Wyczyść dziennik błędów",
|
||||
"route": "Route",
|
||||
"count": "Count",
|
||||
"no-routes-not-found": "Hooray! There are no routes that were not found.",
|
||||
"route": "Scieżka",
|
||||
"count": "Licznik",
|
||||
"no-routes-not-found": "Brawo! Nie znaleziono błędów.",
|
||||
"clear404-confirm": "Czy chcesz wyczyścić dziennik błędów 404?",
|
||||
"clear404-success": "Wyczyszczono błędy \"404 Nie znaleziono\""
|
||||
}
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"rewards": "Nagrody",
|
||||
"condition-if-users": "If User's",
|
||||
"condition-if-users": "Jeżeli Użytkownik",
|
||||
"condition-is": "Jest:",
|
||||
"condition-then": "Then:",
|
||||
"max-claims": "Amount of times reward is claimable",
|
||||
"zero-infinite": "Enter 0 for infinite",
|
||||
"delete": "Delete",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"control-panel": "Rewards Control",
|
||||
"new-reward": "New Reward",
|
||||
"condition-then": "To:",
|
||||
"max-claims": "Ile razy nagroda może zostać przyznana",
|
||||
"zero-infinite": "Wpisz 0, aby nieskończona ilość razy",
|
||||
"delete": "Usuń",
|
||||
"enable": "Włącz",
|
||||
"disable": "Wyłącz",
|
||||
"control-panel": "Ustawienia Nagród",
|
||||
"new-reward": "Nowa Nagroda",
|
||||
|
||||
"alert.delete-success": "Successfully deleted reward",
|
||||
"alert.no-inputs-found": "Illegal reward - no inputs found!",
|
||||
"alert.save-success": "Successfully saved rewards"
|
||||
"alert.delete-success": "Pomyślnie usunięto nagrodę",
|
||||
"alert.no-inputs-found": "Niepoprawnie dodana nagroda ",
|
||||
"alert.save-success": "Pomyślnie zapisano nagrodę"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"home-page": "Strona Główna",
|
||||
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
|
||||
"home-page-route": "Home Page Route",
|
||||
"custom-route": "Custom Route",
|
||||
"allow-user-home-pages": "Allow User Home Pages"
|
||||
"description": "Wybierz stronę główną dla Twojego forum.",
|
||||
"home-page-route": "Strona Główna",
|
||||
"custom-route": "Niestandardowy Adres",
|
||||
"allow-user-home-pages": "Pozwól użytkownikom na zmienienie strony głownej"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"language-settings": "Ustawienia Językowe",
|
||||
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
|
||||
"default-language": "Default Language"
|
||||
"description": "Domyślnym językiem określa ustawienia języka dla wszystkich użytkowników, którzy odwiedzają forum. <br /> Użytkownicy mogą zmienić domyślny język, w ustawieniach konta.",
|
||||
"default-language": "Domyślny Język"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"post-sharing": "Post Sharing",
|
||||
"post-sharing": "Udostępnianie postów",
|
||||
"info-plugins-additional": "Plugins can add additional networks for sharing posts.",
|
||||
"save-success": "Successfully saved Post Sharing Networks!"
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"notifications": "Powiadomienia",
|
||||
"chat-messages": "Chat Messages",
|
||||
"play-sound": "Play",
|
||||
"incoming-message": "Incoming Message",
|
||||
"outgoing-message": "Outgoing Message",
|
||||
"upload-new-sound": "Upload New Sound",
|
||||
"saved": "Settings Saved"
|
||||
"chat-messages": "Wiadomości Czatu",
|
||||
"play-sound": "Otwórz",
|
||||
"incoming-message": "Przychodzące Wiadomości",
|
||||
"outgoing-message": "Wychodzące Wiadomości",
|
||||
"upload-new-sound": "Prześlij Nowy Dźwięk",
|
||||
"saved": "Ustawienia Zapisane"
|
||||
}
|
@ -1,68 +1,68 @@
|
||||
{
|
||||
"settings": "Ustawienia kategorii",
|
||||
"privileges": "Privileges",
|
||||
"privileges": "Przywileje",
|
||||
|
||||
"name": "Nazwa Kategorii",
|
||||
"description": "Category Description",
|
||||
"bg-color": "Background Colour",
|
||||
"text-color": "Text Colour",
|
||||
"bg-image-size": "Background Image Size",
|
||||
"custom-class": "Custom Class",
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
"parent-category": "Parent Category",
|
||||
"optional-parent-category": "(Optional) Parent Category",
|
||||
"parent-category-none": "(None)",
|
||||
"copy-settings": "Copy Settings From",
|
||||
"optional-clone-settings": "(Optional) Clone Settings From Category",
|
||||
"purge": "Purge Category",
|
||||
"description": "Opis kategorii",
|
||||
"bg-color": "Kolor tła",
|
||||
"text-color": "Kolor tekstu",
|
||||
"bg-image-size": "Wielkość obrazka tła",
|
||||
"custom-class": "Niestandardowa klasa",
|
||||
"num-recent-replies": "# z Ostatnich Odpowiedzi",
|
||||
"ext-link": "Zewnętrzny Link",
|
||||
"upload-image": "Prześlij Obrazek",
|
||||
"delete-image": "Usunąć",
|
||||
"category-image": "Obrazek Kategorii",
|
||||
"parent-category": "Kategoria nadrzędna",
|
||||
"optional-parent-category": "(Opcjonalne) Kategoria nadrzędna",
|
||||
"parent-category-none": "(Żadna)",
|
||||
"copy-settings": "Skopiować ustawienia z",
|
||||
"optional-clone-settings": "(Opcjonalnie) Spoiowanie ustawień z kategorii",
|
||||
"purge": "Usuń kategorie",
|
||||
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"edit": "Edit",
|
||||
"enable": "Włączona",
|
||||
"disable": "Wyłączona",
|
||||
"edit": "Edytuj",
|
||||
|
||||
"select-category": "Select Category",
|
||||
"set-parent-category": "Set Parent Category",
|
||||
"select-category": "Wybierz Kategorie",
|
||||
"set-parent-category": "Ustaw nadrzędną kategorie",
|
||||
|
||||
"privileges.description": "You can configure the access control privileges for this category in this section. Privileges can be granted on a per-user or a per-group basis. You can add a new user to this table by searching for them in the form below.",
|
||||
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.",
|
||||
"privileges.section-viewing": "Viewing Privileges",
|
||||
"privileges.section-posting": "Posting Privileges",
|
||||
"privileges.section-moderation": "Moderation Privileges",
|
||||
"privileges.section-user": "User",
|
||||
"privileges.search-user": "Add User",
|
||||
"privileges.description": "Można skonfigurować uprawnienia kontroli dostępu do tej kategorii w tej sekcji. Uprawnienia mogą być przyznawane dla każdego użytkownika lub dla poszczególnych grup. Możesz dodać nowego użytkownika do tej tabeli, wyszukując je w poniższym formularzu.",
|
||||
"privileges.warning": "<strong>Uwaga</strong>: Przywileje zapisują się natychmiastowo. Nie ma znaczenie czy klikniesz zapisz.",
|
||||
"privileges.section-viewing": "Lista Przywilejów",
|
||||
"privileges.section-posting": "Przywileje do pisania",
|
||||
"privileges.section-moderation": "Przywileje do moderowania",
|
||||
"privileges.section-user": "Użytkownik",
|
||||
"privileges.search-user": "Dodaj użytkownika",
|
||||
"privileges.no-users": "No user-specific privileges in this category.",
|
||||
"privileges.section-group": "Group",
|
||||
"privileges.group-private": "This group is private",
|
||||
"privileges.search-group": "Add Group",
|
||||
"privileges.copy-to-children": "Copy to Children",
|
||||
"privileges.copy-from-category": "Copy from Category",
|
||||
"privileges.section-group": "Grupa",
|
||||
"privileges.group-private": "Ta grupa jest prywatna",
|
||||
"privileges.search-group": "Dodaj grupę",
|
||||
"privileges.copy-to-children": "Skopiuj z podrzędnej",
|
||||
"privileges.copy-from-category": "Skopiuj z kategorii",
|
||||
"privileges.inherit": "If the <code>registered-users</code> group is granted a specific privilege, all other groups receive an <strong>implicit privilege</strong>, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the <code>registered-users</code> user group, and so, privileges for additional groups need not be explicitly granted.",
|
||||
|
||||
"analytics.back": "Back to Categories List",
|
||||
"analytics.title": "Analytics for \"%1\" category",
|
||||
"analytics.back": "Wróć do listy kategorii",
|
||||
"analytics.title": "Analityka dla \"%1\" kategorii",
|
||||
"analytics.pageviews-hourly": "<strong>Figure 1</strong> – Hourly page views for this category</small>",
|
||||
"analytics.pageviews-daily": "<strong>Figure 2</strong> – Daily page views for this category</small>",
|
||||
"analytics.topics-daily": "<strong>Figure 3</strong> – Daily topics created in this category</small>",
|
||||
"analytics.posts-daily": "<strong>Figure 4</strong> – Daily posts made in this category</small>",
|
||||
|
||||
"alert.created": "Created",
|
||||
"alert.create-success": "Category successfully created!",
|
||||
"alert.none-active": "You have no active categories.",
|
||||
"alert.create": "Create a Category",
|
||||
"alert.created": "Stworzony",
|
||||
"alert.create-success": "Kategoria pomyślnie dodana!",
|
||||
"alert.none-active": "Nie masz aktywnych kategorii.",
|
||||
"alert.create": "Stwórz kategorie",
|
||||
"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
|
||||
"alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>",
|
||||
"alert.purge-success": "Category purged!",
|
||||
"alert.copy-success": "Settings Copied!",
|
||||
"alert.set-parent-category": "Set Parent Category",
|
||||
"alert.updated": "Updated Categories",
|
||||
"alert.purge-success": "Kategoria usunięta!",
|
||||
"alert.copy-success": "Ustawienie skopiowane!",
|
||||
"alert.set-parent-category": "Ustaw nadrzędną kategorie",
|
||||
"alert.updated": "Zaktualizuj kategorie",
|
||||
"alert.updated-success": "ID kategorii %1 pomyślnie zaktualizowano.",
|
||||
"alert.upload-image": "Upload category image",
|
||||
"alert.find-user": "Find a User",
|
||||
"alert.user-search": "Search for a user here...",
|
||||
"alert.find-group": "Find a Group",
|
||||
"alert.group-search": "Search for a group here..."
|
||||
"alert.upload-image": "Prześlij obrazek kategorii",
|
||||
"alert.find-user": "Znajdź użytkownika",
|
||||
"alert.user-search": "Szukaj użytkownika tutaj...",
|
||||
"alert.find-group": "Szukaj grupę",
|
||||
"alert.group-search": "Szukaj grupę tutaj..."
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue