🌎 i18n

ref #62
This commit is contained in:
Philipp Dormann 2021-02-19 20:06:59 +01:00
parent fa3dc870d3
commit ff15308c03
2 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@
}} }}
type="button" type="button"
class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-gray-600 text-base font-medium text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500 sm:w-auto sm:text-sm"> class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-gray-600 text-base font-medium text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500 sm:w-auto sm:text-sm">
generate sponsoring contracts {$_('generate-sponsoring-contracts')}
</button> </button>
{/if} {/if}
</div> </div>
@ -232,8 +232,7 @@
active_deletes[runner.id] = false; active_deletes[runner.id] = false;
}} }}
tabindex="0" tabindex="0"
class="ml-4 text-indigo-600 hover:text-indigo-900 cursor-pointer">Cancel class="ml-4 text-indigo-600 hover:text-indigo-900 cursor-pointer">{$_('cancel-delete')}</button>
Delete</button>
<button <button
on:click={() => { on:click={() => {
RunnerService.runnerControllerRemove(runner.id, true) RunnerService.runnerControllerRemove(runner.id, true)

View File

@ -106,6 +106,7 @@
"geerbte": "inherited", "geerbte": "inherited",
"general-stats": "General Stats", "general-stats": "General Stats",
"general_promise_error": "😢 Error", "general_promise_error": "😢 Error",
"generate-sponsoring-contracts": "generate sponsoring contracts",
"generic-ui-logic-error": "Something went wrong in the UI logic", "generic-ui-logic-error": "Something went wrong in the UI logic",
"go-to-login": "Go To Login", "go-to-login": "Go To Login",
"goback": "Go Home", "goback": "Go Home",