You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
[skip ci] Updated translations via Crowdin
Fix bug when updating user email (go-gitea#36058)
Add "Go to file", "Delete Directory" to repo file list page (go-gitea#35911)
Replace `lint-go-gopls` with additional `govet` linters (go-gitea#36028)
Fix Actions `pull_request.paths` being triggered incorrectly by rebase (go-gitea#36045)
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1354,8 +1354,11 @@ editor.this_file_locked = File is locked
1354
1354
editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
1355
1355
editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
1356
1356
editor.delete_this_file = Delete File
1357
+
editor.delete_this_directory = Delete Directory
1357
1358
editor.must_have_write_access = You must have write access to make or propose changes to this file.
1358
1359
editor.file_delete_success = File "%s" has been deleted.
1360
+
editor.directory_delete_success = Directory "%s" has been deleted.
1361
+
editor.delete_directory = Delete directory '%s'
1359
1362
editor.name_your_file = Name your file…
1360
1363
editor.filename_help = Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.
Copy file name to clipboardExpand all lines: options/locale/locale_ga-IE.ini
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1354,8 +1354,11 @@ editor.this_file_locked=Tá an comhad faoi ghlas
1354
1354
editor.must_be_on_a_branch=Caithfidh tú a bheith ar bhrainse chun athruithe a dhéanamh nó a mholadh ar an gcomhad seo.
1355
1355
editor.fork_before_edit=Ní mór duit an stór seo a fhorcáil chun athruithe a dhéanamh nó a mholadh ar an gcomhad seo.
1356
1356
editor.delete_this_file=Scrios Comhad
1357
+
editor.delete_this_directory=Scrios Eolaire
1357
1358
editor.must_have_write_access=Caithfidh rochtain scríofa a bheith agat chun athruithe a dhéanamh nó a mholadh ar an gcomhad seo.
1358
1359
editor.file_delete_success=Tá an comhad "%s" scriosta.
1360
+
editor.directory_delete_success=Scriosadh an eolaire "%s".
1361
+
editor.delete_directory=Scrios an eolaire '%s'
1359
1362
editor.name_your_file=Ainmnigh do chomhad…
1360
1363
editor.filename_help=Cuir eolaire leis trína ainm a chlóscríobh ina dhiaidh sin le slash ('/'). Bain eolaire trí backspace a chlóscríobh ag tús an réimse ionchuir.
editor.must_be_on_a_branch=Tem que estar num ramo para fazer ou propor modificações neste ficheiro.
1355
1355
editor.fork_before_edit=Tem que fazer uma derivação deste repositório para fazer ou propor modificações neste ficheiro.
1356
1356
editor.delete_this_file=Eliminar ficheiro
1357
+
editor.delete_this_directory=Eliminar pasta
1357
1358
editor.must_have_write_access=Tem que ter permissões de escrita para fazer ou propor modificações neste ficheiro.
1358
1359
editor.file_delete_success=O ficheiro "%s" foi eliminado.
1360
+
editor.directory_delete_success=A pasta "%s" foi eliminada.
1361
+
editor.delete_directory=Eliminar a pasta '%s'
1359
1362
editor.name_your_file=Nomeie o seu ficheiro…
1360
1363
editor.filename_help=Adicione uma pasta escrevendo o nome dessa pasta seguido de uma barra('/'). Remova uma pasta carregando na tecla de apagar ('←') no início do campo.
0 commit comments