avo 2.16.1.pre.1.nativefields → 2.17.1.pre.1.zeitwerk.eager.load.dir
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +7 -3
- data/Gemfile.lock +43 -8
- data/README.md +1 -1
- data/app/assets/config/avo_manifest.js +1 -0
- data/app/assets/svgs/placeholder.svg +1 -0
- data/app/components/avo/actions_component.html.erb +3 -3
- data/app/components/avo/base_component.rb +7 -4
- data/app/components/avo/field_wrapper_component.html.erb +8 -10
- data/app/components/avo/field_wrapper_component.rb +14 -12
- data/app/components/avo/fields/badge_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/belongs_to_field/edit_component.rb +9 -3
- data/app/components/avo/fields/belongs_to_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/belongs_to_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/belongs_to_field/show_component.rb +1 -1
- data/app/components/avo/fields/boolean_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/boolean_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/boolean_group_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/boolean_group_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/code_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/common/heading_component.html.erb +5 -4
- data/app/components/avo/fields/common/heading_component.rb +6 -1
- data/app/components/avo/fields/country_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/date_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/date_time_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/edit_component.rb +6 -4
- data/app/components/avo/fields/external_image_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/file_field/edit_component.html.erb +2 -1
- data/app/components/avo/fields/file_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/files_field/edit_component.html.erb +2 -1
- data/app/components/avo/fields/files_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/files_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/gravatar_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/has_one_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/heading_field/edit_component.html.erb +1 -1
- data/app/components/avo/fields/heading_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/id_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/index_component.rb +11 -2
- data/app/components/avo/fields/number_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/progress_bar_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/select_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/show_component.rb +7 -1
- data/app/components/avo/fields/status_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/tags_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/text_field/edit_component.html.erb +3 -1
- data/app/components/avo/fields/text_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/trix_field/edit_component.html.erb +1 -1
- data/app/components/avo/filters_component.html.erb +2 -2
- data/app/components/avo/index/grid_cover_empty_state_component.html.erb +1 -1
- data/app/components/avo/index/grid_item_component.html.erb +15 -13
- data/app/components/avo/index/grid_item_component.rb +1 -1
- data/app/components/avo/index/ordering/buttons_component.html.erb +1 -1
- data/app/components/avo/index/resource_controls_component.rb +2 -2
- data/app/components/avo/index/table_row_component.html.erb +1 -1
- data/app/components/avo/panel_component.html.erb +9 -2
- data/app/components/avo/panel_component.rb +3 -4
- data/app/components/avo/resource_component.rb +18 -0
- data/app/components/avo/resource_sidebar_component.html.erb +19 -0
- data/app/components/avo/resource_sidebar_component.rb +26 -0
- data/app/components/avo/sidebar_profile_component.html.erb +1 -1
- data/app/components/avo/tab_switcher_component.html.erb +2 -2
- data/app/components/avo/tab_switcher_component.rb +2 -0
- data/app/components/avo/views/resource_edit_component.html.erb +31 -25
- data/app/components/avo/views/resource_edit_component.rb +1 -1
- data/app/components/avo/views/resource_show_component.html.erb +8 -2
- data/app/components/avo/views/resource_show_component.rb +1 -1
- data/app/controllers/avo/actions_controller.rb +10 -2
- data/app/controllers/avo/application_controller.rb +4 -2
- data/app/controllers/avo/associations_controller.rb +24 -5
- data/app/controllers/avo/attachments_controller.rb +2 -1
- data/app/controllers/avo/base_controller.rb +6 -4
- data/app/controllers/avo/search_controller.rb +13 -4
- data/app/helpers/avo/application_helper.rb +7 -3
- data/app/helpers/avo/resources_helper.rb +2 -2
- data/app/javascript/avo.base.js +3 -1
- data/app/javascript/js/controllers/action_controller.js +1 -4
- data/app/javascript/js/controllers/actions_picker_controller.js +8 -9
- data/app/javascript/js/controllers/tabs_controller.js +14 -27
- data/app/views/avo/actions/show.html.erb +2 -2
- data/app/views/avo/home/failed_to_load.html.erb +3 -2
- data/avo.gemspec +2 -2
- data/config/brakeman.ignore +40 -0
- data/config/i18n-tasks.yml +159 -0
- data/config/routes.rb +1 -1
- data/db/factories.rb +20 -0
- data/lib/avo/app.rb +6 -0
- data/lib/avo/base_resource.rb +26 -0
- data/lib/avo/concerns/fetches_things.rb +1 -1
- data/lib/avo/concerns/has_fields.rb +22 -0
- data/lib/avo/concerns/is_resource_item.rb +4 -0
- data/lib/avo/configuration/branding.rb +9 -1
- data/lib/avo/dynamic_router.rb +19 -15
- data/lib/avo/engine.rb +9 -0
- data/lib/avo/fields/belongs_to_field.rb +3 -0
- data/lib/avo/fields/heading_field.rb +15 -0
- data/lib/avo/items_holder.rb +4 -0
- data/lib/avo/licensing/pro_license.rb +1 -0
- data/lib/avo/menu/builder.rb +1 -1
- data/lib/avo/menu/menu.rb +0 -2
- data/lib/avo/reloader.rb +27 -26
- data/lib/avo/services/authorization_service.rb +17 -3
- data/lib/avo/services/encryption_service.rb +1 -1
- data/lib/avo/sidebar.rb +60 -0
- data/lib/avo/sidebar_builder.rb +24 -0
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/field/components/index_component.html.erb.tt +1 -1
- data/lib/generators/avo/templates/initializer/avo.tt +2 -1
- data/lib/generators/avo/templates/locales/avo.en.yml +107 -107
- data/lib/generators/avo/templates/locales/avo.fr.yml +107 -107
- data/lib/generators/avo/templates/locales/avo.nb.yml +119 -0
- data/lib/generators/avo/templates/locales/avo.nn.yml +119 -0
- data/lib/generators/avo/templates/locales/avo.pt-BR.yml +109 -84
- data/lib/generators/avo/templates/locales/avo.ro.yml +109 -81
- data/lib/generators/avo/templates/locales/avo.tr.yml +119 -0
- data/public/avo-assets/avo.base.css +67 -79
- data/public/avo-assets/avo.base.js +63 -63
- data/public/avo-assets/avo.base.js.map +3 -3
- metadata +16 -22
- data/app/views/avo/home/failed_to_load.html copy.erb +0 -23
- data/lib/generators/avo/templates/locales/avo.nb-NO.yml +0 -93
@@ -1,119 +1,119 @@
|
|
1
|
+
---
|
1
2
|
en:
|
2
3
|
avo:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
click_to_reveal_filters:
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
download_item:
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
detach_item: 'detach %{item}'
|
40
|
-
number_of_items:
|
41
|
-
zero: 'no %{item}'
|
42
|
-
one: 'one %{item}'
|
43
|
-
other: '%{count} %{item}'
|
44
|
-
x_items_more:
|
45
|
-
zero: 'no more items'
|
46
|
-
one: 'one more item'
|
47
|
-
other: '%{count} more items'
|
48
|
-
are_you_sure: 'Are you sure?'
|
49
|
-
filters: 'Filters'
|
50
|
-
per_page: 'Per page'
|
51
|
-
more: 'More'
|
52
|
-
attach: 'Attach'
|
53
|
-
cancel: 'Cancel'
|
54
|
-
save: 'Save'
|
55
|
-
attach_and_attach_another: 'Attach & Attach another'
|
56
|
-
hide_content: 'Hide content'
|
57
|
-
show_content: 'Show content'
|
58
|
-
no_related_item_found: 'No related %{item} found'
|
59
|
-
no_item_found: 'No %{item} found'
|
60
|
-
loading: 'Loading'
|
61
|
-
confirm: 'Confirm'
|
62
|
-
actions: 'Actions'
|
63
|
-
resources: 'Resources'
|
64
|
-
oops_nothing_found: 'Oops! Nothing found...'
|
65
|
-
type_to_search: 'Type to search.'
|
66
|
-
and_x_other_resources: 'and %{count} other resources'
|
67
|
-
go_back: 'Go back'
|
68
|
-
home: 'Home'
|
69
|
-
new: 'new'
|
70
|
-
attach_item: 'Attach %{item}'
|
71
|
-
choose_item: 'Choose %{item}'
|
72
|
-
create_new_item: 'Create new %{item}'
|
73
|
-
table_view: 'Table view'
|
74
|
-
grid_view: 'Grid view'
|
75
|
-
next_page: 'Next page'
|
76
|
-
prev_page: 'Previous page'
|
77
|
-
list_is_empty: 'List is empty'
|
4
|
+
action_ran_successfully: Action ran successfully!
|
5
|
+
actions: Actions
|
6
|
+
and_x_other_resources: and %{count} other resources
|
7
|
+
are_you_sure: Are you sure?
|
8
|
+
are_you_sure_detach_item: Are you sure you want to detach this %{item}.
|
9
|
+
are_you_sure_you_want_to_run_this_option: Are you sure you want to run this action?
|
10
|
+
attach: Attach
|
11
|
+
attach_and_attach_another: Attach & Attach another
|
12
|
+
attach_item: Attach %{item}
|
13
|
+
attachment_class_attached: "%{attachment_class} attached."
|
14
|
+
attachment_class_detached: "%{attachment_class} detached."
|
15
|
+
attachment_destroyed: Attachment destroyed
|
16
|
+
cancel: Cancel
|
17
|
+
choose_a_country: Choose a country
|
18
|
+
choose_an_option: Choose an option
|
19
|
+
choose_item: Choose %{item}
|
20
|
+
clear_value: Clear value
|
21
|
+
click_to_reveal_filters: Click to reveal filters
|
22
|
+
confirm: Confirm
|
23
|
+
create_new_item: Create new %{item}
|
24
|
+
dashboard: Dashboard
|
25
|
+
dashboards: Dashboards
|
26
|
+
delete: delete
|
27
|
+
delete_file: Delete file
|
28
|
+
delete_item: Delete %{item}
|
29
|
+
detach_item: detach %{item}
|
30
|
+
details: details
|
31
|
+
download: Download
|
32
|
+
download_file: Download file
|
33
|
+
download_item: Download %{item}
|
34
|
+
edit: edit
|
35
|
+
edit_item: edit %{item}
|
36
|
+
empty_dashboard_message: Add cards to this dashboard
|
37
|
+
failed: Failed
|
38
|
+
failed_to_find_attachment: Failed to find attachment
|
39
|
+
failed_to_load: Failed to load
|
78
40
|
field_translations:
|
79
41
|
file:
|
80
|
-
|
81
|
-
|
82
|
-
|
42
|
+
one: file
|
43
|
+
other: files
|
44
|
+
zero: files
|
83
45
|
people:
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
reset_filters: 'Reset filters'
|
93
|
-
not_authorized: 'You are not authorized to perform this action.'
|
94
|
-
search:
|
95
|
-
placeholder: 'Search'
|
96
|
-
cancel_button: 'Cancel'
|
97
|
-
sign_out: 'Sign out'
|
98
|
-
failed: 'Failed'
|
99
|
-
failed_to_load: 'Failed to load'
|
46
|
+
one: peep
|
47
|
+
other: peeps
|
48
|
+
zero: peeps
|
49
|
+
filters: Filters
|
50
|
+
go_back: Go back
|
51
|
+
grid_view: Grid view
|
52
|
+
hide_content: Hide content
|
53
|
+
home: Home
|
100
54
|
key_value_field:
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
55
|
+
add_row: Add row
|
56
|
+
delete_row: Delete row
|
57
|
+
key: Key
|
58
|
+
value: Value
|
59
|
+
list_is_empty: List is empty
|
60
|
+
loading: Loading
|
61
|
+
more: More
|
62
|
+
new: new
|
63
|
+
next_page: Next page
|
64
|
+
no_cards_present: No cards present
|
65
|
+
no_item_found: No %{item} found
|
66
|
+
no_options_available: No options available
|
67
|
+
no_related_item_found: No related %{item} found
|
68
|
+
not_authorized: You are not authorized to perform this action.
|
69
|
+
number_of_items:
|
70
|
+
one: one %{item}
|
71
|
+
other: "%{count} %{item}"
|
72
|
+
zero: no %{item}
|
73
|
+
oops_nothing_found: Oops! Nothing found...
|
109
74
|
order:
|
110
|
-
reorder_record: Reorder record
|
111
75
|
higher: Move record higher
|
112
76
|
lower: Move record lower
|
113
|
-
|
77
|
+
reorder_record: Reorder record
|
114
78
|
to_bottom: Move record to bottom
|
115
|
-
|
116
|
-
|
117
|
-
|
79
|
+
to_top: Move record to top
|
80
|
+
per_page: Per page
|
81
|
+
prev_page: Previous page
|
82
|
+
remove_selection: Remove selection
|
83
|
+
reset_filters: Reset filters
|
84
|
+
resource_created: Record created
|
85
|
+
resource_destroyed: Record destroyed
|
86
|
+
resource_translations:
|
87
|
+
user:
|
88
|
+
one: user
|
89
|
+
other: users
|
90
|
+
zero: users
|
91
|
+
resource_updated: Record updated
|
92
|
+
resources: Resources
|
93
|
+
run: Run
|
94
|
+
save: Save
|
95
|
+
search:
|
96
|
+
cancel_button: Cancel
|
97
|
+
placeholder: Search
|
98
|
+
select_all: Select all
|
99
|
+
select_all_matching: Select all matching
|
100
|
+
select_item: Select item
|
101
|
+
show_content: Show content
|
102
|
+
sign_out: Sign out
|
103
|
+
switch_to_view: Switch to %{view_type} view
|
104
|
+
table_view: Table view
|
105
|
+
tools: Tools
|
106
|
+
type_to_search: Type to search.
|
107
|
+
unauthorized: Unauthorized
|
108
|
+
undo: undo
|
109
|
+
view: View
|
110
|
+
view_item: view %{item}
|
111
|
+
was_successfully_created: was successfully created
|
112
|
+
was_successfully_updated: was successfully updated
|
113
|
+
x_items_more:
|
114
|
+
one: one more item
|
115
|
+
other: "%{count} more items"
|
116
|
+
zero: no more items
|
118
117
|
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> records selected on this page from a total of <span class="font-bold text-gray-700">%{count}</span>
|
119
118
|
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> records selected from all pages
|
119
|
+
you_missed_something_check_form: You might have missed something. Please check the form.
|
@@ -1,119 +1,119 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
3
|
avo:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
click_to_reveal_filters:
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
download_item:
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
detach_item: 'détacher %{item}'
|
40
|
-
number_of_items:
|
41
|
-
zero: 'aucun %{item}'
|
42
|
-
one: 'un %{item}'
|
43
|
-
other: '%{count} %{item}'
|
44
|
-
x_items_more:
|
45
|
-
zero: 'aucun élément supplémentaire'
|
46
|
-
one: 'un élément de plus'
|
47
|
-
other: '%{count} éléments en plus'
|
48
|
-
are_you_sure: 'Êtes-vous sûr ?'
|
49
|
-
filters: 'Filtres'
|
50
|
-
per_page: 'Par page'
|
51
|
-
more: 'Plus'
|
52
|
-
attach: 'Attacher'
|
53
|
-
cancel: 'Annuler'
|
54
|
-
save: 'Enregistrer'
|
55
|
-
attach_and_attach_another: 'joindre et joindre un autre'
|
56
|
-
hide_content: 'Cacher le contenu'
|
57
|
-
show_content: 'Afficher le contenu'
|
58
|
-
no_related_item_found: "Aucun %{item} apparenté n'a été trouvé"
|
59
|
-
no_item_found: 'Aucun %{item} trouvé'
|
60
|
-
loading: 'Chargement'
|
61
|
-
confirm: 'Confirmer'
|
62
|
-
actions: 'Actions'
|
63
|
-
resources: 'Ressources'
|
64
|
-
oops_nothing_found: "Oups ! Rien n'a été trouvé..."
|
65
|
-
type_to_search: 'Type à rechercher.'
|
66
|
-
and_x_other_resources: 'et %{count} autres ressources'
|
67
|
-
go_back: 'Retourner en arrière'
|
68
|
-
home: 'Accueil'
|
69
|
-
new: 'Nouveau'
|
70
|
-
attach_item: 'Attacher %{item}'
|
71
|
-
choose_item: 'Choisir %{item}'
|
72
|
-
create_new_item: 'Créer un nouveau %{item}'
|
73
|
-
table_view: 'Vue table'
|
74
|
-
grid_view: 'Vue grille'
|
75
|
-
next_page: 'Page suivante'
|
76
|
-
prev_page: 'Page précédente'
|
77
|
-
list_is_empty: 'La liste est vide'
|
4
|
+
action_ran_successfully: L'action s'est exécutée avec succès !
|
5
|
+
actions: Actions
|
6
|
+
and_x_other_resources: et %{count} autres ressources
|
7
|
+
are_you_sure: Êtes-vous sûr ?
|
8
|
+
are_you_sure_detach_item: Êtes-vous sûr de vouloir détacher %{item}.
|
9
|
+
are_you_sure_you_want_to_run_this_option: Etes-vous sûr de vouloir exécuter cette action ?
|
10
|
+
attach: Attacher
|
11
|
+
attach_and_attach_another: joindre et joindre un autre
|
12
|
+
attach_item: Attacher %{item}
|
13
|
+
attachment_class_attached: "%{attachment_class} attaché."
|
14
|
+
attachment_class_detached: "%{attachment_class} détaché."
|
15
|
+
attachment_destroyed: Pièce jointe détruite
|
16
|
+
cancel: Annuler
|
17
|
+
choose_a_country: Sélectionnez un pays
|
18
|
+
choose_an_option: Sélectionnez une option
|
19
|
+
choose_item: Choisir %{item}
|
20
|
+
clear_value: Effacer la valeur
|
21
|
+
click_to_reveal_filters: Cliquez pour révéler les filtres
|
22
|
+
confirm: Confirmer
|
23
|
+
create_new_item: Créer un nouveau %{item}
|
24
|
+
dashboard: Tableau de bord
|
25
|
+
dashboards: Tableaux de bord
|
26
|
+
delete: supprimer
|
27
|
+
delete_file: Supprimer le fichier
|
28
|
+
delete_item: Supprimer %{item}
|
29
|
+
detach_item: détacher %{item}
|
30
|
+
details: détails
|
31
|
+
download: Télécharger
|
32
|
+
download_file: Télécharger le fichier
|
33
|
+
download_item: Télécharger %{item}
|
34
|
+
edit: éditer
|
35
|
+
edit_item: éditer %{item}
|
36
|
+
empty_dashboard_message: Ajouter des cartes à ce tableau de bord
|
37
|
+
failed: Échec
|
38
|
+
failed_to_find_attachment: Impossible de trouver la pièce jointe
|
39
|
+
failed_to_load: Impossible de charger
|
78
40
|
field_translations:
|
79
41
|
file:
|
80
|
-
|
81
|
-
|
82
|
-
|
42
|
+
one: fichier
|
43
|
+
other: fichiers
|
44
|
+
zero: fichier
|
83
45
|
people:
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
reset_filters: 'Réinitialiser les filtres'
|
93
|
-
not_authorized: "Vous n'êtes pas autorisé à effectuer cette action."
|
94
|
-
search:
|
95
|
-
placeholder: 'Rechercher'
|
96
|
-
cancel_button: 'Annuler'
|
97
|
-
sign_out: 'Se déconnecter'
|
98
|
-
failed: 'Échec'
|
99
|
-
failed_to_load: 'Impossible de charger'
|
46
|
+
one: personne
|
47
|
+
other: personnes
|
48
|
+
zero: personne
|
49
|
+
filters: Filtres
|
50
|
+
go_back: Retourner en arrière
|
51
|
+
grid_view: Vue grille
|
52
|
+
hide_content: Cacher le contenu
|
53
|
+
home: Accueil
|
100
54
|
key_value_field:
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
55
|
+
add_row: Ajouter une ligne
|
56
|
+
delete_row: Supprimer une ligne
|
57
|
+
key: Clé
|
58
|
+
value: Valeur
|
59
|
+
list_is_empty: La liste est vide
|
60
|
+
loading: Chargement
|
61
|
+
more: Plus
|
62
|
+
new: Nouveau
|
63
|
+
next_page: Page suivante
|
64
|
+
no_cards_present: Aucune carte présente
|
65
|
+
no_item_found: Aucun %{item} trouvé
|
66
|
+
no_options_available: Aucune option disponible
|
67
|
+
no_related_item_found: Aucun %{item} apparenté n'a été trouvé
|
68
|
+
not_authorized: Vous n'êtes pas autorisé à effectuer cette action.
|
69
|
+
number_of_items:
|
70
|
+
one: un %{item}
|
71
|
+
other: "%{count} %{item}"
|
72
|
+
zero: aucun %{item}
|
73
|
+
oops_nothing_found: Oups ! Rien n'a été trouvé...
|
109
74
|
order:
|
110
|
-
reorder_record: Réorganiser
|
111
75
|
higher: Déplacer plus haut
|
112
76
|
lower: Déplacer plus bas
|
113
|
-
|
77
|
+
reorder_record: Réorganiser
|
114
78
|
to_bottom: Déplacer tout en bas
|
115
|
-
|
116
|
-
|
117
|
-
|
79
|
+
to_top: Déplacer tout en haut
|
80
|
+
per_page: Par page
|
81
|
+
prev_page: Page précédente
|
82
|
+
remove_selection: Supprimer la sélection
|
83
|
+
reset_filters: Réinitialiser les filtres
|
84
|
+
resource_created: Ressource créee
|
85
|
+
resource_destroyed: Ressource détruite
|
86
|
+
resource_translations:
|
87
|
+
user:
|
88
|
+
one: utilisateurs
|
89
|
+
other: utilisateurs
|
90
|
+
zero: utilisateur
|
91
|
+
resource_updated: Ressource mise à jour
|
92
|
+
resources: Ressources
|
93
|
+
run: Exécuter
|
94
|
+
save: Enregistrer
|
95
|
+
search:
|
96
|
+
cancel_button: Annuler
|
97
|
+
placeholder: Rechercher
|
98
|
+
select_all: Sélectionner tout sur la page
|
99
|
+
select_all_matching: Sélectionner toutes les correspondances
|
100
|
+
select_item: Sélectionnez un élément
|
101
|
+
show_content: Afficher le contenu
|
102
|
+
sign_out: Se déconnecter
|
103
|
+
switch_to_view: Passez à la vue %{view_type}
|
104
|
+
table_view: Vue table
|
105
|
+
tools: Outils
|
106
|
+
type_to_search: Type à rechercher.
|
107
|
+
unauthorized: Non autorisé
|
108
|
+
undo: annuler
|
109
|
+
view: Vue
|
110
|
+
view_item: voir %{item}
|
111
|
+
was_successfully_created: a été créé avec succès
|
112
|
+
was_successfully_updated: a été mis à jour avec succès
|
113
|
+
x_items_more:
|
114
|
+
one: un élément de plus
|
115
|
+
other: "%{count} éléments en plus"
|
116
|
+
zero: aucun élément supplémentaire
|
118
117
|
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> enregistrements sélectionnés sur cette page sur un total de <span class="font-bold text-gray-700">%{count}</span>
|
119
118
|
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> enregistrements sélectionnés dans toutes les pages
|
119
|
+
you_missed_something_check_form: Vous avez peut-être oublié quelque chose. Veuillez vérifier le formulaire
|
@@ -0,0 +1,119 @@
|
|
1
|
+
---
|
2
|
+
nb:
|
3
|
+
avo:
|
4
|
+
action_ran_successfully: Suksess!
|
5
|
+
actions: Handlinger
|
6
|
+
and_x_other_resources: og %{count} andre ressurser
|
7
|
+
are_you_sure: Er du sikker?
|
8
|
+
are_you_sure_detach_item: Er du sikker på at du vil koble fra %{item}.
|
9
|
+
are_you_sure_you_want_to_run_this_option: Er du sikker?
|
10
|
+
attach: Legg til
|
11
|
+
attach_and_attach_another: Legg til & Legg til ny
|
12
|
+
attach_item: Legg til %{item}
|
13
|
+
attachment_class_attached: "%{attachment_class} lagt til."
|
14
|
+
attachment_class_detached: "%{attachment_class} fjernet."
|
15
|
+
attachment_destroyed: Vedlett slettet
|
16
|
+
cancel: Avbryt
|
17
|
+
choose_a_country: Velg et land
|
18
|
+
choose_an_option: Velg et alternativ
|
19
|
+
choose_item: Velge %{item}
|
20
|
+
clear_value: Nullstill verdi
|
21
|
+
click_to_reveal_filters: Vis filter
|
22
|
+
confirm: Bekreft
|
23
|
+
create_new_item: Lag ny %{item}
|
24
|
+
dashboard: Dashboard
|
25
|
+
dashboards: Dashboards
|
26
|
+
delete: slett
|
27
|
+
delete_file: Slett fil
|
28
|
+
delete_item: Slett %{item}
|
29
|
+
detach_item: koble fra %{item}
|
30
|
+
details: detaljer
|
31
|
+
download: Last ned
|
32
|
+
download_file: Last ned fil
|
33
|
+
download_item: Last ned %{item}
|
34
|
+
edit: endre
|
35
|
+
edit_item: endre %{item}
|
36
|
+
empty_dashboard_message: Legg til kort i dette dashbordet
|
37
|
+
failed: Feilet
|
38
|
+
failed_to_find_attachment: Fant ikke vedlegg
|
39
|
+
failed_to_load: Lasting feilet
|
40
|
+
field_translations:
|
41
|
+
file:
|
42
|
+
one: fil
|
43
|
+
other: filer
|
44
|
+
zero: filer
|
45
|
+
people:
|
46
|
+
one: person
|
47
|
+
other: personer
|
48
|
+
zero: personer
|
49
|
+
filters: Filter
|
50
|
+
go_back: Gå tilbake
|
51
|
+
grid_view: Grid visning
|
52
|
+
hide_content: Skjul innhold
|
53
|
+
home: Hjem
|
54
|
+
key_value_field:
|
55
|
+
add_row: Legg til rad
|
56
|
+
delete_row: Slett rad
|
57
|
+
key: Nøkkel
|
58
|
+
value: Verdi
|
59
|
+
list_is_empty: Listen er tom
|
60
|
+
loading: Laster
|
61
|
+
more: Mer
|
62
|
+
new: ny
|
63
|
+
next_page: Neste side
|
64
|
+
no_cards_present: Ingen kort til stede
|
65
|
+
no_item_found: Ingen %{item} funnet
|
66
|
+
no_options_available: Ingen tilgjengelige alternativer
|
67
|
+
no_related_item_found: Ingen relaterte %{item} funnet
|
68
|
+
not_authorized: Du er ikke autorisert til å gjøre denne handlingen.
|
69
|
+
number_of_items:
|
70
|
+
one: en %{item}
|
71
|
+
other: "%{count} %{item}"
|
72
|
+
zero: ingen %{item}
|
73
|
+
oops_nothing_found: Oops! Ingen ting funnet...
|
74
|
+
order:
|
75
|
+
higher: Flytt elementet høyere
|
76
|
+
lower: Flytt elementet lavere
|
77
|
+
reorder_record: Sorter elementer
|
78
|
+
to_bottom: Flytt elementet til bunnen
|
79
|
+
to_top: Flytt elementet til toppen
|
80
|
+
per_page: Per side
|
81
|
+
prev_page: Forrige side
|
82
|
+
remove_selection: Fjern valg
|
83
|
+
reset_filters: Nullstill filter
|
84
|
+
resource_created: Ressurs generert
|
85
|
+
resource_destroyed: Ressurs slettet
|
86
|
+
resource_translations:
|
87
|
+
user:
|
88
|
+
one: bruker
|
89
|
+
other: brukere
|
90
|
+
zero: brukere
|
91
|
+
resource_updated: Ressurs oppdatert
|
92
|
+
resources: Ressurser
|
93
|
+
run: Kjør
|
94
|
+
save: Lagre
|
95
|
+
search:
|
96
|
+
cancel_button: Avbryt
|
97
|
+
placeholder: Søk
|
98
|
+
select_all: Velg alle
|
99
|
+
select_all_matching: Velg alle samsvarende
|
100
|
+
select_item: Velg
|
101
|
+
show_content: Vis innhold
|
102
|
+
sign_out: Logg ut
|
103
|
+
switch_to_view: Bytt til %{view_type} vis
|
104
|
+
table_view: Tabell visning
|
105
|
+
tools: Redskapene
|
106
|
+
type_to_search: Søk.
|
107
|
+
unauthorized: Ikke autorisert
|
108
|
+
undo: angre
|
109
|
+
view: Vis
|
110
|
+
view_item: vis %{item}
|
111
|
+
was_successfully_created: ble opprettet
|
112
|
+
was_successfully_updated: ble oppdatert
|
113
|
+
x_items_more:
|
114
|
+
one: ett element til
|
115
|
+
other: "%{count} flere elementer"
|
116
|
+
zero: ingen flere elementer
|
117
|
+
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> poster valgt på denne siden fra totalt <span class="font-bold text-gray-700">%{count}</span>
|
118
|
+
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> poster valgt fra alle sider
|
119
|
+
you_missed_something_check_form: Her mangler du noe. Vennligst sjekk skjemaet.
|