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
Copy file name to clipboardExpand all lines: docs/content/doc/installation/from-source.fr-fr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ git checkout pr-xyz
53
53
54
54
## Compilation
55
55
56
-
Comme nous regroupons déjà toutes les bibliothèques requises pour compiler Gitea, vous pouvez continuer avec le processus de compilation lui-même. Nous fournissons diverses [tâches Make](https://github.com/go-gitea/gitea/blob/master/Makefile) pour rendre le processus de construction aussi simple que possible. [Voyez ici comment obtenir Make]({{< relref "doc/developers/hacking-on-gitea.fr-fr.md" >}}#installing-make). Selon vos besoins, vous pourrez éventuellement ajouter diverses options de compilation, vous pouvez choisir entre ces options :
56
+
Comme nous regroupons déjà toutes les bibliothèques requises pour compiler Gitea, vous pouvez continuer avec le processus de compilation lui-même. Nous fournissons diverses [tâches Make](https://github.com/go-gitea/gitea/blob/master/Makefile) pour rendre le processus de construction aussi simple que possible. [Voyez ici comment obtenir Make](/fr-fr/hacking-on-gitea/). Selon vos besoins, vous pourrez éventuellement ajouter diverses options de compilation, vous pouvez choisir entre ces options :
57
57
58
58
*`bindata`: Intègre toutes les ressources nécessaires à l'exécution d'une instance de Gitea, ce qui rend un déploiement facile car il n'est pas nécessaire de se préoccuper des fichiers supplémentaires.
59
59
*`sqlite sqlite_unlock_notify`: Active la prise en charge d'une base de données [SQLite3](https://sqlite.org/), ceci n'est recommandé que pour les petites installations de Gitea.
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
@@ -88,6 +88,7 @@ edit = Edit
88
88
89
89
copy = Copy
90
90
copy_url = Copy URL
91
+
copy_content = Copy content
91
92
copy_branch = Copy branch name
92
93
copy_success = Copied!
93
94
copy_error = Copy failed
@@ -463,6 +464,7 @@ url_error = `'%s' is not a valid URL.`
463
464
include_error = ` must contain substring '%s'.`
464
465
glob_pattern_error = ` glob pattern is invalid: %s.`
465
466
regex_pattern_error = ` regex pattern is invalid: %s.`
467
+
username_error = ` can only contain alphanumeric chars ('0-9','a-z','A-Z'), dash ('-'), underscore ('_') and dot ('.'). It cannot begin or end with non-alphanumeric chars, and consecutive non-alphanumeric chars are also forbidden.`
466
468
unknown_error = Unknown error:
467
469
captcha_incorrect = The CAPTCHA code is incorrect.
468
470
password_not_match = The passwords do not match.
@@ -1089,6 +1091,7 @@ editor.cannot_edit_non_text_files = Binary files cannot be edited in the web int
1089
1091
editor.edit_this_file = Edit File
1090
1092
editor.this_file_locked = File is locked
1091
1093
editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
1094
+
editor.only_copy_raw = You may only copy raw text files.
1092
1095
editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
1093
1096
editor.delete_this_file = Delete File
1094
1097
editor.must_have_write_access = You must have write access to make or propose changes to this file.
0 commit comments