uawdijnntqw1x1x1
IP : 216.73.217.174
Hostname : mailtech.lifestyleretreats.com
Kernel : Linux mailtech.lifestyleretreats.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home
/
lrindo5
/
bataklegacy_xx.lrindo.com
/
wp-content
/
languages
/
plugins
/
.
/
custom-css-js-ja.po
/
/
# Translation of Plugins - Simple Custom CSS and JS - Stable (latest release) in Japanese # This file is distributed under the same license as the Plugins - Simple Custom CSS and JS - Stable (latest release) package. msgid "" msgstr "" "PO-Revision-Date: 2021-07-12 20:06:45+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: GlotPress/3.0.0-alpha.2\n" "Language: ja_JP\n" "Project-Id-Version: Plugins - Simple Custom CSS and JS - Stable (latest release)\n" #: includes/admin-screens.php:908 msgid "In the <footer> element" msgstr "<footer>要素内" #: includes/admin-screens.php:904 msgid "In the <head> element" msgstr "<head>要素内" #: includes/admin-screens.php:770 msgid "Fullscreen" msgstr "全画面" #: includes/admin-screens.php:768 msgid "Beautify Code" msgstr "コード記法の正規化" #: includes/admin-screens.php:770 msgid "Distraction-free writing mode" msgstr "気が散らない編集画面" #: includes/admin-config.php:234 msgid "Autocomplete in the editor" msgstr "エディター内での自動補完" #: includes/admin-screens.php:1511 msgid "Editor Shortcuts" msgstr "エディターのショートカット" #: includes/admin-screens.php:1064 msgid "After <body> tag" msgstr "<body> タグの後" #: includes/admin-screens.php:323 msgid "Unpublished" msgstr "未公開" #: includes/admin-config.php:258 msgid "Remove the comments from HTML" msgstr "HTML からコメントを除去" #: includes/admin-config.php:216 msgid "In your page's HTML there is a comment added before and after the internal CSS or JS in order to help you locate your custom code. Enable this option in order to remove that comment." msgstr "カスタムコードを探しやすいよう、ページの HTML では、内部の CSS や JS の前後にコメントが追加されています。そのコメントを削除するには、このオプションを有効にします。" #: includes/admin-addons.php:83 msgid "Homepage" msgstr "ホームページ" #: includes/admin-config.php:212 msgid "If you want to use an HTML entity in your code (for example " msgstr "コード内で HTML エンティティを使用したいなら (例" #: includes/admin-config.php:214 msgid "If you use HTML tags in your code (for example " msgstr "コード内で HTML タグを使用したいなら (例" #: custom-css-js.php:54 custom-css-js.php:61 msgid "An error has occurred. Please reload the page and try again." msgstr "エラーが発生しました。ページを再読み込みし再度お試しください。" #: includes/admin-config.php:250 msgid "Add the \"Web Designer\" role" msgstr "「ウェブデザイナー」権限を追加" #: includes/admin-config.php:246 msgid "By default only the Administrator will be able to publish/edit/delete Custom Codes. By enabling this option there is also a \"Web Designer\" role created which can be assigned to a non-admin user in order to publish/edit/delete Custom Codes." msgstr "標準では管理者のみが、カスタムコードの公開・編集・削除が可能ですが、この設定を有効にすると、管理者以外のユーザーにもその権限を割り当てる「ウェブデザイナー」権限が作成されます。" #: includes/admin-screens.php:303 msgid "Published" msgstr "公開日" #: includes/admin-config.php:247 msgid "General Settings" msgstr "一般設定" #. Author of the plugin msgid "SilkyPress.com" msgstr "SilkyPress.com" #: includes/admin-config.php:229 msgid "Encode the HTML entities" msgstr "HTML エンティティを変換" #: includes/admin-config.php:152 msgid "Custom CSS & JS Settings" msgstr "Custom CSS & JS 設定" #: includes/admin-config.php:220 includes/admin-screens.php:769 msgid "Editor Settings" msgstr "エディターの設定" #: includes/admin-config.php:268 msgid "Save" msgstr "保存する" #: includes/admin-config.php:223 msgid "Keep the HTML entities, don't convert to its character" msgstr "HTML エンティティを変換せずそのままに" #: includes/admin-screens.php:420 msgid "All Custom Codes" msgstr "すべてのカスタムコード" #: includes/admin-screens.php:413 msgid "CSS Codes" msgstr "CSS コード" #: includes/admin-screens.php:415 msgid "HTML Codes" msgstr "HTML コード" #: includes/admin-screens.php:414 msgid "JS Codes" msgstr "JS コード" #: includes/admin-screens.php:418 msgid "Filter Code Type" msgstr "コードの種類を絞り込み" #: includes/admin-screens.php:787 msgid "Last edited by %1$s on %2$s at %3$s" msgstr "最終更新: %1$s, %2$s %3$s" #: includes/admin-screens.php:789 msgid "Last edited on %1$s at %2$s" msgstr "最終更新: %1$s %2$s" #: includes/admin-screens.php:554 msgid "Edit HTML Code" msgstr "HTML コードの編集" #: includes/admin-screens.php:553 msgid "Edit JS Code" msgstr "JS コードの編集" #: includes/admin-screens.php:552 msgid "Edit CSS Code" msgstr "CSS コードの編集" #: includes/admin-screens.php:690 msgid "" "/* Add your JavaScript code here.\n" "\n" "If you are using the jQuery library, then don't forget to wrap your code inside jQuery.ready() as follows:\n" "\n" "jQuery(document).ready(function( $ ){\n" " // Your code in here\n" "});\n" "\n" "--\n" "\n" "If you want to link a JavaScript file that resides on another server (similar to\n" "<script src=\"https://example.com/your-js-file.js\"></script>), then please use\n" "the \"Add HTML Code\" page, as this is a HTML code that links a JavaScript file.\n" "\n" "End of comment */ " msgstr "" "/* ここに JavaScript のコードを追加\n" "\n" "jQuery を利用するには、以下のように jQuery.ready() 内のコードを囲む\n" "ことを忘れないでください:\n" "\n" "jQuery(document).ready(function( $ ){\n" " // あなたのコードをここに記述\n" "});\n" "\n" "--\n" "\n" "別のサーバー上の JavaScript のファイルへリンクしたいなら\n" " (<script src=\"https://example.com/your-js-file.js\"></script> と同じように)\n" "これは、HTML コードなので「HTMLコードの追加」を使ってください。\n" "\n" "コメント終わり */ " #: includes/admin-screens.php:212 includes/admin-screens.php:1404 msgid "Inactive" msgstr "無効" #: includes/admin-screens.php:213 includes/admin-screens.php:1372 #: includes/admin-screens.php:1405 msgid "Activate" msgstr "有効" #: includes/admin-screens.php:214 includes/admin-screens.php:1369 #: includes/admin-screens.php:1402 msgid "Deactivate" msgstr "無効にする" #: includes/admin-screens.php:927 msgid "On Login Page" msgstr "ログイン画面" #: includes/admin-install.php:31 msgctxt "add new on admin bar" msgid "Custom Code" msgstr "カスタムコード" #: includes/admin-install.php:30 msgctxt "admin menu" msgid "Custom CSS & JS" msgstr "カスタム CSS & JS" #: includes/admin-install.php:29 msgctxt "post type singular name" msgid "Custom Code" msgstr "カスタムコード" #: includes/admin-install.php:28 msgctxt "post type general name" msgid "Custom Code" msgstr "カスタムコード" #: includes/admin-install.php:32 msgctxt "add new" msgid "Add Custom Code" msgstr "カスタムコードの追加" #: includes/admin-install.php:33 msgid "Add Custom Code" msgstr "カスタムコードの追加" #: includes/admin-install.php:35 msgid "Edit Custom Code" msgstr "カスタムコードの編集" #: custom-css-js.php:273 includes/admin-config.php:58 msgid "Settings" msgstr "設定" #: includes/admin-addons.php:54 msgid "Preview" msgstr "プレビュー" #: includes/admin-install.php:38 msgid "Search Custom Code" msgstr "カスタムコードの検索" #: includes/admin-install.php:36 msgid "View Custom Code" msgstr "カスタムコードの表示" #: includes/admin-install.php:41 msgid "No Custom Code found in Trash." msgstr "ごみ箱にカスタムコードはありませんでした。" #: includes/admin-install.php:40 msgid "No Custom Code found." msgstr "カスタムコードは見つかりませんでした。" #: includes/admin-screens.php:300 msgid "Type" msgstr "種類" #: includes/admin-screens.php:1027 msgid "Mobile" msgstr "モバイル" #: includes/admin-screens.php:1023 msgid "Desktop" msgstr "デスクトップ" #: includes/admin-screens.php:971 includes/admin-screens.php:1052 msgctxt "10 is the lowest priority" msgid "10 (lowest)" msgstr "10 (最低)" #: includes/admin-screens.php:962 includes/admin-screens.php:1043 msgctxt "1 is the highest priority" msgid "1 (highest)" msgstr "1 (最高)" #: includes/admin-screens.php:957 includes/admin-screens.php:1038 msgid "Priority" msgstr "優先度" #: includes/admin-screens.php:950 msgid "Minify the code" msgstr "コードの圧縮" #: includes/admin-screens.php:944 msgid "Less" msgstr "Less" #: includes/admin-screens.php:938 msgid "None" msgstr "なし" #: includes/admin-screens.php:996 msgid "Footer" msgstr "フッター" #: includes/admin-screens.php:923 includes/admin-screens.php:1011 msgid "In Admin" msgstr "管理画面" #: includes/admin-screens.php:1017 msgid "On which device" msgstr "対象デバイス" #: includes/admin-screens.php:992 msgid "Header" msgstr "ヘッダー" #: includes/admin-screens.php:919 includes/admin-screens.php:1007 msgid "In Frontend" msgstr "フロントエンド" #: includes/admin-screens.php:914 includes/admin-screens.php:1002 msgid "Where in site" msgstr "表示対象" #: includes/admin-screens.php:899 includes/admin-screens.php:987 msgid "Where on page" msgstr "表示位置" #: includes/admin-screens.php:893 msgid "Internal" msgstr "内部" #: includes/admin-screens.php:889 msgid "External File" msgstr "外部のファイル" #: includes/admin-screens.php:884 msgid "Linking type" msgstr "リンクの種類" #: includes/admin-screens.php:532 includes/admin-screens.php:551 #: includes/admin-screens.php:572 msgid "Add HTML Code" msgstr "HTML コードの追加" #: includes/admin-screens.php:531 includes/admin-screens.php:550 #: includes/admin-screens.php:571 msgid "Add JS Code" msgstr "JS コードの追加" #: includes/admin-screens.php:530 includes/admin-screens.php:549 #: includes/admin-screens.php:570 msgid "Add CSS Code" msgstr "CSS コードの追加" #: includes/admin-screens.php:529 msgid "Custom Code" msgstr "カスタムコード" #: includes/admin-screens.php:216 includes/admin-screens.php:347 #: includes/admin-screens.php:1371 msgid "The code is inactive. Click to activate it" msgstr "コードは無効化されています。クリックで有効にします。" #: includes/admin-screens.php:215 includes/admin-screens.php:344 #: includes/admin-screens.php:1368 msgid "The code is active. Click to deactivate it" msgstr "コードは有効になっています。クリックで無効にします。" #: includes/admin-screens.php:301 msgid "Title" msgstr "タイトル" #: includes/admin-screens.php:304 msgid "Modified" msgstr "更新日" #. translators: %s: Human-readable time difference. #: includes/admin-screens.php:332 msgid "%s ago" msgstr "%s前" #: includes/admin-screens.php:223 msgid "Options" msgstr "オプション" #: includes/admin-screens.php:285 msgid "Add HTML code" msgstr "HTML コードの追加" #: includes/admin-screens.php:284 msgid "Add JS code" msgstr "JS コードの追加" #: includes/admin-screens.php:283 msgid "Add CSS code" msgstr "CSS コードの追加" #: includes/admin-notices.php:126 includes/admin-notices.php:191 msgid "Dismiss this notice" msgstr "この通知を無視" #: includes/admin-addons.php:140 includes/admin-addons.php:163 msgid "Restore" msgstr "復元" #: includes/admin-screens.php:211 includes/admin-screens.php:299 #: includes/admin-screens.php:1401 msgid "Active" msgstr "有効" #: includes/admin-addons.php:139 includes/admin-addons.php:174 msgid "Delete" msgstr "削除" #: includes/admin-addons.php:138 includes/admin-screens.php:302 msgid "Author" msgstr "投稿者" #: includes/admin-addons.php:136 includes/admin-addons.php:169 msgid "Compare" msgstr "比較" #: includes/admin-addons.php:103 msgid "Add" msgstr "追加" #: includes/admin-addons.php:100 includes/admin-addons.php:101 msgid "URL" msgstr "URL" #: includes/admin-addons.php:82 msgid "All Website" msgstr "すべてのサイト" #: includes/admin-addons.php:89 msgid "Ends by" msgstr "以下で終わる" #: includes/admin-addons.php:88 msgid "Starts with" msgstr "以下で始まる" #: includes/admin-addons.php:87 msgid "Not equal to" msgstr "等しくない" #: includes/admin-addons.php:86 msgid "Is equal to" msgstr "等しい" #: includes/admin-addons.php:85 msgid "Not contains" msgstr "含まない" #: includes/admin-addons.php:84 msgid "Contains" msgstr "含む" #: includes/admin-addons.php:102 msgid "Text filter" msgstr "文字列で絞り込み" #: includes/admin-addons.php:137 msgid "Revision" msgstr "履歴" #: includes/admin-addons.php:56 msgid "Code Revisions" msgstr "コードの編集履歴" #: includes/admin-addons.php:55 msgid "Apply only on these URLs" msgstr "以下の URL にのみ適用" #: includes/admin-addons.php:42 includes/admin-screens.php:869 msgid "Available only in <br />Simple Custom CSS and JS Pro" msgstr "Simple Custom CSS and JS Pro<br />で利用できます" #: includes/admin-notices.php:126 msgid "Get your discount now" msgstr "今すぐ割引" #: includes/admin-screens.php:585 msgid "Code updated" msgstr "コードを更新しました" #: includes/admin-install.php:34 msgid "New Custom Code" msgstr "新規カスタムコード" #: includes/admin-install.php:107 msgid "Web Designer" msgstr "ウェブデザイナー" #: includes/admin-addons.php:68 msgid "Preview Changes" msgstr "変更のプレビュー" #: includes/admin-addons.php:67 msgid "Full URL on which to preview the changes ..." msgstr "変更のプレビュー用のフル URL ..." #: includes/admin-screens.php:1031 msgid "Both" msgstr "両方" #: includes/admin-screens.php:1219 msgid "The %s directory is not writable, therefore the CSS and JS files cannot be saved." msgstr "ディレクトリ %s は書き込み可能ではないため、CSS と JS ファイルは保存できません。" #: includes/admin-screens.php:1208 msgid "The %s directory could not be created" msgstr "ディレクトリ %s を作成できません" #: includes/admin-screens.php:933 msgid "CSS Preprocessor" msgstr "CSS プリプロセッサ" #: includes/admin-screens.php:1209 msgid "Please run the following commands in order to make the directory" msgstr "ディレクトリを作成するには、以下のコマンドを実行してください" #: includes/admin-screens.php:1220 msgid "Please run the following command to make the directory writable" msgstr "ディレクトリを書き込み可能にするには、以下のコマンドを実行してください" #: includes/admin-warnings.php:58 msgid "Please remove the <b>custom-css-js</b> post type from the <b>qTranslate settings</b> in order to avoid some malfunctions in the Simple Custom CSS & JS plugin. Check out <a href=\"%s\" target=\"_blank\">this screenshot</a> for more details on how to do that." msgstr "Simple Custom CSS & JS プラグインの一部の不具合を回避するために、<b>qTranslate の設定</b>から<b>カスタム-css-js</b> の投稿種別を削除してください。その方法の詳細は、<a href=\"%s\" target=\"_blank\">このスクリーンショット</a>をご覧ください。" #. Author URI of the plugin msgid "https://www.silkypress.com" msgstr "https://www.silkypress.com" #. Plugin URI of the plugin msgid "https://wordpress.org/plugins/custom-css-js/" msgstr "https://wordpress.org/plugins/custom-css-js/" #. Description of the plugin msgid "Easily add Custom CSS or JS to your website with an awesome editor." msgstr "最高のエディターでサイトに独自の CSS や JS を簡単に追加" #: includes/admin-install.php:62 msgid "Custom CSS and JS code" msgstr "カスタム CSS と JS コード" #: includes/admin-install.php:39 msgid "Parent Custom Code:" msgstr "親のカスタムコード:" #: includes/admin-screens.php:99 msgid "Add Custom CSS" msgstr "カスタム CSSの追加" #: includes/admin-screens.php:105 msgid "Add Custom HTML" msgstr "カスタム HTMLの追加" #: includes/admin-screens.php:102 msgid "Add Custom JS" msgstr "カスタム JSの追加" #: includes/admin-install.php:37 msgid "All Custom Code" msgstr "コードの一覧" #. Plugin Name of the plugin msgid "Simple Custom CSS and JS" msgstr "Simple Custom CSS and JS" #: includes/admin-screens.php:744 msgid "" "/* Add your CSS code here.\n" "\n" "For example:\n" ".example {\n" " color: red;\n" "}\n" "\n" "For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp\n" "\n" "End of comment */ " msgstr "" "/* ここにCSSコードを追加\n" "\n" "例:\n" ".example {\n" " color: red;\n" "}\n" "\n" "CSS の知識に磨きをかけるためにご覧ください。\n" "http://www.w3schools.com/css/css_syntax.asp\n" "\n" "コメント終わり */ " #: includes/admin-screens.php:941 msgid "Sass (only SCSS syntax)" msgstr "SASS (SCSS 構文のみ)" #: includes/admin-screens.php:715 msgid "" "<!-- Add HTML code to the header or the footer.\n" "\n" "For example, you can use the following code for loading the jQuery library from Google CDN:\n" "<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n" "\n" "or the following one for loading the Bootstrap library from MaxCDN:\n" "<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\">\n" "\n" "-- End of the comment --> " msgstr "" "<!-- ヘッダーかフッターに追加するHTMLコード\n" "\n" "例、Google CDN からの jQuery ライブラリの読み込むには:\n" "<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n" "\n" "または MaxCDN から Bootstrap ライブラリを読み込むには:\n" "<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\">\n" "\n" "-- コメント終わり --> "
/home/lrindo5/bataklegacy_xx.lrindo.com/wp-content/languages/plugins/./custom-css-js-ja.po