Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
feat: fr translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Aug 9, 2021
1 parent e8dd333 commit 105591b
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions src/sidekick/fr.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/*
* Copyright 2020 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/

.hlx-sk:empty::before {
content: "Aucune action disponible pour cette page";
}

.hlx-sk .loading::before {
content: 'Chargement...';
}

.hlx-sk > .share::before {
content: "Partager le Sidekick";
}

.hlx-sk .close::before {
content: "Fermer";
}

.hlx-sk-overlay div.modal.wait:empty::before {
content: "Veuillez patienter..."
}

.hlx-sk .edit button::before {
content: "Edition";
}

.hlx-sk .preview button::before {
content: "Aperçu";
}

.hlx-sk .live button::before {
content: "Live";
}

.hlx-sk .prod button::before {
content: "Production";
}

.hlx-sk .reload button::before {
content: "Actualiser";
}

.hlx-sk .publish button::before {
content: "Publier";
}

0 comments on commit 105591b

Please sign in to comment.