languages.js 24.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506
var sankoreLang = {
    "en":{
        "fnc":"Function: ",
        "display":"Display",
        "x_axis":"X-axis",
        "y_axis":"Y-axis",
        "zoom":"Zoom",
        "color":"Color:",
        "menus":"Menu",
        "tools":"Tools",
        "options":"Options",
        "help":"Help",
        "about":"About",
        "mouse_events":"Mouse events:",
        "moving":"Moving",
        "tangente":"Tangente",
        "point":"Point",
        "choosing_color":"Choosing the color:",
        "value":"Value:",
        "saturation":"Saturation:",
        "red":"Red:",
        "green":"Green:",
        "blue":"Blue:",
        "opacity":"Opacity:",
        "check":"Check",
        "derivative":"Derivative:",
        "square_under_func":"Square under function:",
        "from":"From",
        "to":"To",
        "calculate":"Calculate",
        "draw":"Draw",
        "point_calculate":"Calculate the point on the function:",
        "estimate":"Estimate",
        "analysis_of_func":"Analysis of function:",
        "start_to_analysis":"Start to analysis",
        "quit":"Quit",
        "display_test":"Display the test:",
        "test":"Test",
        "widget":"Widget",
        "widget_options":"Widget options",
        "themes_of_widget":"Themes of the widget:",
        "black":"Black",
        "white":"White",
        "control_options":"Control options:",
        "save":"Save",
        "load":"Load",
        "del":"Delete",
        "save_a_widget_options":"Save a widget options in cookies or load an options from cookies or delete a registered options.",
        "auto_update":"Automatically update when a widget opening.",
        "reload_widget":"Reload widget",
        "update":"Update",
        "the_graphical":"The graphical method displaying:",
        "lines":"lines",
        "points":"points",
        "image":"image",
        "zoom_def":"Zoom default:",
        "update_zoom":"Update zoom",
        "show_grid":"Show grid",
        "show_axis":"Show axis",
        "scale":"Scale",
        "thickness":"Thickness:",
        "offset_diagram":"Offset diagram:",
        "accuracy_graph":"Accuracy graph:",
        "show_the_style":"Show the style:",
        "surfaces":"surfaces",
        "points":"points",
        "reset_display":"Reset display",
        "accuracy_func":"Accuracy function:",
        "use_the_color":"Use the color:",
        "positive_value":"positive value",
        "negative_value":"negative value",
        "general_value":"general value",
        "how_it_work":"How it works",
        "this_widget_allow":"This widget allows to draw mathematical function. Enter function in the field in the top part of the widget and press\"Display\"",
        "you_can_enter":"You can enter following mathematical functions:",
        "basic_operations":"Basic operations",
        "plus":"Plus",
        "minus":"Minus",
        "multi":"Multiplication",
        "division":"Division",
        "mod":"Mod",
        "trigonometric":"Trigonometric functions",
        "sine":"Sine",
        "cosine":"Cosine",
        "tangent":"Tangent",
        "cotangent":"Cotangent",
        "secant":"Secant",
        "cosecant":"Cosecant",
        "arc_sine":"Arc sine",
        "arc_cosine":"Arc cosine",
        "arc_tangent":"Arc tangent",
        "arc_cotangent":"Arc cotangent",
        "hyperbolic_func":"Hyperbolic functions",
        "hyp_sine":"Hyperbolic sine",
        "hyp_cosine":"Hyperbolic cosine",
        "hyp_tangent":"Hyperbolic tangent",
        "hyp_cotangent":"Hyperbolic cotangent",
        "hyp_secant":"Hyperbolic secant",
        "hyp_cosecant":"Hyperbolic cosecant",
        "hyp_arc_sine":"Hyperbolic arc sine",
        "hyp_arc_cosine":"Hyperbolic arc cosine",
        "hyp_arc_tangent":"Hyperbolic arc tangent",
        "hyp_arc_cotangent":"Hyperbolic arc cotangent",
        "square_roots_and_degrees":"Square roots and degrees",
        "square_root":"Square root",
        "degree":"Degree",
        "root":"Root",
        "variable_x":"Variable x to the power y",
        "root_y":"Root y of x",
        "exponential":"Exponential and logarithm",
        "natural_log":"Natural logarithm",
        "decimal_log":"Decimal logarithm",
        "abs":"Absolute number value",
        "rounding":"Rounding",
        "round_nearest":"Rounding to the nearest whole number",
        "round_nearest_big":"Rounding to the nearest whole number in a big way",
        "round_nearest_small":"Rounding to the nearest whole number the smaller side",
        "consts":"Constants",
        "available_const":"Also are some constants available:",
        "keys":"Keyboard keys",
        "moved_left":"Graph will be moved left",
        "moved_top":"Graph will be moved top",
        "moved_right":"Graph will be moved right",
        "moved_botom":"Graph will be moved bottom",
        "guide":"User's guide",
        "using":"Using",
        "examples":"Examples",
        "other":"Other",
        "you_can_view":"You can view example. Don't forget to set a accuracy in option if it will be necessary.",
        "save_graph":"Save graph",
        "in_some_browsers":"In some browsers when display method \"Canvas\" used you can save graph by clcking it with right mouse button and selecting \"Save image\". Also you can save 3D-graphs.",
        "offset":"Offset",
        "if_graph_isnt":"If graph isn't in the right plase (larger than canvas) then can you set necessary parameters graph displaying in settings menu.",
        "history":"History",
        "current":"Current",
        "additional":"Additional",
        "left_arrow":"left arrow",
        "right_arrow":"right arrow",
        "top_arrow":"top arrow",
        "bottom_arrow":"bottom arrow",
        "or":"or",
        "funcs":"Functions",
        "widget_is_developed":"Widget is developed by",
        "if_you_want_to":"If you want to inform about a bug, make a proposal or just ask some questions. You can contact to me at the following e-mail:",
        "if_you_want_to_change":"If you want to change background design then you can contact at following address:",
        "set_of_def":"Set of definitions:",
        "parity":"Parity:",
        "zeros":"Zeros of function:",
        "signe":"Sign:",
        "asympt":"Asymptotes",
        "min":"Min",
        "ev":"even",
        "unev":"uneven",
        "na":"n/a",
        "curve_lower":"curve is lower than a AH",
        "curve_higher":"curve is higher than a AH",
        "max":"Max",
        "no_min":"No minimum",
        "no_max":"No maximum",
        "tool_for":"Tool for analysis of function is not reliable on 100%. Don't forget check results of analysis before use it.",
        "ah_left":"AH left:",
        "ah_right":"AH right:",
        "av":"AV:",
        "options_saved":"Options saved!",
        "cur_version":"Current version:",
        "last_version":"The last on-line version:",
        "using_web":"This widget is available to using on web-site:",
        "show_saved":"Now parameters will be saved"
    },
    "ru":{
        "fnc": "Функция: ",
        "display":"Показать",
        "x_axis":"ось X",
        "y_axis":"ось Y",
        "zoom":"Размер",
        "color":"Цвет:",
        "menus":"Меню",
        "tools":"Инструменты",
        "options":"Опции",
        "help":"Помощь",
        "about":"О программе",
        "mouse_events":"События мыши:",
        "moving":"Движение",
        "tangente":"Касательная",
        "point":"Точка",
        "choosing_color":"Выбор цвета:",
        "value":"Значение:",
        "saturation":"Насыщенность:",
        "red":"Красный:",
        "green":"Зеленый:",
        "blue":"Голубой:",
        "opacity":"Прозрачность:",
        "check":"Применить",
        "derivative":"Производная:",
        "square_under_func":"Область функции:",
        "from":"От",
        "to":"До",
        "calculate":"Посчитать",
        "draw":"Зарисовать",
        "point_calculate":"Рассчитать точку функции:",
        "estimate":"Оценить",
        "analysis_of_func":"Анализ функции:",
        "start_to_analysis":"Начать анализ",
        "quit":"Выйти",
        "display_test":"Показать тест:",
        "test":"Тест",
        "widget":"Виджет",
        "widget_options":"Настройки виджета",
        "themes_of_widget":"Темы виджета:",
        "black":"Черный",
        "white":"Белый",
        "control_options":"Опции управления:",
        "save":"Сохранить",
        "load":"Загрузить",
        "del":"Удалить",
        "save_a_widget_options":"Сохранить или загрузить настройки виджета в/из куки-файлов, или же удалить выбранные опции",
        "auto_update":"Автоматическое обновление виджета при загрузке",
        "reload_widget":"Перегрузить виджет",
        "update":"Обновить",
        "the_graphical":"Графический метод отображения:",
        "lines":"линии",
        "points":"точки",
        "image":"изображения",
        "zoom_def":"Размер по-умолчанию:",
        "update_zoom":"Изменить размер:",
        "show_grid":"Показать таблицу",
        "show_axis":"Показать оси",
        "scale":"Масштаб",
        "thickness":"Толщина",
        "offset_diagram":"Смещение диаграммы:",
        "accuracy_graph":"Точность графика:",
        "show_the_style":"Показать стиль:",
        "surfaces":"поверхности",
        "points":"точки",
        "reset_display":"Обновить отображение",
        "accuracy_func":"Точность функции:",
        "use_the_color":"Использовать цвет:",
        "positive_value":"положительное значение",
        "negative_value":"отрицательное значение",
        "general_value":"основное значение",
        "how_it_work":"Как это работает",
        "this_widget_allow":"Этот виджет позволяет рисовать математические функции. Введите функцию в верхней части виджета и нажмите \"Показать\"",
        "you_can_enter":"Вы можете использовать следующие математические функции:",
        "basic_operations":"Основные операции",
        "plus":"Сложение",
        "minus":"Вычетание",
        "multi":"Произведение",
        "division":"Частное",
        "mod":"Остаток от деления",
        "trigonometric":"Тригонометрические функции",
        "sine":"Синус",
        "cosine":"Косинус",
        "tangent":"Тангенс",
        "cotangent":"Котангенс",
        "secant":"Секанс",
        "cosecant":"Косеканс",
        "arc_sine":"Арксинус",
        "arc_cosine":"Арккосинус",
        "arc_tangent":"Арктангенс",
        "arc_cotangent":"Арккотангенс",
        "hyperbolic_func":"Гиперболические функции",
        "hyp_sine":"Гиперболический синус",
        "hyp_cosine":"Гиперболический косинус",
        "hyp_tangent":"Гиперболический тангенс",
        "hyp_cotangent":"Гиперболический котангенс",
        "hyp_secant":"Гиперболический секанс",
        "hyp_cosecant":"Гиперболический косеканс",
        "hyp_arc_sine":"Гиперболический арксинус",
        "hyp_arc_cosine":"Гиперболический арккосинус",
        "hyp_arc_tangent":"Гиперболический арктангенс",
        "hyp_arc_cotangent":"Гиперболический арккотангенс",
        "square_roots_and_degrees":"Квардатные корни и степени",
        "square_root":"Квадратный корень",
        "degree":"Степень",
        "root":"Корень",
        "variable_x":"Переменная х в степени у",
        "root_y":"Корень y степени x",
        "exponential":"Экспоненты и логарифмы",
        "natural_log":"Натуральный логарифм",
        "decimal_log":"Десятичный логарифм",
        "abs":"Абсолютное значение числа",
        "rounding":"Округление",
        "round_nearest":"Округление до ближайшего целого числа",
        "round_nearest_big":"Округление до ближайшего целого числа в большую сторону",
        "round_nearest_small":"Округление до ближайшего целого числа в меньую сторону",
        "consts":"Константы",
        "available_const":"Также доступны некоторые константы:",
        "keys":"Горячие клавиши",
        "moved_left":"График будет сдвинут влево",
        "moved_top":"График будет сдвинут вверх",
        "moved_right":"График будет сдвинут вправо",
        "moved_bottom":"График будет сдвинут вниз",
        "guide":"Руководство пользователя",
        "using":"Использование",
        "examples":"Примеры",
        "other":"Другое",
        "you_can_view":"Вы можете посмотреть примеры. Не забывайте выставить точность в настройках, если это необходимо.",
        "save_graph":"Сохранить график",
        "in_some_browsers":"В некоторых браузерах при выборе метода отоюражения \"Canvas\" вы можете сохранить гафик кликом ПКМ на нем и выбором пункта \"Сохранить изображение\". Таким же способом вы можете сохранять 3D-графики.",
        "offset":"Смещение",
        "if_graph_isnt":"Если график арсположен в неправильном месте (больше, чем холст), то Вы можете выставить необходимые параметры отображения графа в настройках виджета.",
        "history":"История",
        "current":"Текущие",
        "additional":"Дополнительные",
        "left_arrow":"стрелка влево",
        "right_arrow":"стрелка вправо",
        "top_arrow":"стрелка вверх",
        "bottom_arrow":"стрелка вниз",
        "or":"или",
        "funcs":"Функции",
        "widget_is_developed":"Виджет разработан ",
        "if_you_want_to":"Если вы хотите сообщить о проблеме, внести предложение или задать некоторые вопросы, то можете связаться со мной через электронную почту:",
        "if_you_want_to_change":"Если вы хотите изменить дизайн, обращайтесь по адресу:",
        "set_of_def":"Набор определений:",
        "parity":"Равенство:",
        "zeros":"Нули функции:",
        "signe":"Знак:",
        "asympt":"Ассимптоты",
        "min":"Мин",
        "ev":"равны",
        "unev":"не равны",
        "na":"не определено",
        "curve_lower":"кривая ниже, чем горизонтальная ассимптота",
        "curve_higher":"кривая выше, чем горизонтальная ассимптота",
        "max":"Макс",
        "no_min":"Нет минимума",
        "no_max":"Нет максимума",
        "tool_for":"Анализ функции не надежен на 100%. Не забывайте проверить результат анализа перед их использованием.",
        "ah_left":"ГА слева:",
        "ah_right":"ГА справа:",
        "av":"ВА:",
        "options_saved":"Настройки сохранены!",
        "cur_version":"Текущая версия:",
        "last_version":"Последняя он-лайн версия:",
        "using_web":"Этот виджет доступен для использования на сайте:",
        "show_saved":"Теперь параметры будут сохранены"
    },
    "fr":{
        "fnc":"Fonction: ",
        "display":"Afficher",
        "x_axis":"Axe des X de:",
        "y_axis":"Axe des Y de:",
        "zoom":"Zoom",
        "color":"Couleur:",
        "menus":"Menus",
        "tools":"Outils",
        "options":"Options",
        "help":"Aide",
        "about":"À propos",
        "mouse_events":"Action de la souris:",
        "moving":"Déplacement",
        "tangente":"Tangente",
        "point":"Point",
        "choosing_color":"Choix de la couleur:",
        "value":"Valeur:",
        "saturation":"Saturation:",
        "red":"Rouge:",
        "green":"Vert:",
        "blue":"Bleu:",
        "opacity":"Opacité:",
        "check":"Valider",
        "derivative":"Dessiner la dérivée de la fonction:",
        "square_under_func":"Aire sous la fonction:",
        "from":"From",
        "to":"To",
        "calculate":"Calculer",
        "draw":"Dessiner",
        "point_calculate":"Calculer un point de la fonction:",
        "estimate":"Évaluer",
        "analysis_of_func":"Analyse de la fonction:",
        "start_to_analysis":"Démarrer l'étude",
        "quit":"Fermer",
        "display_test":"Afficher les tests:",
        "test":"Test",
        "widget":"Widget",
        "widget_options":"Options du widget",
        "themes_of_widget":"Thème du widget:",
        "black":"Noir",
        "white":"Blanc",
        "control_options":"Gèrer les options:",
        "save":"Sauvegarder",
        "load":"Charger",
        "del":"Supprimer",
        "save_a_widget_options":"Sauvegarder les options du widget dans les cookies, charger les options depuis les cookies ou supprimer les options actuellement enregistrées.",
        "auto_update":"Mise à jour automatique à l'ouverture du widget.",
        "reload_widget":"Recharger le widget",
        "update":"Mise à jour",
        "the_graphical":"Méthode d'affichage du graphique:",
        "lines":"lignes",
        "points":"points",
        "image":"image",
        "zoom_def":"Zoom par défaut:",
        "update_zoom":"Réinitialiser le zoom",
        "show_grid":"Afficher la grille",
        "show_axis":"Afficher les axes ",
        "scale":"Afficher l'échelle ",
        "thickness":"Épaisseur de la fonction:",
        "offset_diagram":"Décalage du graphique:",
        "accuracy_graph":"Précision des calculs du graphique:",
        "show_the_style":"Style d'affichage:",
        "surfaces":"surfaces",
        "points":"points",
        "reset_display":"Réinitialiser l'affichage",
        "accuracy_func":"Précision de la fonction:",
        "use_the_color":"Utilisation des couleurs:",
        "positive_value":"valeur positive",
        "negative_value":"valeur négative",
        "general_value":"valeur générale",
        "how_it_work":"Fonctionnement",
        "this_widget_allow":"Ce widget vous permet de dessiner des fonctions mathématiques. Entrez une fonction dans le champ en haut du widget et cliquez sur le bouton \"Afficher\".",
        "you_can_enter":"Vous pouvez saisir les fonctions mathématiques suivantes:",
        "basic_operations":"Les opérations de base",
        "plus":"Addition",
        "minus":"Soustraction",
        "multi":"Multiplication",
        "division":"Division",
        "mod":"Modulo",
        "trigonometric":"Les fonctions trigonométriques",
        "sine":"Sinus",
        "cosine":"Cosinus",
        "tangent":"Tangente",
        "cotangent":"Cotangente",
        "secant":"Secante",
        "cosecant":"Cosecante",
        "arc_sine":"Arcsinus",
        "arc_cosine":"Arccosinus",
        "arc_tangent":"Arctangente",
        "arc_cotangent":"Arccotangente",
        "hyperbolic_func":"Les fonctions hyperboliques",
        "hyp_sine":"Sinus hyp",
        "hyp_cosine":"Cosinus hyp",
        "hyp_tangent":"Tangente hyp",
        "hyp_cotangent":"Cotangente hyp",
        "hyp_secant":"Secante hyp",
        "hyp_cosecant":"Cosecante hyp",
        "hyp_arc_sine":"Arcsinus hyp",
        "hyp_arc_cosine":"Arccosinus hyp",
        "hyp_arc_tangent":"Arctangente hyp",
        "hyp_arc_cotangent":"Arccotangente hyp",
        "square_roots_and_degrees":"Les racines et les puissances",
        "square_root":"Racine carrée",
        "degree":"Puissances",
        "root":"Racines",
        "variable_x":"Élève x à une puissance y",
        "root_y":"Racine y d'un nombre x",
        "exponential":"Les exponentielles et logarithmes",
        "natural_log":"logarithme naturel",
        "decimal_log":"logarithme de base",
        "abs":"La valeur absolue d'un nombre",
        "rounding":"Les arrondis",
        "round_nearest":"arrondit à l'entier le plus proche",
        "round_nearest_big":"arrondit à l'entier supérieur",
        "round_nearest_small":"arrondit à l'entier inférieur",
        "consts":"Constantes",
        "available_const":"Quelques constantes sont aussi disponibles:",
        "keys":"Touches clavier",
        "moved_left":"déplacer le graphique à gauche",
        "moved_top":"déplacer le graphique en haut",
        "moved_right":"déplacer le graphique à droite",
        "moved_botom":"déplacer le graphique en bas",
        "guide":"Guide d'utilisation",
        "using":"Utilisation",
        "examples":"Exemples",
        "other":"Autres",
        "you_can_view":"Vous pouvez cliquer sur un exemple pour l'afficher. Pensez à ajuster la précision du graphique dans les options si nécessaire",
        "save_graph":"Enregistrer le graphique",
        "in_some_browsers":"Dans certains navigateurs, lorsque vous utilisez la méthode d'affichage \"Canvas\", vous pouvez sauvegarder le graphique en cliquant avec le bouton de droite de la souris sur celui-ci et en séléctionnant \"Enregistrer l'image\". Vous pouvez aussi sauvegarder le graphique 3D. ",
        "offset":"Décalage",
        "if_graph_isnt":"Si le graphique n'est pas à la bonne place (il dépasse de la zone prévue), ajustez le \"décalage du graphique\" dans le menu des options. Pour Konqueror, il faut utiliser un décalage de x=122 et y=48.",
        "history":"Historique",
        "current":"Actuelle",
        "additional":"Supplémentaires",
        "left_arrow":"flèche gauche",
        "right_arrow":"flèche droite",
        "top_arrow":"flèche haut",
        "bottom_arrow":"flèche bas",
        "or":"ou",
        "funcs":"Fonction",
        "widget_is_developed":"Widget réalisé par",
        "if_you_want_to":"Si vous voulez rapporter un bug, avez une suggestion par rapport au widget ou voulez simplement poser une question, merci de me contacter par:",
        "if_you_want_to_change":"Les images d'arrière-plan du widget on été tirées des thèmes du bureau \"plasma-desktop\" de l'environnement:",
        "set_of_def":"Ensemble de définition:",
        "parity":"Parité:",
        "zeros":"Zéros de la fonction:",
        "signe":"Signe:",
        "asympt":"Asymptotes",
        "min":"Min",
        "ev":"paire",
        "unev":"impaire",
        "na":"aucune",
        "curve_lower":"courbe au-dessus de l'AH",
        "curve_higher":"courbe au-dessous de l'AH",
        "max":"Max",
        "no_min":"Aucun minimum",
        "no_max":"Aucun maximum",
        "tool_for":"L'outil permettant d'étudier les fonctions n'est pas fiable à 100%. Pensez à vérifier les résultats de l'étude avant d'en faire une quelconque utilisation.",
        "ah_left":"AH gauche:",
        "ah_right":"AH droite:",
        "av":"AV:",
        "options_saved":"Options sauvegardées!",
        "cur_version":"Version en cours d'utilisation:",
        "last_version":"Dernière version disponible en ligne:",
        "using_web":"Ce widget est également utilisable dans un navigateur internet sur le site:",
        "show_saved":"Options actuellement sauvegardées"
    }
};