Skip to content

Commit

Permalink
Merge pull request #2 from aonez/master
Browse files Browse the repository at this point in the history
Pull from source
  • Loading branch information
vitu authored Nov 2, 2018
2 parents f5fc8f5 + 65c10cd commit fd0fdc8
Show file tree
Hide file tree
Showing 102 changed files with 1,583 additions and 297 deletions.
24 changes: 24 additions & 0 deletions .github/move.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Configuration for move-issues - https://github.com/dessant/move-issues

# Delete the command comment when it contains no other content
deleteCommand: true

# Close the source issue after moving
closeSourceIssue: true

# Lock the source issue after moving
lockSourceIssue: true

# Mention issue and comment authors
mentionAuthors: true

# Preserve mentions in the issue content
keepContentMentions: false

# Set custom aliases for targets
# aliases:
# r: repo
# or: owner/repo

# Repository to extend settings from
# _extends: repo
2 changes: 2 additions & 0 deletions Translations/Base.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"WIM Disk Image" = "WIM Disk Image";
"Comic Book RAR Archive" = "Comic Book RAR Archive";
"Comic Book ZIP Archive" = "Comic Book ZIP Archive";
"iOS App" = "iOS App";
"JAR Archive" = "JAR Archive";
"WAR Archive" = "WAR Archive";
"Android Application Package" = "Android Application Package";
"Cross-Platform Installer Module (XPI)" = "Cross-Platform Installer Module (XPI)";
"APPX Archive" = "APPX Archive";
"Keka WorkFlow" = "Keka WorkFlow";
7 changes: 5 additions & 2 deletions Translations/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"Creating \"%@\"" = "Creating \"%@\"";
"Prepearing extraction..." = "Preparing extraction…";
"Choose a folder to extract this file" = "Choose a folder to extract this file";
"Choose where do you want to extract \"%@\"" = "Choose where do you want to extract \"%@\"";
"Select all the volumes from \"%@\" or the folder that contains them" = "Select all the volumes from \"%@\" or the folder that contains them";
"Select the folder that contains \"%@\"" = "Select the folder that contains \"%@\"";
"Extraction of \"%@\" failed" = "Extraction of \"%@\" failed";
"Keka - %i on queue" = "Keka - %i on queue";
"Keka can't create this %@ image" = "Keka can't create this %@ image";
Expand Down Expand Up @@ -143,8 +146,8 @@
"Cannot set Keka as default" = "Cannot set Keka as default";
"The intermediate application failed to launch. There is more information in the Console.app." = "The intermediate application failed to launch. There is more information in the Console.app.";
"The intermediate application returned an undefined code." = "The intermediate application returned an undefined code.";
"Keka is now set as the default application for it's known formats." = "Keka is now set as the default application for it's known formats.";
"Keka is now set as the default application for its known formats." = "Keka is now set as the default application for its known formats.";
"Keka set as default" = "Keka set as default";
"There where some errors while registering the formats. There is more information in the Console.app." = "There where some errors while registering the formats. There is more information in the Console.app.";
"There were some errors while registering the formats. There is more information in the Console.app." = "There were some errors while registering the formats. There is more information in the Console.app.";
"The intermediate application can't get access to Keka." = "The intermediate application can't get access to Keka.";
"The intermediate application can't find Keka." = "The intermediate application can't find Keka.";
18 changes: 18 additions & 0 deletions Translations/Base.lproj/advanced.strings
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@
/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[3] = "4.7 GB DVD"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[3]" = "4.7 GB DVD";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[4] = "7.8 GB Mini Blu-ray (SL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[4]" = "7.8 GB Mini Blu-ray (SL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[5] = "15.6 GB Mini Blu-ray (DL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[5]" = "15.6 GB Mini Blu-ray (DL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[6] = "25 GB Blu-ray (SL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[6]" = "25 GB Blu-ray (SL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[7] = "50 GB Blu-ray (DL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[7]" = "50 GB Blu-ray (DL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[8] = "100 GB Blu-ray XL (TL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[8]" = "100 GB Blu-ray XL (TL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[9] = "128 GB Blu-ray XL (QL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[9]" = "128 GB Blu-ray XL (QL)";

/* Class = "NSTextFieldCell"; title = "Volume name:"; ObjectID = "2343"; */
"2343.title" = "Volume name:";

Expand Down
4 changes: 2 additions & 2 deletions Translations/Base.lproj/preferences.strings
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
/* Class = "NSMenuItem"; title = "Slow, more compression"; ObjectID = "169"; */
"169.title" = "Slow, more compression";

/* Class = "NSButtonCell"; title = "Set Keka as default compressor/uncompressor"; ObjectID = "184"; */
"184.title" = "Set Keka as default compressor/uncompressor";
/* Class = "NSButtonCell"; title = "Set Keka as the default uncompressor"; ObjectID = "184"; */
"184.title" = "Set Keka as the default uncompressor";

/* Class = "NSButtonCell"; title = "Close Keka when no windows are open"; ObjectID = "187"; */
"187.title" = "Close Keka when no windows are open";
Expand Down
69 changes: 69 additions & 0 deletions Translations/Web/lang_nb.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?php // Keka lang - version 0.3 - Started on 26/11/09 - by aone

//
//
// Language: Norwegian Bokmål
// Translated by 16patsle
//
//
// General

$content_download = "Last ned";
$content_issues = "Feil";
$content_help = "Hjelp";
$content_forum = "Forum";
$content_changelog = "Endringslogg";
$content_title = "fil-arkivereren for macOS";

// Download
$content_plataform = "Krever $version_replace eller nyere";
$content_download_text = "Arkiver mer, del med personvern";
$content_download_love = "Liker du det?";
$content_download_legacy = "Foreldet";

// Like
$content_donation_button = "Doner";
$content_donation_title = 'Hvis du liker Keka, bare gi det litt <i class="fa fa-heart" aria-hidden="true"></i>,<br />skaff det fra App Store eller send driks med PayPal!';
$content_donation_mas = "Hvis du kjøper Keka på App Store, støtter du videre utvikling,<br />appen er den samme som versjonen du får via denne nettsiden, bare oppdatert gjennom App Store.";
$content_donation_paypal = "Hvis du ikke liker MAS eller bare vile prøve ut Keka,<br />men også liker prosjektet og ønsker å støtte det, kan du sende driks via PayPal.";

// Beta
$content_plataform_beta = "Beta";
$content_beta_title = "Beta-versjonen av Keka";
$content_beta_text = "Du kan teste de nyeste funksjonene til Keka før de blir lansert.<br />Hvis du oppdager en feil, eller ønsker å rapportere noe annet, gå til ";
$content_beta_unavailable = "Det er ikke noen beta-versjon tilgjengelig for øyeblikket.";
$content_beta_up = "Skaff nyeste versjon";


// Legacy
$content_plataform_legacy = "For $version_replace";
$content_legacy_title = "Foreldete versjoner av Keka";
$content_legacy_text = 'Med tiden vil din Mac bli eldre, og vil ikke støtte<br /> den nyeste versjonen av Keka, men slapp av <i class="fa fa-coffee" aria-hidden="true"></i>, de gamle versjonene vil være tilgjengelig her.';

// Info
$content_info_title1 = "Så enkelt, så kraftig";
$content_info_title2 = "Personvern er veldig viktig";
$content_info_title3 = "Fortsatt for stor...";
$content_info_text1 = "Du trenger ikke engang åpne Keka for å komprimere en fil, behold Keka i dokken din og bruk det derfra.<br />Bare dra og slipp filene og mappene dine på Dock-ikonet eller et Keka-vindu for å opprette en mindre versjon av dem.";
$content_info_text2 = "Del trygt ved kun å sette et passord og opprette sterkt komprimerte filer.<br />Keka bruker AES-256-kryptering for 7z-filene dine og<br />Zip 2.0 legacy-kryptering for Zip-filene.";
$content_info_text3 = "Hvis filene er veldig store, og ikke får plass i en epost eller på en server, bare splitt dem i flere biter.<br />Slapp av, de vil fortsatt pakkes ut til originalfilen :)";
$content_info_compression = "Keka kan opprette filer i disse formatene:";
$content_info_extraction = "Og pakke ut alle disse formatene:";

// Main content of the page
$content_context_menu = "Kontekstmeny";

// Changelog info
$content_changelog_title = "Ta en titt på Kekas utvikling";
$content_changelog_entry_title = "Endringer i versjon";
$content_changelog_firstpublic = "Første lanserte versjon:";

// 404
$content_404 = "Siden ble ikke funnet";
$content_404_start = "Du kan gå til <a href=\"https://www.keka.io\">forsiden</a>,";
$content_404_more = "eller kanskje du vil dette?";

// Bottom info
$content_bottom_copying = 'Alle rettigheter forbeholdt. Oversatt av <a href="https://github.com/16patsle">Patrick Sletvold</a>';

?>
69 changes: 69 additions & 0 deletions Translations/Web/lang_ru.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?php // Keka lang - version 0.3 - Started on 26/11/09 - by aone

//
//
// Language: Russian
// Translated by NickKaramoff (nick@karamoff.ru)
//
//

// General
$content_download = "Скачать";
$content_issues = "Нашли баг?";
$content_help = "Помощь";
$content_forum = "Форум";
$content_changelog = "Изменения";
$content_title = "архиватор файлов для macOS";

// Download
$content_plataform = "Требуется $version_replace или новее";
$content_download_text = "Храните больше, делитесь безопасно";
$content_download_love = "Понравилось?";
$content_download_legacy = "Старые версии";

// Like
$content_donation_button = "Пожертвовать";
$content_donation_title = 'Если вы <i class="fa fa-heart" aria-hidden="true"></i> Keka,<br />то купите её в App Store или пожертвуйте через PayPal!';
$content_donation_mas = "Покупая Keka в App Store, вы поддерживаете разработчика,<br />приложение ничем не отличается от версии на сайте, только обновляется через App Store.";
$content_donation_paypal = "Если вам не нравится MAS или вы просто пробуете Keka,<br />но хотите поддержать проект, вы можете пожертвовать деньги через PayPal.";

// Beta
$content_plataform_beta = "Бета";
$content_beta_title = "Бета-версия Keka";
$content_beta_text = "Вы можете протестировать новые возможности Keka перед релизом.<br />Если вы найдёте баг, следуйте в раздел ";
$content_beta_unavailable = "На данный момент нет доступных бета-версий.";
$content_beta_up = "Скачать новейшую версию";


// Legacy
$content_plataform_legacy = "Для $version_replace";
$content_legacy_title = "Старые версии Keka";
$content_legacy_text = 'Рано или поздно ваш Mac устареет и не будет поддерживать<br />новые версии Keka, но не волнуйтесь <i class="fa fa-coffee" aria-hidden="true"></i>, старые версии будут здесь.';

// Info
$content_info_title1 = "Простая и мощная";
$content_info_title2 = "Конфиденциальность — это важно";
$content_info_title3 = "Всё ещё тяжело...";
$content_info_text1 = "Даже не нужно открывать Keka, чтобы сжать файл, оставьте иконку в Dock и используйте оттуда.<br />Просто перетащите ваши файлы и папки на иконку в Dock или окно Keka, чтобы создать сжатую версию.";
$content_info_text2 = "Передавайте данные более безопасно, создавая зашифрованные паролем архивы.<br />Используя шифрование AES-256 для файлов 7z files и<br />шифрование Zip 2.0 для файлов Zip.";
$content_info_text3 = "Если ваши файлы действительно огромны, и не помещаются в электронное письмо или на сервер,поделите их на части.<br />Не волнуйтесь, они вновь объединятся в исходный файл :)";
$content_info_compression = "Keka может создавать файлы этих форматов:";
$content_info_extraction = "И распаковывать эти форматы:";

// Main content of the page
$content_context_menu = "Контекстное меню";

// Changelog info
$content_changelog_title = "Взгляните на эволюцию Keka";
$content_changelog_entry_title = "Изменения в версии";
$content_changelog_firstpublic = "Первый публичный релиз:";

// 404
$content_404 = "Страница не найдена";
$content_404_start = "Вы можете перейти на <a href=\"https://www.keka.io\">главную</a>,";
$content_404_more = "или, может, вы ищете это?";

// Bottom info
$content_bottom_copying = 'Все права защищены. Перевёл <a href="https://karamoff.ru">Никита Карамов</a>.';

?>
24 changes: 12 additions & 12 deletions Translations/Web/lang_zh_cn.php → Translations/Web/lang_zh-cn.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // Keka lang - version 0.1 - Started on 08/15/18 - by Max Sky
<?php // Keka lang - version 0.2 - Started on 08/15/18 - by Max Sky

//
//
Expand All @@ -23,35 +23,35 @@

// Like
$content_donation_button = "捐赠";
$content_donation_title = '如果你喜欢 Keka,请给一些 <i class="fa fa-heart" aria-hidden="true"></i>,<br />你可以从 App Store 获取或发送 PayPal Tip';
$content_donation_mas = "如果你从 App Store 购买了 Keka,这将支持我们的开发工作,<br />该应用程序在 App Store 中的版本与本网站中的版本是相同的";
$content_donation_paypal = "如果你不喜欢 MAS 或是只想使用 Keka,<br />喜欢这个项目并想给予一些支持,你可以使用 PayPal 发送一个 Tip";
$content_donation_title = '如果你喜欢 Keka,可以给予一些 <i class="fa fa-heart" aria-hidden="true"></i>,<br />你也可以从 App Store 购买 Keka 或通过 PayPal 发起捐赠';
$content_donation_mas = "如果你从 App Store 购买了 Keka,这会支持我们的开发工作,<br />该应用程序在 App Store 中的版本与本网站中下载的版本是相同的";
$content_donation_paypal = "如果你不喜欢 MAS 或只是尝试使用 Keka,<br />而且喜欢这个项目并希望给予一些支持,你都可以使用 PayPal 发起捐赠";

// Beta
$content_plataform_beta = "测试版";
$content_beta_title = "Keka 测试版";
$content_beta_text = "你可以在发布之前测试 Keka 的最新功能。<br />如果您发现了错误或要提交某些内容,请转到 ";
$content_beta_text = "你可以在正式版发布之前测试 Keka 的最新功能。<br />如果您发现了错误或要提交某些内容,请转到 ";
$content_beta_unavailable = "目前没有测试版。";
$content_beta_up = "获取最新版本";


// Legacy
$content_plataform_legacy = "For $version_replace";
$content_plataform_legacy = "适用于 $version_replace";
$content_legacy_title = "Keka 历史版本";
$content_legacy_text = '多年后你的 Mac 设备将变得陈旧,或许不会支持<br />最新版的 Keka,但是别担心<i class="fa fa-coffee" aria-hidden="true"></i>,所有历史版本 Keka 在这儿';
$content_legacy_text = '多年后你的 Mac 设备将变得陈旧,或许不会支持<br />最新版的 Keka,但是别担心<i class="fa fa-coffee" aria-hidden="true"></i>,所有历史版本 Keka 都在这儿';

// Info
$content_info_title1 = "简单而强大";
$content_info_title2 = "隐私非常重要";
$content_info_title3 = "文件太大了……";
$content_info_title3 = "文件太大了...";
$content_info_text1 = "你甚至无需打开 Keka 来压缩文件,只需将其保存到 Dock 中,<br />然后将文件和文件夹拖放到 Dock 上的 Keka 图标或 Keka 窗口即可更便捷的创建压缩文件。";
$content_info_text2 = "如需安全的分享文件只需设置密码来创建一个高度加密的文件。<br />为你的 7z 文件和 Zip 2.0 文件使用 AES-256 加密规范,为 Zip 文件使用传统加密规范。";
$content_info_text3 = "如果文件非常大并且它们不适合发邮件或网络传输,请将它们分卷压缩。<br />不用担心,它们依然可以展开恢复为原来的文件 :)";
$content_info_text2 = "如需更安全的分享文件,你只需通过设置密码来创建一个高度加密的压缩文件即可。<br />为你的 7z 文件和 Zip 2.0 文件使用 AES-256 加密规范,为 Zip 文件使用传统加密规范。";
$content_info_text3 = "如果文件非常大并且它们不适合发邮件或网络传输,请将它们分卷压缩。<br />不用担心,它们依然可以解压恢复至原来的文件 :)";
$content_info_compression = "Keka 可以创建以下格式的文件:";
$content_info_extraction = "并支持解压这些格式:";

// Main content of the page
$content_context_menu = "服务菜单(右键服务";
$content_context_menu = "服务菜单(右键服务";

// Changelog info
$content_changelog_title = "看看 Keka 的变化";
Expand All @@ -64,6 +64,6 @@
$content_404_more = "或许你想这样?";

// Bottom info
$content_bottom_copying = '版权所有.';
$content_bottom_copying = '版权所有. 由<a href="https://www.maxsky.cc">Max Sky</a>翻译.';

?>
2 changes: 2 additions & 0 deletions Translations/bg.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"WIM Disk Image" = "WIM Дисково изображение";
"Comic Book RAR Archive" = "Comic Book RAR Архив";
"Comic Book ZIP Archive" = "Comic Book ZIP Архив";
"iOS App" = "iOS App";
"JAR Archive" = "JAR Архив";
"WAR Archive" = "WAR Архив";
"Android Application Package" = "Android Application Package";
"Cross-Platform Installer Module (XPI)" = "Cross-Platform Installer Module (XPI)";
"APPX Archive" = "APPX Архив";
"Keka WorkFlow" = "Keka работен процес";
7 changes: 5 additions & 2 deletions Translations/bg.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"Creating \"%@\"" = "Създаване \"%@\"";
"Prepearing extraction..." = "Подготвяне на разархивирането…";
"Choose a folder to extract this file" = "Избери папка, за да се разархивира файла";
"Choose where do you want to extract \"%@\"" = "Choose where do you want to extract \"%@\"";
"Select all the volumes from \"%@\" or the folder that contains them" = "Select all the volumes from \"%@\" or the folder that contains them";
"Select the folder that contains \"%@\"" = "Select the folder that contains \"%@\"";
"Extraction of \"%@\" failed" = "Разархивирането на \"%@\" се провали";
"Keka - %i on queue" = "Keka - %i на опашка";
"Keka can't create this %@ image" = "Keka не може да направи това %@ изображение";
Expand Down Expand Up @@ -143,8 +146,8 @@
"Cannot set Keka as default" = "Keka не може да бъде по подразбиране";
"The intermediate application failed to launch. There is more information in the Console.app." = "The intermediate application failed to launch. There is more information in the Console.app.";
"The intermediate application returned an undefined code." = "The intermediate application returned an undefined code.";
"Keka is now set as the default application for it's known formats." = "Keka is now set as the default application for it's known formats.";
"Keka is now set as the default application for its known formats." = "Keka is now set as the default application for its known formats.";
"Keka set as default" = "Keka set as default";
"There where some errors while registering the formats. There is more information in the Console.app." = "There where some errors while registering the formats. There is more information in the Console.app.";
"There were some errors while registering the formats. There is more information in the Console.app." = "There were some errors while registering the formats. There is more information in the Console.app.";
"The intermediate application can't get access to Keka." = "The intermediate application can't get access to Keka.";
"The intermediate application can't find Keka." = "The intermediate application can't find Keka.";
Loading

0 comments on commit fd0fdc8

Please sign in to comment.